Bully-Board

Bully Modding Section => Modding Questions/Help => Topic started by: mhdt on April 24, 2021, 06:23:20 PM

Title: about bike_gen
Post by: mhdt on April 24, 2021, 06:23:20 PM
i tried to use isbuttonpressd in bike_gen,but it doesn't work,how does it work like StimeCycle?
Title: Re: about bike_gen
Post by: Razc01na on April 24, 2021, 06:52:15 PM
You can simply mod it and replace the original. The game autoruns it on game launch.
Title: Re: about bike_gen
Post by: mhdt on April 24, 2021, 08:42:31 PM
You can simply mod it and replace the original. The game autoruns it on game launch.
what do you mean?
Title: Re: about bike_gen
Post by: SimonBestia on April 25, 2021, 03:27:37 AM
I don't know why you're editing a script that isn't STimeCycle.
It may or may not work. STimeCycle is the common file to edit because it's always running in the background and refreshes every now and then.

Your script doesn't work because the game checks if you're pressing the Melee button the moment it starts, just once.
You're supposed to have that check in a loop, so the game is constantly checking for you to press that button.
Title: Re: about bike_gen
Post by: mhdt on April 25, 2021, 07:54:01 AM
Thanks for the tip