S
sonicfan93
Guest
I think you can turn super with a wad if you just edit the sonic wad.....
Jason The Echidna said:Mystic said:Custom characters cannot use Super mode at all, even with Sonic's ability. It's hard-coded to be only usable as Sonic.
shadowstar said:Jason The Echidna said:Mystic said:Custom characters cannot use Super mode at all, even with Sonic's ability. It's hard-coded to be only usable as Sonic.
Sik said:Ehm... Did you try to edit SRB2.SRB? The game won't work anymore until you restores it. The same thing must happen with the other files. It's part of the antihacking feature of SRB2.
Sik said:The same thing must happen with the other files.
if(ability == 0 && skin == 0 && rings >= 50 && urjumping == true)
P_TurnSuper(player);
if(youarestandinginthesectorwithaspecialthatturnsyousuper == true && ability == 0)
P_TurnSuper(player);
Jason the Echidna said:Except for when you have a map like Mystic Realm Zone. Then any Thokker can turn super.