Resource icon

[Open Assets] Auto-Jump 1.1

What permissions do you give others to modify and/or maintain your submission?
Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
this is a simple script that enables repeated jumping just by holding down space. this makes some movement tricks much easier to perform, especially combined with sonic's thok:

srb20006.gif


the auto-jump can also be enabled and disabled at any time using the autojump console command, and it also been verified to work on netcode.

in addition, version 1.1 also adds auto-spin, allowing you to enter spin state just by holding down spin, which is useful for immediately start rolling on landing:

srb20006.gif


just like the auto-jump, the auto-spin can be toggled off using the autospin command.

credits to Pea N. Ness for the idea of the auto-spin mechanism.
Author
Gouldron
Downloads
396
Views
1,414
Extension type
lua
File size
1.9 KB
MD5 Hash
bed9555603109e02efa5b573d38e7cf2
First release
Last update
Rating
3.80 star(s) 5 ratings

More resources from Gouldron

Share this resource

Latest updates

  1. Auto-spin addition

    in courtesy of Pea N. Ness, this version also adds auto-spin, allowing you to go into a spinning...

Latest reviews

I have a auto-jump script too, never gonna use mine again cause this is way better!

Edit: Like the other guy said, it uses P_IsObjectOnGround(player.mo) instead of (player.mo.eflags & MFE_JUSTHITFLOOR), but I can change the code anyways but i recommend updating it to the better one.
Upvote 0
(oh ye 5 stars since i like this)
Upvote 0
changing my rating because i realized it uses P_IsObjectOnGround(player.mo) instead of (player.mo.eflags & MFE_JUSTHITFLOOR) so it has a delay. sad!! easy fix though
Upvote 0
An "auto roll" feature would be beneficial for quick thok maneuvers. This mod is simple and effective, but adding auto roll would make it perfect. 5 stars if this feature is included.
Gouldron
Gouldron
that's actually a great idea, holding down spin to start rolling immediately upon landing. i'll get to working on that once i have time (and give you credit for the idea once it's done :))
Upvote 0
I thought that would be like the minecraft auto-jump. where sonic jumps near a block. that would've been really funny if it was the case
Upvote 1
Back
Top