Game Abuse: doing Geometry Dash in SuperTux

Game Abuse: doing Geometry Dash in SuperTux

Postby divVerent » 09 Jun 2020, 17:07

Sharing this more as an idea than anything else - I am clearly NOT going to release a level THAT stolen.

Image
https://www.youtube.com/watch?v=MKYz26R9xpE

Explanation how it works (also in video description):

The trick to keep Tux's y coordinate moving at constant speed was a second solid tilemap that is moving on a path. The small spike was done by having a third tilemap that moves half a tile down (one-shot) at level start. The trick to reset music every death was a sector init script that does

play_music("");
play_music("/the/background.music");

to "reset" the music. Game physics have been modified by doing

set_game_speed(0.6);

in the same trigger and by setting gravity to 16.

Note that triple spike jumps are IMPOSSIBLE in this, as SuperTux's spike hitboxes are criminal.
divVerent
 
Posts: 52
Joined: 03 Mar 2019, 02:22

Re: Game Abuse: doing Geometry Dash in SuperTux

Postby Serano » 09 Jun 2020, 17:13

Music Level like in Rayman Legends. Cool. :)
SuperTux Team Member
User avatar
Serano
 
Posts: 235
Joined: 21 Sep 2014, 08:17

Re: Game Abuse: doing Geometry Dash in SuperTux

Postby divVerent » 10 Jun 2020, 17:15

And now did a real one I can actually release: https://forum.freegamedev.net/viewtopic ... 69&t=14094

Fixed the music delay variation by triggering the music not at sector start but from a script trigger Tux touches a few frames later.
divVerent
 
Posts: 52
Joined: 03 Mar 2019, 02:22

Who is online

Users browsing this forum: No registered users and 1 guest