Realistic Explosion
You might recognize this from Deltarune and TerminalMontage (which the explosion sfx and textures reference).
By @flipflop bell with the help of @Cooliokid 956 and @I'mNOTYourCat
Enjoy
More Footage
HOW TO USE WITH OTHER MODSSince
gCurrentObject
isn't exposed, i'm not able to change behavior related functions so you need to edit the mod you want this to work with.First, find and rename both
bhv_explosion_init(o)
and bhv_explosion_loop(o)
to custom_bhv_explosion_init(o)
and custom_bhv_explosion_loop(o)
Lastly add
cur_obj_scale(2.0)
under custom_bhv_explosion_init(o)
in a loop function