Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: callmedan on July 07, 2017, 08:52:08 am

Title: [RESOLVED] Tiled Script for XP
Post by: callmedan on July 07, 2017, 08:52:08 am
Hello! I'm looking for Tiled script for XP. XP mapping system is much better than newer engines but sometimes I find 3 layers are not enough.
There's a plugin made for MV and the authors also public the source code. So I'd like to ask if anyone could spend your time to make a version for XP please? (and if it's possible, of course)
Here's the MV plugin on RPG Maker forums: https://forums.rpgmakerweb.com/index.php?threads/tiled-plugin-version-1-3-0-released.50752/

What is Tiled?
Tiled is a piece of open source software designed to function as a Map Editor for custom game engines. It is written in C++ and has some really nifty features that aren't going to be applicable to you at all for this purpose. In this tutorial, I will be going over the basic features that can be used to achieve the Pre-Rendered Mapping (more often known as Parallax Mapping) effect without the use of Graphic software such as Photoshop or Gimp.
Tiled can be downloaded for free at mapeditor.org
Title: Re: Tiled Script for XP
Post by: KK20 on July 07, 2017, 10:09:07 pm
As someone who has knowledge on making Tilemap rewrites, adding more layers is not a good thing. You start running into poor performance as you need to create more and more sprites to compensate for each tile on each layer. Your request will not be fulfilled here.

The closest thing to what you want may be Drago's Multi-Layer (http://forum.chaos-project.com/index.php/topic,13318.0.html).