- Joined
- Feb 21, 2019
- Messages
- 31
- Reaction score
- 40
- First Language
- English
- Primarily Uses
- RMMV
LWP_InvisibleTiles
Logan Pickup
Logan Pickup
Introduction
Allows using a different tileset image when using the RPG Maker editor and when running the game. Useful for parallax mapping or for visualising secret passages, etc. in regular tile-based mapping.
Screenshots
Example of a level with visible tiles with passability/ladders in the editor:
And the same level in-game:
And the same level in-game:
There are two ways to use this plugin:
1. Tileset Image Names
If you have a tileset image with "-vis" at the end of its name, for example:
Code:
img/tilesets/Dungeon_A1-vis.png
Code:
img/tilesets/Dungeon_A1.png
2. Map Notetag
Just put the following in a map's notetag:
Code:
invisible tiles
Download
Download here: https://raw.githubusercontent.com/theartofme/LWP_InvisibleTiles/main/LWP_InvisibleTiles.js
License
This plugin is free to use for commercial and non-commercial use.
Attachments
Last edited: