Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Invisible/swappable tilesets plugin
- Original author: theartofme
- Original date: January 27, 2021
- Source thread: https://forums.rpgmakerweb.com/threads/invisible-swappable-tilesets-plugin.132691/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
LWP_InvisibleTiles 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.
Archived First Post
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.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
License This plugin is free to use for commercial and non-commercial use.
Creator 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.
0
replies
1
view
Topic Summary
Loading summary...