YesNoOk
avatar

How to remove floor bounce (Read 65028 times)

Started by natmugen, July 06, 2019, 02:16:19 am
Share this topic:
How to remove floor bounce
#1  July 06, 2019, 02:16:19 am
  • avatar
    • USA
How do I remove that floor bouncing the character does when they hit the ground, so that they just hit the ground flat like MvC2?
Last Edit: July 06, 2019, 07:43:22 pm by natmugen
Re: How to remove floor bounce
#2  July 06, 2019, 08:28:07 pm
  • **
    • Mexico
Look for this line in the Hitdef:

 " down.bounce = 1  "

so you can remove it or just set it  to = 0

Good Luck.
Re: How to remove floor bounce
#3  July 07, 2019, 05:38:24 am
  • avatar
    • USA
Thank-you so much for responding and thank-you, I'll give this a try when I get the chance.
Re: How to remove floor bounce
#4  July 21, 2023, 05:00:11 am
  • avatar
    • USA
Can someone tell me where to find the hitdef?
Re: How to remove floor bounce
#5  July 31, 2023, 12:15:18 pm
  • ****
Can someone tell me where to find the hitdef?

LESSARD provided way to edit individual attack
for example you have attacker A and Receiver B
the code is in Attack A's individual attack.

if the Attacker A having 30 attacks you need change 30 time.

if you want to make the whole game like this I don't know if there is a switch for that....


Re: How to remove floor bounce
#6  August 05, 2023, 08:47:25 pm
  • avatar
    • USA
Can someone tell me where to find the hitdef?

LESSARD provided way to edit individual attack
for example you have attacker A and Receiver B
the code is in Attack A's individual attack.

if the Attacker A having 30 attacks you need change 30 time.

if you want to make the whole game like this I don't know if there is a switch for that....




But LESSARD said here:

Look for this line in the Hitdef:

 " down.bounce = 1  "

so you can remove it or just set it  to = 0

Good Luck.


He said "look for this line in the Hitdef", where is the hitdef? What file would I go into to make the changes? I remember doing something where what Lessard said worked, I just don't remember where I went to make that change. What line might consistently mean ground landing?
Last Edit: August 05, 2023, 08:53:31 pm by natmugen