Page 1 of 1

Shoot fireballs in Freeskate?

Posted: Mon Aug 08, 2016 9:06 pm
by BlazE
I have seen this in several menus and I'm curious how it has been done. Any help is appreciated, thanks.

Re: Shoot fireballs in Freeskate?

Posted: Tue Aug 09, 2016 8:03 pm
by WhoElseButMe
You need to spawn the fireballs
Another way, you can trick the game into thinking the gamemode is firefight by editing the netlobby struct

Re: Shoot fireballs in Freeskate?

Posted: Tue Aug 09, 2016 10:08 pm
by BlazE
WhoElseButMe wrote:You need to spawn the fireballs
Another way, you can trick the game into thinking the gamemode is firefight by editing the netlobby struct


Thanks for the tip.

I tried to NOP "Unbind_fireball_tricks" as well as "Clearpowerups" in hopes that once I ended the game I would keep the ability. The fire trick sticks but doesn't shoot the fireballs. Will keep trying, thanks.

I also messed with enabling is_firefight and had some strange results with that one.

Re: Shoot fireballs in Freeskate?

Posted: Wed Aug 10, 2016 5:39 am
by WhoElseButMe
Think about what goes into starting the firefight game.
Mimic some of those actions (in code) to get you to a firefight state without being in a firefight mode