Overlay Region Map

overlayRegionMap1

This script is a debug tool that allows you to see the region for all of your tiles on the map. This is useful if you wanted to check that your events work properly when you have dynamic regions.

Download

Script: download here

You will need this spritesheet.

sheet_regionID

Installation

In the script editor, insert this script below Materials and above Main. Download the regionID spritesheet and place it in your Graphics/System folder.

Usage

You can change region ID’s for a given (x, y) position using a script call

change_region_id(x, y, regionID)

You can enable/disable the region map using a script call

$game_system.region_map_disabled = true/false

You may also like...

2 Responses

  1. TiagoMS says:

    Understood.

    =)

  2. TiagoMS says:

    Man … I did not understand the real UTILITY of script.

Leave a Reply to TiagoMS Cancel reply

Your email address will not be published. Required fields are marked *