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

● ARCHIVED · READ-ONLY
Started by Eliaquim 76 posts Page 4 of 4 View original ↗
  1. hello, I am having a problem where using your plugin (with its dotmove compatibility plugin, if relevant) is causing all of the touch events in my game to no longer work. I am not sure why this is happening. thank you for any help
  2. MazeMaker said:
    hello, I am having a problem where using your plugin (with its dotmove compatibility plugin, if relevant) is causing all of the touch events in my game to no longer work. I am not sure why this is happening. thank you for any help
    Hi there!

    Please show me a screenshot of your plugin manager so I can take a look at the plugin versions.
    I also need the version of the dot movement plugin.
  3. Eliaquim said:
    Hi there!

    Please show me a screenshot of your plugin manager so I can take a look at the plugin versions.
    I also need the version of the dot movement plugin.

    Here you are! Thank you for your support.
    Screenshot 2022-07-11 233536.jpg
  4. MazeMaker said:
    Here you are! Thank you for your support.
    View attachment 234489
    Are you using EliMZ_Book above all my plugins?
    Also, I will have to look at the dot move system. M previous patch was supposed to work with the 1.9.7 version.
    And I can see that you are using another one, the most recent. I still don't have a patch for it.
    I will only be able to make it after 5TH August.
  5. Eliaquim said:
    Are you using EliMZ_Book above all my plugins?
    Also, I will have to look at the dot move system. M previous patch was supposed to work with the 1.9.7 version.
    And I can see that you are using another one, the most recent. I still don't have a patch for it.
    I will only be able to make it after 5TH August.
    okay, thank you for your help. I can confirm that I have EliMZ_Book above the others, yes. excuse me for not including that in the screenshot. I downloaded all your plugins from itch.io the other day, so that one should be your latest version as well.
  6. "TypeError
    Cannot read property 'registerCommands' of undefined"

    The game won't start. What could be the problem?
  7. winterboy said:
    "TypeError
    Cannot read property 'registerCommands' of undefined"

    The game won't start. What could be the problem?
    Ah sorry I forgot to instal EliMZ_Book plugin. Now I have another problem: I edited Jump Distance parameter but player still jumping on the same place where he stands. Even if I jumping when walk in sides
  8. winterboy said:
    Ah sorry I forgot to instal EliMZ_Book plugin. Now I have another problem: I edited Jump Distance parameter but player still jumping on the same place where he stands. Even if I jumping when walk in sides
    Hi there!
    First make sure you are in a place/tile that the player is allowed to jump. Check the jump conditions on the plugin parameters.

    Check the variable value you assigned to the jump distance, to confirm it's value is changed.

    Make sure it's not a plugin compatibility problem.

    If you check those three things and still not working, send me a sample project replicating the error so I can take a look.
  9. Eliaquim said:
    Hi there!
    First make sure you are in a place/tile that the player is allowed to jump. Check the jump conditions on the plugin parameters.

    Check the variable value you assigned to the jump distance, to confirm it's value is changed.

    Make sure it's not a plugin compatibility problem.

    If you check those three things and still not working, send me a sample project replicating the error so I can take a look.
    Jump conditions set to canJump

    I tryed different variable value assigned to the jump distance (2,5,12,99...)

    Jump works correct if it running by event, but not by pressing space button

    It's all in blank project with only Book and Jump plugins

    I think I'm stupid and just didn't do some basic thing that all cool RPGM dev can do :(
  10. Again I wrote a help message and after a few minutes I find a solution... Although before that it took an hour huh
    Sorry for wasting your time man, your plugin works great!
  11. winterboy said:
    Again I wrote a help message and after a few minutes I find a solution... Although before that it took an hour huh
    Sorry for wasting your time man, your plugin works great!
    It's fine friend!
    Have fun, and if you have any problems let me know :)
  12. Eliaquim said:
    It's fine friend!
    Have fun, and if you have any problems let me know :)
    The gods have cursed me, I have unexpected problem - jumps are worked, but diagonal jump work only on top-right (↑) direction. Pressing another diagonal directions don't do anything. Am I missing something obvious?
  13. winterboy said:
    The gods have cursed me, I have unexpected problem - jumps are worked, but diagonal jump work only on top-right (↑) direction. Pressing another diagonal directions don't do anything. Am I missing something obvious?
    If you already makes sure that you are in a place that can jump, try changing your jump Button to anothwr Key on the keyboard.

    Here, my keyboard does not allow multiple Key presa while some Button are pressed, like the space.

    Try setting your jump Button to "V" for example and see If It will work.
    Its a keyboard problem. :(

    Otherwise, send me the project replicating the error so I can take a look.
  14. Eliaquim said:
    If you already makes sure that you are in a place that can jump, try changing your jump Button to anothwr Key on the keyboard.

    Here, my keyboard does not allow multiple Key presa while some Button are pressed, like the space.

    Try setting your jump Button to "V" for example and see If It will work.
    Its a keyboard problem. :(

    Otherwise, send me the project replicating the error so I can take a look.
    Yes it's was keybord problem... Thanks for help!
  15. Version 5.1.2 - 03/14/2023​

    • Fixed character graphics above the Star tiles when jumping.
    • You can now adjust the character Z-index when jumping on the plugin parameters.
  16. Version 5.1.3 - 06/01/2023​

    • Now you can insert multiple regions on the Region Restrict/Block region plugin parameters, by separating them with a comma: 1, 5, 26. This will make these 3 regions block the jump.