Original Source
- Original title: MV Halfmove / Layer / Passage problem
- Original author: Yoyo98
- Original date: October 24, 2022
- Source thread: https://forums.rpgmakerweb.com/threads/halfmove-layer-passage-problem.152205/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Requests
Summary
Hello everyone! I'm here to ask for help with a layer/passage problem. I want to use the plugin listed below to improve RMMV hitboxes. The script works very well for this. It even allows to block the passage of half a tile. Here's my problem: If I place the passage of the WHOLE tile (not half a tile as the game interprets it through the script) on the circle, then when the characters walk in front of it, everything is fine, but when they walk behind it, they walk on...
Archived First Post
I'm here to ask for help with a layer/passage problem.
I want to use the plugin listed below to improve RMMV hitboxes. The script works very well for this. It even allows to block the passage of half a tile.
Here's my problem: If I place the passage of the WHOLE tile (not half a tile as the game interprets it through the script) on the circle, then when the characters walk in front of it, everything is fine, but when they walk behind it, they walk on the tile. The opposite happens when I put the tile's passage on the star.
Do you know a way to split the tile passage into two equal parts?
Or a piece of code that indicates whether the player should walk under or over the tile in question?
I've been poking around in rpg_object and the checkPassage function but I haven't reached my goal.
Script used : https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/HalfMove.js
Downloads / Referenced Files
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadCreator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
Topic Summary
Loading summary...