Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
HBGames
Ok, the title is a bad description for what this tut actually does, but it is the most relevant thing I can think of that openly describes what this event-based system does. My name is Systematicanfailure, and I will teach you to make a simple message system that can be used in quests, in cut scenes or even when a character in your game finds a message or piece of paper, etc.
What it'll look like is that your character will walk up to a book or something, maybe a piece of paper on the screen, in this instance, I'll use a book in the middle of some snow;
Paint, or another image editing program
Any RPG Maker
There you go, that's all you'll need. A simple yet effective combination of tools can be the precursors to a great game, imo.
Step 1: Chuck on some heavy metal, open your chosen RM, then create a new event. Call it what you like, I'll call mine "Charred note in book" for referential reasons. Make the priority 'same as characters', and make the event graphic an open book. Finally, add a text command like so:
Step 2: Now your going to need the darkening effect, where the background darkens. Create a series of 'tint screens' with 'wait' commands of 6 second lengths, like so
The following wait commands will give the player ample amount of time to read the note, then it will disappear, after which, you'll want the screen to revert to normal.
Congratulations, you made an event in which the note appears in a professional manner! But wait, that's not all. You have to finish it off in an engaging way so that it looks...better, for lack of words. Here's how to make it so that you can revisit the note at anytime. Just follow the pictures, and the sound of my voice :lol:
Step 3 (optional): In the same event, scroll to the end and put Control Self Switch: A =ON
then create a new event page with the conditions set to Self Switch A is ON
And if this tut has been followed properly, then you should have a fully functioning, note appearing...thing. I can't really explain it that well, only that it is quite a cool and simple little system. I will upload a demo so you guys can found out how it works first-hand, and copy it.
By the way, tell me if you find a virus in the demo, that would mean that I have one on my compu that I'd need to look for.