- Joined
- Mar 1, 2012
- Messages
- 15,604
- Reaction score
- 16,229
- First Language
- Filipino
- Primarily Uses
- RMMZ
NEW THREAD:
https://forums.rpgmakerweb.com/index.php?threads/tiled-plugin-demo-for-rmmv-1-3-0-released.104705/
https://forums.rpgmakerweb.com/index.php?threads/tiled-plugin-demo-for-rmmv-1-3-0-released.104705/
- Tired of RPG Maker MV's Map Editor?
- Do you want to map the XP way but more?
- Tired of Parallax Mapping?
- Want to do round corners?
- Want to create a map with basically unlimited layers?
In case it's not obvious, Tiled is a separate program created by Bjorn. Please read the PDF before you attempt to use this plugin.
Make sure to use Tiled 1.0.3 since the latest JSON format is ruining this plugin.
Download (RMMV Version 1.3.0+)(Legacy Version)
Tiled Source Code Download (For Plugin Developers)
Tiled Version 1.0.3

Instructions included with the zip file!
Download (RMMV Version 1.2.0) (Legacy Version)

User Extensions (Version 1.2.0):
How to Use (Version 1.2.0):
- Create a New Folder named **maps** (without asterisks) inside game project's root folder.
- Create a new map in TileD. The settings must be CSV and Orthogonal. The Tile size you set will be the grid in the game!
- When loading your images, make sure to reference them all in the game's **img/tilesets** folder.
- Export as json file and make sure that the filename is Map*ID*.json. ID being the map's index as seen in the editor. DO NOT ADD "00".
- Put all json files from Tiled into the **maps** folder.
- Put all tilesets into the game's **img/tilesets** This is a reminder!
- Put `<position: X, Y>` into an event comment box for positioning.
- For upper layer (layer that ABOVE player), add *Custom Properties* (in Tiled) `layer` with value `upper`
- For lower layer (layer that BELOW player), no need to add anything
- For collision: any Tile Layer with *Custom Properties* (in Tiled) `collision` with value `true` has collision.
- Which mean any tile that is not empty in that Layer will have collision. You can turn off Visible for Collision Layer if you want.
- For Region ID: any Tile Layer with *Custom Properties* (in Tiled) `regionId` with value is number will make any tile that is not empty has a region ID of entered number. You can turn off Visible for Region Layer if you want.
- Images for Image Layers should be put in **img/parallaxes**
- For parallax: add *Custom Properties* (in Tiled) `parallax` with value `true` to Image Layer. Add *Custom Properties* `planeX` and `planeY` for parallax moving.
- For arrow passable: add *Custom Properties* (in Tiled) `arrowImpassable` with value `up` `down` `left` or `right` to Tile Layer. Any tile that is not empty on that layer will make the *direction* based on `arrowImpassable` value impassable.
To Submit a Bug Report
To make a bug report, simply report it in this thread.
Chances are, I will find out about the bug in this thread than by making one in the JS Support forum.
If your map reaches 10k+++ pixels I will ignore all reports about that.
To make a bug report, simply report it in this thread.
Chances are, I will find out about the bug in this thread than by making one in the JS Support forum.
If your map reaches 10k+++ pixels I will ignore all reports about that.
Disclaimer:
We're super busy and we won't have time to do compatibility fixes or checks AT ALL. Please test it out yourself and ask the respective scripter for any issues that may happen.
>>>NOTE!<<<
HOWEVER, before you make a bug report! Download all the latest version of the plugins (and installing them properly). If you don't have the patience to do that, I won't share my patience to fix the bug. If you still get the bug after updating all the plugins and installing them properly, continue on and using this template:
Here is the template to submit a bug report:
Plugin Name: (What is the name of the plugin?)
Error Message: If you received an error message:
- Press F8 when you receive it to open up the debug console.
- On the console tab, copy/paste the error log and paste it here.
- If you post a screenshot, host it on imgur.com or another website because the images posted here are tiny and I can't read it.
Other: Post screenshots of the bug, screenshots of your plugin list, videos also help, etc. Anything that will make it more clear for me will help me out.
Thank you for your cooperation!
Last edited: