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

MazeMaker

Villager
Member
Joined
Dec 28, 2017
Messages
18
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
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.
 

MazeMaker

Villager
Member
Joined
Dec 28, 2017
Messages
18
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
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.
 

MazeMaker

Villager
Member
Joined
Dec 28, 2017
Messages
18
Reaction score
23
First Language
English
Primarily Uses
RMMZ
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.
 

winterboy

Villager
Member
Joined
Apr 29, 2023
Messages
6
Reaction score
3
First Language
english
Primarily Uses
N/A
"TypeError
Cannot read property 'registerCommands' of undefined"

The game won't start. What could be the problem?
 

winterboy

Villager
Member
Joined
Apr 29, 2023
Messages
6
Reaction score
3
First Language
english
Primarily Uses
N/A
"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
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
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.
 

winterboy

Villager
Member
Joined
Apr 29, 2023
Messages
6
Reaction score
3
First Language
english
Primarily Uses
N/A
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 :(
 

winterboy

Villager
Member
Joined
Apr 29, 2023
Messages
6
Reaction score
3
First Language
english
Primarily Uses
N/A
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!
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
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 :)
 

winterboy

Villager
Member
Joined
Apr 29, 2023
Messages
6
Reaction score
3
First Language
english
Primarily Uses
N/A
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?
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ
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.
 

winterboy

Villager
Member
Joined
Apr 29, 2023
Messages
6
Reaction score
3
First Language
english
Primarily Uses
N/A
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!
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ

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.
 

Eliaquim

Hakuen Studio
Regular
Joined
May 22, 2018
Messages
3,345
Reaction score
2,644
First Language
Portuguese - Br
Primarily Uses
RMMZ

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.
 

Latest Threads

Latest Posts

Latest Profile Posts

Forgive my rudimentary video editing skills, thought I'd start sharing progress on my status posts as well. Here's the second character of my roster, Mǽlhafoc, the Ælven ranger.

And if you missed the first one many moons ago, here's Vilhelm, the tarnished knight.
Knocked through three more rough draft sprites. (A frog beast thing, a skeleton, and vampire bat) down to seven sprites and a thing more appropriately done as tiles.
Cutscenes remaining are officially in the single digits! Woohoo!
More Castles.gif
I guess we can have one more, as a treat.

Forum statistics

Threads
135,012
Messages
1,252,897
Members
177,925
Latest member
Gxnzxlo
Top