Bully-Board

Bully Modding Section => Requests => Requests Archive => Topic started by: Arthur Marinho on July 02, 2013, 09:34:33 PM

Title: hits effect
Post by: Arthur Marinho on July 02, 2013, 09:34:33 PM
Hi, so, how can i change the effect each hit makes when it lands on the opponent? l
Title: Re: hits effect
Post by: c00ld0c26 on July 02, 2013, 10:13:15 PM
I believe the only way to do so is in the CAT archives.
Which is not possible to edit untill then.
But I am quite sure, that Red or someone else , will come soon and say that there is a possible way to do this without messing with the CAT archives.
Title: Re: hits effect
Post by: Walter20210 on July 02, 2013, 10:42:12 PM
Actually the only way is editing act files.
Editing the HitBoxes

For example :

HEADJAB

Now a little example.
Example of the file DO_StrikeCombo.cat

Code: [Select]
PunchLite01.HEADJAB
The first one tells the action and the other is the Hitbox.
You can find other Hitboxes in other styles, And if you want it to do another effect when hitting you can change the Hitbox with another one.

But rememeber if it is more longer will dont work.
Title: Re: hits effect
Post by: Red Blaster on July 03, 2013, 01:55:18 AM
As I said before, .cat is the only way to edit them.

For instance, in G_Striker_A, changing WTRPIPESWING to HEADUPPERCUT will make the third punch of the greaser's punch combo knock people back.
Title: Re: hits effect
Post by: Arthur Marinho on July 03, 2013, 04:40:54 PM
ok, thanks buds.