- Joined
- Jan 8, 2014
- Messages
- 1,055
- Reaction score
- 785
- First Language
- English
- Primarily Uses
- RMMV
NO LONGER SUPPORTED
Consider using QMovement which is still SUPPORTED!
[Quasi] Movement Version 1.2X MV
Consider using QMovement which is still SUPPORTED!
[Quasi] Movement Version 1.2X MV
by Quasi
Goal:
My aim for this movement script is to be able to make a game that looks and feels different then a RPG Maker game. This plugin will be a base script for a handful of addons which will help change how the game feels. This was originally created for games that use full custom graphics that shouldn't be grid based. But I like to create plugins that let you choose how differently it will act, giving you the option to still keep the original RPG Maker feel.
What it does:
1. Changes how movement works in your game. Allows developer to choose how many pixels to move per movement. In better terms, allows developer to make characters have a pixel movement or still move by a grid like 48×48 or even 16×16.
2. Collisions were completely rewritten. Characters now have bounding boxes surrounding them. If two boxes touch there will be a collision. Boxes can be set for each event and player character. Tiles automatically have boxes set to them depending on their passage ( 4 dir).
3. Allows you to use an image as a collision map.
Sample Plugin Settings
Settings for 32 grid pixel based (My VXA versions default)
Spoiler
Settings for 32 grid non pixel based
Spoiler
Settings for 48 grid non pixel based (Change movement back to MV defaults)
Spoiler
Full Documentation:
https://github.com/quxios/RPG-Maker-MV/blob/master/Documentations/Movement.pdf
* Recommended you view the documentation if planning on using. Or just to see what features it provides.
Links:
Github
Demo Download
Addons:
Movement Plus
Pathfinding
Depths - Incomplete -
Region Lock
Line of Sight
Easy JSON Editor:
https://github.com/quxios/RPG-Maker-MV/blob/master/Scenes/QuasiEZJSON.js
Patches:
Yanfly
Terrax Lighting
Orange Lighting
Some of these patches may not be needed anymore. Test without the patch first.
Other Notes:
Using the .isMoving() function properly works now. If you started using the "stillMoving()" function, sorry about that! I swapped the function names to allow for compatibility with other scripts that will be calling .isMoving()
Last edited:



