The Mugen Fighters Guild

Help => M.U.G.E.N Configuration Help => Topic started by: natmugen on July 06, 2019, 02:16:19 am

Title: How to remove floor bounce
Post by: natmugen on July 06, 2019, 02:16:19 am
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?
Title: Re: How to remove floor bounce
Post by: LESSARD on July 06, 2019, 08:28:07 pm
Look for this line in the Hitdef:

 " down.bounce = 1  "

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

Good Luck.
Title: Re: How to remove floor bounce
Post by: natmugen on July 07, 2019, 05:38:24 am
Thank-you so much for responding and thank-you, I'll give this a try when I get the chance.
Title: Re: How to remove floor bounce
Post by: natmugen on July 21, 2023, 05:00:11 am
Can someone tell me where to find the hitdef?
Title: Re: How to remove floor bounce
Post by: beterhans on 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....


Title: Re: How to remove floor bounce
Post by: natmugen on August 05, 2023, 08:47:25 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....




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?