Author: Hakuen Studio
Introduction
This plugin is designed to make the player allow you to jump forward when you press a button. At first, it will only work to jump forward in the normal directions, not the diagonal ones.
Features
• Add a jump button!
• Can choose a sound to play when jump.
• Can use a variable value to define how far the player will jump.
• Can set up the conditions that allow the player to jump or not, through a list of possible ones in plugin parameters.
How to use
• Just set the plugin parameters and you are good to go.
• Check out this site to find your desired javascript keycode:
https://keycode.info/
• Most parameters are self-explanatory, but the Jump Check needs an explanation.
• There is a Jump Check function that will check if the player is able to land on his jump destination, otherwise, it will jump in the same place.
• This is necessary for the player to not be able to jump outside the screen or in places that he cannot move.
But you still can choose some restrictions about his jump behavior:
• Can Jump - The player will only be able to jump if the following conditions are true:
- It is not inside a vehicle.
- The X and Y land coordinates are valid map coordinate.
- The X and Y land coordinates are passable through the direction it is facing.
- There is no event on the X and Y land coordinates that is Normal priority(Same as characters).
• The others below, all include these conditions above, but also, plus ones:
- Can jump only to the same regions
- Can jump only to higher regions
- Can jump only to lower regions
- Can jump only to same terrain tag
- Can jump only to higher terrain tag
- Can jump only to lower terrain tag
• It will check the current region/terrain tag that the player has, and if it matches the condition of being equal, higher or lower, it will be able to jump.
Update Log
Version 1.1.0 - 10/22/2020
- Now you can jump on tiles that have events below the player and above the player.
Version 1.0.0 - 10/20/2020
- Plugin release!
- Now you can jump on tiles that have events below the player and above the player.
Version 1.0.0 - 10/20/2020
- Plugin release!
