- 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.
- I made sure my file(s) follow the Submissions Guidelines
- Yes
- I named my file(s) correctly (see Filename Conventions)
- Yes
Adds three tweaks for jumping.
Coyote Time
This is a feature from most modern platformers. Leaving the ground, either from walking off or from a slope launch, gives you a 0.25 second window where you can still jump. This prevents jump presses from getting eaten.
Recovery Jump
If you've been in your pain state for much longer than expected, you can jump out of it, ala Sonic Adventure 2. You can also use your ability afterwards.
Lag Compensation
These two other features have latency compensation. Coyote time lasts longer and recovery jump can be used sooner if you're lagging from the server.
I made this script because both of these make client-side input delay in netgames far more bearable to me.
This script is done in a way that it should generally not conflict with any custom character abilities, as long as you add Jump Leniency first.
Coyote Time
This is a feature from most modern platformers. Leaving the ground, either from walking off or from a slope launch, gives you a 0.25 second window where you can still jump. This prevents jump presses from getting eaten.
Recovery Jump
If you've been in your pain state for much longer than expected, you can jump out of it, ala Sonic Adventure 2. You can also use your ability afterwards.
Lag Compensation
These two other features have latency compensation. Coyote time lasts longer and recovery jump can be used sooner if you're lagging from the server.
I made this script because both of these make client-side input delay in netgames far more bearable to me.
This script is done in a way that it should generally not conflict with any custom character abilities, as long as you add Jump Leniency first.