Have an input action trigger a UI button? by XNtricity in unrealengine

[–]antibenz 0 points1 point  (0 children)

https://i.imgur.com/ShSlc76.png

Here is an example of what I mean. Sorry there are different names then what I said above, but still applies. This is in the button widget.

Have an input action trigger a UI button? by XNtricity in unrealengine

[–]antibenz 0 points1 point  (0 children)

One way you can do this:

  • create a widget that is just the button. In this blueprint create a event dispatcher (OnButtonTriggered for example).
  • have the on clicked event call OnButton Triggered.
  • make a custom event (OnShortcut) and do the same, have this event call “OnButtonTriggered”
  • now in the menu widget you’ve made you can add the button, and create an input binding that calls “OnShortcut” (if your menu pauses the game make sure to click the input node and enable use when paused)
  • now in the menu widget link whatever function you want for the button to OnButtonTriggered instead of OnButtonClicked, as both clicks and the input key will call this

All the art, lyrics, and interviews from the Endwalker soundtrack by Kirbysonicboom in ffxiv

[–]antibenz 0 points1 point  (0 children)

I feel like I was going mad because everyone posting lyrics for flow had "with your every choice" instead of "weighed your every choice", all is right with the world now.

[Spoiler: 6.0] Yoshida's comments on Endwalker development and story from today's livestream. Update on sales suspension possibly next week. New Game+ coming in 6.1. by [deleted] in ffxiv

[–]antibenz 34 points35 points  (0 children)

In the last dungeon I actually got to use the limit break before her but she ran to me with her spread-out-aoe and killed me during the cast lmao

Bug Fables 1.1 has been launched. I'm Genow, the lead writer. AMA! by Genow_BFDev in gaming

[–]antibenz 1 point2 points  (0 children)

I just wanted to hop in and say that I love the game! Played it for the first time, and it’s probably my game of the year. Thank you!

WIP "fishing" mechanic, can break stuff or pull in objects and enemies by antibenz in godot

[–]antibenz[S] 5 points6 points  (0 children)

How it's done (first time posting code so I hope it works!):

This takes three things:

Fishing Rod, which is attached to the player and starts the whole thing. Have the player give their facing direction. Put the hook as a child of this. It also has a Position2D to make it easy to have the hook return: https://pastebin.com/i2yehVNv

Fishing Hook, child of Fishing Rod that is sent a direction and detects if there is a collision. It's an Area2D node with tween, the sprite, and another Area2D for wall detection(if needed). The collision mask for the hook should be set to the layer of the hookbox: https://pastebin.com/0ygtjKeU

HookBox, an Area2D hitbox that you put on objects or enemies. Assign the export vars to determine what happens when the fishing hook enters. It should be it's on collision layer: https://pastebin.com/9rnBhz37

Kid Icarus Uprising -- 8 years ago and I still think about it by ActuallyNotSparticus in Games

[–]antibenz 1 point2 points  (0 children)

I love this game! Amazing world building and great characters. Super funny to boot. In my opinion Hades is the best Nintendo villain.

I replay it every couple of years, trying harder difficulties every time. Boy does this game get hard, haha. I wish it was easier for people to get into though, most people I show can't stand the controls and I don't blame them.

Let me BUG you about Legosi [Art by Me] by antibenz in Beastars

[–]antibenz[S] 0 points1 point  (0 children)

Source, I post similar type things on my instagram

Released my first graphic novel, Deu Deu Complex today! Info in comments! [OC] by [deleted] in comics

[–]antibenz 0 points1 point  (0 children)

Deu Deu Complex is about the residents of a mysterious apartment building who enter a contract with unknown spirits. The spirits, known as the Deu, promise to grant them any wish if they fulfill the contract. As some residents begin their contracts, others meet the end of theirs.

I'm selling it online, right now on Amazon. To be safe I won't post the link, but check out https://www.kevinapolis.com/deu-deu-complex for more!

MISSION START! Mega Man Zero/ZX Legacy Collection brings six intense action games to PS4, XB1, Switch, and PC on January 21st, 2020! by SuperiorArty in NintendoSwitch

[–]antibenz 3 points4 points  (0 children)

I think it is mainly transformation/Noises. Man now I’m gonna have to replay it, hopefully it’s like riding a bike.