Are you on the latest version (2.2.8)?I managed to break this within 5mins of playing somehow. Basically, whenever you do a trick after a spring bounce, and then land, that error message appears and the spin button just doesn't work (Except when going super/hyper) Then the character just... breaks the laws a physics even more than it already has
I managed to break this within 5mins of playing somehow. Basically, whenever you do a trick after a spring bounce, and then land, that error message appears and the spin button just doesn't work (Except when going super/hyper) Then the character just... breaks the laws a physics even more than it already has
Are you on the latest version (2.2.8)?
There is in fact a way to do so! Do you have SLADE? If so, you can open up XMomentum with it, navigate to /LUA/Xmomentum/, and open LUA_Xmomentum. Then, you can use CTRL+F and search "tricking" or just scroll down to it, and this is the line to edit:is there any way to disable tricks? its messing with a character i have installed really badly
--start tricking if you're able to trick and press jump. some characters are too high res for this.
if (p.mo.state == S_PLAY_SPRING or p.mo.state == S_PLAY_FALL) and not (p.pflags & PF_JUMPED) and p.cantrick == true
and not (p.isuselesschar or p.mo.skin == "ssnsonichd" or p.mo.skin == "jason" or p.mo.skin == "vanillasonic" or p.mo.skin == "microwave" or p.mo.skin == "ssntailshd")
or p.mo.skin == "tailsdoll"
Blueshoes Tails is actually a separate skin, so you could technically do that.Here's a question. Is it possible to give Blue Shoes Tails his own model or texture so he won't still be using sprites with Models enabled? I ask, 'cause I altered the shoe texture for Jeck Jims' Tails model to make them blue just 'cause I preferred them, then remembered how this mod has Blue Shoes Tails, and figured there may be a way to have the Blueshoes code apply to models.
Here's a question. Is it possible to give Blue Shoes Tails his own model or texture so he won't still be using sprites with Models enabled? I ask, 'cause I altered the shoe texture for Jeck Jims' Tails model to make them blue just 'cause I preferred them, then remembered how this mod has Blue Shoes Tails, and figured there may be a way to have the Blueshoes code apply to models.
We use essential cookies to make this site work, and optional cookies to enhance your experience.