supertux
supertux copied to clipboard
Walk script doesn't change Tux's direction
TL;DR: Tux can moonwalk.
i think they should keep that as an easter egg, thats hilarious XD
Can you attach the script in question here, please?
The walking script commonly used is: Tux.walk(float speed)
Although personally I prefer the scripted controller scripts as they control Tux more naturally.
I think an easy way to fix this is to just add Tux.set_dir(true);
(which for some reason just uses "left" and "right") to force Tux to turn right when touching the script trigger
@Alzter TL;DR: Tux can moonwalk
I did a Backflip in that zone and Tux got stuck instead of this bug.
I have been experiencing these two bugs in this video: #1035, #2412.
https://user-images.githubusercontent.com/126248752/231297582-5f06ae6e-d6b6-4166-ab1a-c4ee15083bc3.mp4
I did a Backflip in the Tower of Ghosts walk script and Tux instead of being paralyzed like in Nolok's Castle, this bug also happened.
From what I've seen, the walk script just makes Tux go to the right and in the seq. trigger Tux can go left and right at will (even with backflips) and in my opinion, the Super Tux team should copyright the seq. trigger to solve the walk script problem. Watch the parts of my video for more details that I may not have mentioned.
https://user-images.githubusercontent.com/126248752/232251555-2e512a5a-d08b-442c-b2c0-063a1abeb7c4.mp4