public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MZTilesetEx - Use multiple tilesets in a single map (Ver.4.2.1)

BMM Archive · July 15, 2026

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: TilesetEx - Use multiple tilesets in a single map (Ver.4.2.1)
  • Original author: Awayamatana
  • Original date: October 20, 2022
  • Source thread: https://forums.rpgmakerweb.com/threads/tilesetex-use-multiple-tilesets-in-a-single-map-ver-4-2-1.152094/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)

Summary

I'm using Google Translate, so it may be a strange translation. Please point it out. Currently, up to 7 tilesets can be used in one map. Extend Region and Collision

Archived First Post

I'm using Google Translate, so it may be a strange translation.
Please point it out.


Currently, up to 7 tilesets can be used in one map.
Extend Region and Collision
Tiles` Color Filter
TilesetEx.png


Download
Base Plugin

TilesetEx.js Ver.4.2.1
RPG Maker MZ purchase is required for use.

Additional Plugin
TileA5Character.js Ver.1.0.0
MIT License

How to use
It can be used to compensate for tiles B to E, which tend to be lacking, but this time, as an example, we will create a map that combines the exterior and interior to make it easier to understand visually.

(1) Draw the parent map (exterior map).
TilesetEx_1.png

(2) Save the image in the img\parallaxes folder.
TilesetEx_2-thumbnail2.png

(3) Create another map, the original child map (interior map).
Group the map so that the name contains the string "tilesetEx".
For example, "home interior _tilesetEx" is fine. Make sure the width and height are the same as the parent map.
Specify the saved map image as the parallax background.
TilesetEx_3-thumbnail2.png

(4) Displaying the parent map in the child map in the editor makes editing easier.
From now on, every time you edit the parent map, just save it as an image and the parallax background of the child map will be updated as well.
TilesetEx_4-thumbnail2.png

(5) Draw the child map to match the parent map. Events using interior tiles can also be set up.
TilesetEx_5-thumbnail2.png

By the way, it looks like this without the parallax background.
TilesetEx_6.png

(6) Please specify the parent map for the starting position and player transferring.
Specifying a child map does not merge the two maps.

(7) When you actually start the game, the two maps are combined and become the strongest.
TilesetEx.png
(8) If you want to add more, line them up like this.

Specification
・The event ID of the child map is the maximum event ID of the parent map + the event ID of the child map.
・The tile ID of the child map is the original tile ID + Tilemap.TILE_ID_MAX.
・If either the width or height of the map exceeds 64, the map image will be saved in a reduced state, so please enlarge it with paint software etc. as appropriate. For example, if it is 64 or more and less than 128, the scale will not match unless the image is enlarged twice.
・If the parent map and child map have tiles on the same square, if the layers match, the tiles on the child map will be overwritten, so pay attention to the layers when combining.
・The parallax background of the child map is not displayed in the game.

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

MIT License How to use It can be used to compensate for tiles B to E, which tend to be lacking, but this time, as an example, we will create a map that combines the exterior and interior to make it easier to understand visually. (1) Draw the parent map (exterior map).

Referenced Images / Attachments

TilesetEx_1.png
TilesetEx_1.png
TilesetEx_2-thumbnail2.png
TilesetEx_2-thumbnail2.png
TilesetEx_3-thumbnail2.png
TilesetEx_3-thumbnail2.png
TilesetEx_4-thumbnail2.png
TilesetEx_4-thumbnail2.png
TilesetEx_5-thumbnail2.png
TilesetEx_5-thumbnail2.png
TilesetEx_6.png
TilesetEx_6.png
TilesetEx_7-thumbnail2.png
TilesetEx_7-thumbnail2.png
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.

#039#rmmz#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar