Yanfly's Life Hacks for RPG Maker Devs

From Yanfly.moe Wiki
Revision as of 20:30, 11 April 2024 by Yanfly (talk | contribs) (Created page with "{{TOCright}} {| style="width: 800px;" cellspacing="0" cellpadding="0" | style="width: 100%; vertical-align: top;" | == Introduction == {{Article by Yanfly}} I've seen abou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.


Introduction

Yanfly.png This is an article written by Yanfly.

I've seen about 500+ different RPG Maker MV projects and 200+ different RPG Maker MZ projects by different users. I've learned quite a few "Life Hacks" from them when it comes to game dev and how it can improve one's game dev experience. In this article, I'll be sharing some of my own "Life Hacks" with you and some that were made by those devs. Let's get started.


1. Emojis in Switch and Variable Names

LifeHackEmoji1.png

Quick Link to Emojipedia

Did you know you can put emojis into RPG Maker MV/MZ's switch and variable names? Well, now you do.

If you are wondering why anyone would like to put emojis into a Switch or Variable name, it's because it makes things easier to read and quickly identify which switch is being used. When you have entire lists filled with text, like in the left side of the screenshot above, things tend to blur together. It makes it easier to make mistakes and incorrectly identify which switch should be used.

But when you use emojis, it has the same effect as using icons for your item names. Instead of all the item entries being a single color and only of letter shapes, you have more variety to quickly identify which is which. The same application can be used for your own switches and variables. Except instead of being for the player, this is for you instead!


LifeHackEmoji2.png

Another perk is that the emojis also appear in the event list. This improves the legibility of what goes on in an event. A quick look at the icons allow you to quickly decipher what switch type is being used and understand that specific event command entry is a switch or variable, too.


LifeHackEmoji3.png

One of the more annoying things with RPG Maker's editor is that sometimes, you're unable to see the full name of a switch or variable. But when some emojis are involved, just a few symbols of them can alert you of the type of switch being used. Of course, this is provided that you understand the emoji system you put into play.


LifeHackEmoji4.png

There is also the benefit of the debug menu showing the emojis, too. By quickly scrolling through the list of switches and variables, it's easy to miss the ones you're looking for. But with some emojis, identifying them because easier.


That said, do use this life hack with moderation. When you give every single switch and variable an emoji, especially commonly used ones, the effectiveness of it wears down.


This doesn't work with all operating systems. It works with modern Windows OS's (like Windows 8 and up) and Mac OS X 10.10+.


End of Article