じ☆ve冰风 发表于 2026-7-20 11:45:42

Area Maps

This is an add-on for Connected Maps. It allows you to treat each additional map as a separate area, rather than simply an extension to the current map.

Each area has its own display name as well as list of encounters. Areas can be useful if you want to divide a large map into multiple different parts, while managing each part separately.


http://dl.dropbox.com/u/23043573/RPG%20Maker/Screenshot/map_areaMaps1.jpg


Download

Get it at Hime Works

Usage

Place this script under Connected Maps, and above Main.

When this script is added, all connected maps will be automatically converted to areas.

The area comes with its own encounters and display name, set by the connecting map.

It uses the same tileset as the current map though.


http://dl.dropbox.com/u/23043573/RPG%20Maker/Screenshot/map_areaMaps2.jpg


You can get the current area by using a script call, which returns a Game_Area object

                Code:       
$game_map.area

You can also get the area ID from the Game_Area object
                Code:       
$game_map.area.id




本贴来自国际rpgmaker官方论坛作者:Tsukihime处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/area-maps.10538/
页: [1]
查看完整版本: Area Maps