Tiled Add-Ons!
Tiled Plugin for RPG Maker MV » Devlog
Here are some new features for Tiled Plugin!
https://github.com/Archeia/Princess-Project-MV/tree/master/Tiled/Add-On Features
KEN_TiledFlagsLayer
This allows you to add special flags like ladder, counter, damage, etc. natively with Tiled. Here's how you would implement it.
- Add Tile_Flags_32x32.json to your map.
- Create a new layer called FLAGS (or something) and make sure to add the property flags -> True. Just like this picture:
REMEMBER:
- Do not add a flags layer and not put any of the flag tiles on it. It will cause a game crash.
KEN_PictureBelowChars
Plugin to display a picture with a specific ID below characters but above tilemap.
Files
Add-On Features 6-20-2019.zip 6.3 kB
Jun 20, 2019
Get Tiled Plugin for RPG Maker MV
Download NowName your own price
Tiled Plugin for RPG Maker MV
Tiled Plugin for RMMV
More posts
- Sample Project UpdatedJun 22, 2019
- Updated Tiled Plugin + New PluginMar 12, 2019
Comments
Log in with itch.io to leave a comment.
Works absolutely perfectly, thanks a lot :D!
I would suggest though if possible, to list in one of the plugins that 'KEN_TiledFlagsLayer' should be before 'AEL_TilesetPropertyRegions', otherwise it results in an error/crash.
Because it was new I added it initially below, and double-triple checked that the tileset itself was setup correctly before considering the plugin order.
Strange since that shouldn't be the case. I have it after AEL_TilesetPropertyRegions because it's dependent on it.
That is strange.
Ahhh sorry, looking back between your new example and everything I was able to work it out after checking more things. The original 'working' wasn't working first of all xD; it was a left over layer from the original method of creating a region map matching the property regions, the one thing I forgot to check.
Removing that meant the bush I thought was working, obviously wasn't because as you say AEL_TilesetPropertyRegions had to actually be before it.
What I missed was the 'Tileset Name' property in KEN_TiledFlagsLayer. Renaming that fixed everything :)!