Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ritter Map Transform (RPG Maker MV)

Change your maps tiles on the fly! Change regionIds! Swap an area of tiles from one map to another! And more! · By notRitter

What Are Map Prefabs? Sticky Locked

A topic by notRitter created Nov 07, 2020 Views: 199
This topic is locked
Viewing posts 1 to 1
(1 edit)

What are these Map Prefabs anyway? I don't get it!

Good News! Map Prefabs are very easy to understand!

A Map Prefab is a set of tiles located on another map, the player will never see this map itself as the map is only used for its tile data. These tiles created on another map are used as a template telling the plugin what data to use for the tiles on the game map (Where the player is). While there is another way of changing tile data available with this plugin, this Prefab method is extremely easy in comparison as tile Ids can be a mess to work with.

Map out a set of tiles on a 'TileMap' -> Create a prefab of those tiles using Ritter Prefab Maker program -> Use the UsePrefab Script Call to show those tiles on the GameMap!