Silver3005
Silver305
Hi can u add a version which allows u to thok with the drop dash on spin
Wait, What? I already added that!Hi can u add a version which allows u to thok with the drop dash on spin
I might be stupid but which one is itWait, What? I already added that!
player.charability = skin.ability
. This causes a problem with some modded characters that rely on temporarily changing the ability flag of the character to do something, namely Trip, Espio and Mighty, who cannot climb walls with this mod loaded. I fixed this by moving the end
on line 461 to under the 462-496 block, thus stopping them from running if the conditions on line 91 are false. However, this might have some unintended consequences, though I didn't run into anything in my testing.if player.skinflags == SF_MULTIABILITY
. This will almost always return false. Instead, it should look like this: if player.charflags & SF_MULTIABILITY
. However, even after I fixed this check, PF_THOKKED would only be inactive for a frame after cancelling, and tapping jump without charging would still activate PF_THOKKED. I think what you would need to change to fix this is when you would normally activate PF_THOKKED, check if the character has SF_MULTIABILITY. If they do, don't touch PF_THOKKED and instead reset the charge timer. Unfortunatly, this might require rewiting a bunch of code.This is happening to me, too. I made sure to test without any other addon loaded. I even tested both Sonic and Sonic+Tails. But no matter whether I tap, hold, or spam the Spin button, nothing happens with the mid-spin variants of the mod.i dont know why, but any of the midspin versions of the dropdash doesnt work at all for me, i dont know why :(, i even reinstalled the game and used the default controls, what could be causing it?
Strange because im running the windows one, the addon worked just fine before this update :(This is happening to me, too. I made sure to test without any other addon loaded. I even tested both Sonic and Sonic+Tails. But no matter whether I tap, hold, or spam the Spin button, nothing happens with the mid-spin variants of the mod.
I'm running 2.2.13 on Linux, albeit self-compiled rather than using the Flatpak release.
I ran the older version on android before 2.0 and it used to work but now it's brokenStrange because im running the windows one, the addon worked just fine before this update :(
I hope Glorped fixes this soon, i love the addonI ran the older version on android before 2.0 and it used to work but now it's broken