じ☆ve冰风 发表于 6 天前

Custom Area Display Names

I've received a few compliments on my custom area display names that I used in my project, so I decided to make a tutorial for it!
In this tutorial, I will show you the eventing side of my custom display names, plus I will show you how to make two separate areas in one map! Enjoy! (If any of the images don't work, try refreshing the page. If the problem persists, let me know.)

STEP 1: Initial setup:
First you need some maps to display the names of, obviously. For this tutorial, I'm going to be using a made-up world of mine known as Tagrya. There will be three areas: East and West Tagrya on the same map, and Tagrya Tunnel accessible from West Tagrya.
Next you need images for the areas themselves:



Now it's important to note the height of your images. Mine are 164 pixels tall.
Also, you need one switch and one variable. The switch will be the trigger for the common event you'll need, and the variable to keep track of what area the player is in.

STEP 2: Event setup:
You need one event for each time the player changes areas. For map switching, the event should look like this:
Spoiler: Map switching event

Also you need an autorun event in each map that turns on the AreaImage switch, thus activating the common event:
Spoiler: Autorun event

For area changes in the same map, you will need two events, one for each area:
Spoiler: Where to put the events

"West event" is the event that triggers the area image for area #0, the western area.
"East event" is the event that triggers the area image for area #1, the eastern area.
Spoiler: "East event"


STEP 3: The common event:
Now for the common event:
Spoiler: Common event


And that's it, you're good to go! Now you can have your very own custom map display names, and even have multiple areas in one map!
This is my first tutorial, so any and all feedback is appreciated.

P.S. If you want to know how I made my area images themselves, let me know, and I'll make another tutorial for it! <(^-^<)


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