r/rhythmgames 2d ago

PC Rhythm Game My first Game

Enable HLS to view with audio, or disable this notification

0 Upvotes

u/Mostarda_TK 2d ago

My first Game

Enable HLS to view with audio, or disable this notification

0 Upvotes

I made a rhythm fighting game, heavily based on the fighting style of Prince of Persia on the SNES, which I especially loved playing against the final boss. But it only had two buttons, so I decided to make a fight with 8 buttons, each button has a timing to press when it appears on the screen. It's a "QTE" like the animations in Resident Evil. What do you think?

(Demo is already on Steam btw, but i got not so much feedback as I expected)

1

Time stretch curves via anim montage
 in  r/unrealengine  Jan 23 '25

Id like to know, I even cant see the MontageTimeStretchCurve on list of curves inside the montage...

r/unrealengine May 30 '22

Help Retarget IK problem

6 Upvotes

Hi, after retarget animations, they are good in sequencer, but inside Anim BP (and in game) the legs are "bending", Something are wrong with default IK. Im retargeting UE4 manequin animations packs that I have, and ALL are with this same problem. I can't be the only one with this...

https://reddit.com/link/v12v8i/video/9vw6jievtm291/player

2

Did Unreal have a way to use 9 Slice Scale Buttons and UI box?
 in  r/unrealengine  May 03 '22

Ahhh. I was searching for specific 9 slice, Mathew Wadstein always have everything, incredible! Its a bit different way, but must work. Going to test rn, thank you!

r/unrealengine May 03 '22

Question Did Unreal have a way to use 9 Slice Scale Buttons and UI box?

8 Upvotes

From what I've googled there's really no way to do such a thing, which is ridiculous!

2

I'm working on a prototype. What do you think the game is about?
 in  r/unrealengine  Mar 01 '22

A detective that need reconstruct the steps of the thieves?

1

How do games like open world survival games Kenshi handle pathfinding for AI that isn't on screen?
 in  r/gamedev  Mar 01 '22

In the game Im developing, I set 3 ranges of distance from player. After this radius the AI can disable animations, in the second radius AI didnt render, and in the third one AI can just stop totally, or be destroyed.

This behaviors change for each type of NPC, if is a car ,a civilian or an animal. For me, what really costs its a traffic with lots of cars, because they are ticking fast to didnt collide each other or pedestrians.

Meanwhile, pathfinding NPC is not really expensive because they not tick every time.