1 (edited by osamamasood26 2022-09-29 00:26:12)

Topic: Difference Between Required Move and Chain Move

I'm making a 3D fighting game and i want to add combos for my character
I'm also follow the tutorial series of UFE
But the problem is
First I don't understand Required and Move Link is
Second When i follow the chain move tutorial i failed to implement it in my game
I follow step-by-step but still failed.
So, anyone help me out of this?

Share

Thumbs up Thumbs down

Re: Difference Between Required Move and Chain Move

In move 1 set a chain move into move 2
In move 2 set move 1 to be a required move
Post screenshots if your still having trouble.

Share

Thumbs up Thumbs down

Re: Difference Between Required Move and Chain Move

FreedTerror wrote:

In move 1 set a chain move into move 2
In move 2 set move 1 to be a required move
Post screenshots if your still having trouble.

Don't Understand what you say

Share

Thumbs up Thumbs down

Re: Difference Between Required Move and Chain Move

Required Move: Your move(the one you're editing in the move editor) will not play if you're not doing ANY of the moves in the required move. Your move will only play after one of the required move is played.

Move Links: Your move(the one you're editing in the move editor) will cancel to ANY of the moves you put in this slot. This is where you design what move your current move will combo to.

Share

Thumbs up +1 Thumbs down

Re: Difference Between Required Move and Chain Move

I have 2 Moves
Move 1 and Move 2

Move 1:
   No chain Move
   Simple Punch
   Button Execution 1

Move 2:
    Has chain Move
    1 Required Move (Move 1)
     Button Execution 1

but still not play when Move 1 is played Move 2 not working

I also remove button execution from Move 2 still not working

Share

Thumbs up Thumbs down

Re: Difference Between Required Move and Chain Move

In move 1 set the chain move to move 2.
Chain moves allow "cancels" into other moves.

Share

Thumbs up 0 Thumbs down

Re: Difference Between Required Move and Chain Move

it means we need both required and move link to perform multiple hits?

Share

Thumbs up Thumbs down

Re: Difference Between Required Move and Chain Move

I solve the problem

Move 1:
Add Move link of move 2

Move 2:
Set Required Move (Move 1)
and Add Move link (Move 3)

Move 3:

Set Required Move  (Move 2)
and Add Move Link (Move 4)

Share

Thumbs up +1 Thumbs down