Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi!

If Diagonal Jump is set to false on my plugin parameters, and it still is able to jump, probably is because of the Visustella plugins. I disabled it here and it works properly. Now, Visu plugins abre obfuscated, so I can't just take a look at their code to see what is going on.

What I will do is try to find a better way on my plugin to prevent the diagonal jumping when the diagonal parameter is false. I will also add a new parameter to, in case diagonal jump is allowed, to let the plugin reduce in -1 tile the distance when jumping diagonally, so the character does not jump too far when using diagonal. I will let you know when I have fixed it

(+1)

Awesome, thank you very much for the support. 

I think I have fixed the compatibility issue and also the diagonal distance with that new plugin parameter.

Take a look at the new version 2.6.0 and let me know!

(1 edit)

I'm getting an error with the new script now. 

Cannot read properties of undefined (reading 'register')

Fixed this myself, my Book plugin was way out of date.

Oh the diagonal distance penalty is working to make it so diagonal jumping isn't going insanely far anymore, but they can still jump diagonally when I've got it set so they can't

That is probably a compatibility issue with the Visustella Plugins. Can you try put my plugin below them? Or better, send me a sample project replicating the issue? This will help me a lot to find the problem. I know that works for sure with my diagonal and character frames plugin, but I also want to make it compatible with the most plugins possible. So a link to download a sample project replicating the issue will be nice.

(1 edit)

Making a sample project to demo it will take me some time.  (I'm also at work today so it's gonna be a while before I'd even possibly be able to.) I can't pass out mine as it's got a lot of my own, and other paid assets (not to mention it's my whole game so far!). I'm not 100% positive that I'll be able to recreate it but I can try to do so.  I can include a few VS8 character sprites though as several of those are free use.  

I'll get back to you with this.  I'd not expect it by the end of today, more likely I don't get to this until tomorrow. 

Understood. Take your time.

You can also try to leave only my plugins ON  in your project to really check if it is a compatibility issue. 

I do think it is, because using my Diagonal character Plugin and this Jump System Plugin, when the diagonal parameter is off, the diagonal jump is really prevented. All three work together just fine.

I could suggest you to disable the diagonal feature from visustella and try using my Diagonal Character plugin, which is free. Just install it somewhere below the visustella one. 

Hakuen Studio Diagonal Characters for RPG Maker MZ by Hakuen Studio

If that still not works, then we can return to the first alternative to fix the compatibility problem. But for that I will need a sample project.