Eli Jump System - Player jumps with a press of a button!

● ARCHIVED · READ-ONLY
Started by Eliaquim 76 posts Page 1 of 4 View original ↗
  1. kL6PS7v.png
    Author: Hakuen Studio

    Introduction

    This plugin is designed to make the player allow you to jump forward when you press a button.

    Features
    • Add a jump button!
    • Can choose a sound to play when jumping.
    • 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.
    • Add an impulse feature that changes the jump distance if the player is walking or dashing!
    • Can block Jump with the region, event note tag, or switch!
    • Can use a variable value to define a plus value to the jump height/peak.
    • Turn on a switch when the player is jumping.
    • The script calls to Jump Forward, Jump into coordinates and jump on a character
    • Works with normal directions and diagonals!
    Screenshots
    Diagonal Jump

    Spoiler
    y8tRdYs.jpg
    2OEZmn3.jpg
    How to use
    Terms of Use
    Hakuen Studio Jump System for RPG Maker MZ by Hakuen Studio
  2. is it similair to smartjump of YEP, if you can jump 3 tiles ahead, and only able for 1,
    will it count 1 or 3?

    if region = 2 and region 2 is 5 tiles ahead, and 1 region is 3 tiles, does it make this
    tiles ahead as calculation or totally variable based?
  3. ShadowDragon said:
    is it similar to the smart jump of YEP, if you can jump 3 tiles ahead, and only able for 1,
    will it count 1 or 3?

    if region = 2 and region 2 is 5 tiles ahead, and 1 region is 3 tiles, does it make this
    tiles ahead as calculation or variable based?
    Hi!
    The distance that the player will jump is based only on the variable value set in the plugin parameters.

    If the player can jump 3 tiles forward, but have something blocking their way 2 tiles ahead, it will not jump beyond these two tiles.

    I don't know how Smart jump works, so I cannot answer that.
  4. Version 1.2.0 - 12/03/2020
    - Now you can insert the keyboard button directly, without using javascript key code.
  5. Version 2.0.0 - 12/18/2020
    - Adapted to work with Eli Book 3.0.0.
  6. Version 2.1.0 - 02/20/2021
    - Added region ID and event note tag that can prevent the player to jump over them.
    - Added impulse parameter that can raise the player jump value when he is dashing or walking!
  7. I already thanked you on the plugin's itch page but I'll repeat myself here. So far the plugin works great and being able to block people from jumping through a region or note tag makes things so much easier for me with how I'm designing maps. Thanks so much for the additions.
  8. Version 2.2.0 - 02/22/2021
    - Added a switch that when is on, the player will not be able to jump.
    - Added a parameter to change the jump height. Can also be changed mid-game.
    - Fixed a bug that was letting the player jumps on autorun events.

    **MV Version also gets all these updates.
  9. Great, great plugin.
    How to trigger an event by jumping on it?
  10. Hi!
    Well, you can just set it as player touch and below priority and jump on it.
    The problem is with that approach, when the player just walk over it, the event will also be activated.

    For it to activate only when player jump on it, you can do this trick below:

    1 - A parallel event to check the player jump status:
    1613979766873.png

    The event that will only be activated when the player is jumping:
    1613979899927.png

    By the way, nice feature to be implemented. Events that are only trigger by jumping on it!
    Thanks!
  11. I have another problem.
    I'm making a platformer game but can't get the player to jump onto a platformer.
    I'm sorry. I don't speak english.
  12. Hi!
    Well, the player can only jump on places defined in the plugin parameter. You need to read the help file to understand how it works.
    If you already set a variable value for the jump distance, then all you have to worry about is if the player can land on the platform you made.
    A platform is an event? A tile?

    You also have to be a little more specific on why you are not able to make it work, otherwise will be hard for me to help you =/
  13. Hi.
    Thank you for answering me.
    I know why it doesn't work.
    Cannot jump diagonally to a higher platform.
  14. Version 2.2.1 - 02/26/2021
    - Fixed compatibility issue with Eli Moving Platforms.

    @artemisa Got it. I will try to implement diagonal jumping too.
  15. Thank you very, very much.
  16. There is a little problem with version 2.2.1:
    Version 2.2.0: When you get under a higher platform and jump by pressing the up arrow, the player stayed on the platform.
    Version 2.2.1: It is no longer possible to jump to a higher platform in any way.
  17. When you say higher platform, you say from a low region to a higher region?
  18. I am not talking about region.
    I'm talking about mapping.
    I'm walking on the ground and I want to jump onto a platform above me.
  19. Ok... but you have to give me more information...
    How did you making this platform? It is an event with the above priority? Is it a tile?
    How your game recognize a platform ?

    Because you need to take a look at my plugin to see when the player is able to jump. There are some rules there:
    1614533963828.png

    Then you read the help file to understand how they work :)
  20. It's a tile.
    The game is similar to Castlevania.
    With version 2.2.0 it would jump to a tile that was above the player on the map.
    With version 2.2.1 it no longer does. He jumps up and doesn't stay up, he goes back to the ground.