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
Eli Jump System - Player jumps with a press of a button!
● ARCHIVED · READ-ONLY
-
-
Hi there!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
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. -
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.
-
Are you using EliMZ_Book above all my plugins?Here you are! Thank you for your support.
View attachment 234489
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.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. -
"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"TypeError
Cannot read property 'registerCommands' of undefined"
The game won't start. What could be the problem? -
Hi there!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
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 canJumpHi 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.
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 :( -
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!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!
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?It's fine friend!
Have fun, and if you have any problems let me know :) -
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.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?
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!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. -
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.
-
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.