public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Harvest Moon Style Event Based Time System Tutorial

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Harvest Moon Style Event Based Time System Tutorial
  • Original author: Imploded Tomato
  • Original date: January 18, 2015
  • Source thread: https://forums.rpgmakerweb.com/threads/harvest-moon-style-event-based-time-system-tutorial.36032/
  • Source forum path: Game Development Engines > RPG Maker Tutorials > RMVXAce Tutorials

Summary

      This is a tutorial for people who want a easy and flexible non-scripted time system based off of “Harvest Moon” for the Super Nintendo. The purpose of this tutorial is to teach you how to make your own time based system using events, resources and my custom eventing methods. Resources and content used in this project are free for non-commercial use. Commercial use is allowed but credit and a license for resources is required. PM me and or CWGlassMusic for any further questions regarding commercial licensing for...

Archived First Post

      This is a tutorial for people who want a easy and flexible non-scripted time system based off of “Harvest Moon” for the Super Nintendo. The purpose of this tutorial is to teach you how to make your own time based system using events, resources and my custom eventing methods. Resources and content used in this project are free for non-commercial use. Commercial use is allowed but credit and a license for resources is required. PM me and or CWGlassMusic for any further questions regarding commercial licensing for custom resources used in this project.

- Instead of 12 months, there are only 4 Months in a year that represent each season in game. Each second in real time is a minute in game time. I felt that 120 days was a more reasonable number to set up for a game than 365 days considering the fact we will want each day to have unique content, but not over whelming amounts of it.

- There are 3 different colored portals that appear in the demo on different days designed to teach the user how to trigger events based on what day it is. Day 2 will spawn a red portal which will vanish on any other day than Day 2. Day 3 will spawn a blue portal which will vanish on any other day than Day 3. Day 4 will spawn a green portal which will vanish on any other day than Day 4.

- By interacting with the demo and project data with RMVXAce, the user will get a understanding of how the engine works.

- The time settings are controlled in the common events as well as events on maps as shown in the screen shot here :  Protected download

- Since the “Harvest Moon Style Event Based Time System” is event based only and uses no custom scripts, there should be absolutely no compatibility issues making this engine highly customizable.

- There are some custom graphic I made for the timer and rain drop effects.

- There are two sound tracks for the day and night time transitions, credits due to CWGlassMusic.

- The “Harvest Moon Style Event Based Time System” project demo is user friendly and will help guide the user to understand how the engine works by studying how each event works through NPC interactions and dialogue. However, it is important to know how the following elements of the engine will work :

Variable 0001 = Year
Variable 0002 = Day
Variable 0003 = Hour
Variable 0004 = Minute
Variable 0005 = Second

(Switches below are used in common events.)

Switch 0032 = Active Time Settings (This switch controls the global tint settings and time settings found in the common events.)
Switch 0056 = Day Checker (This switch checks what day it is and controls the icon/text hud settings in the upper right corner of the screen.)
Switch 0057 = Time Start (This switch enables the in-game timer.)
Switch 0058 = Exterior Cells (If this switch is turned on, then tint setting for exterior cells is turned on and settings for interior cells is turned off. If this switch is turned off, then tint settings for interior cells is turned on and exterior cells is turned off.)

Downloads :

Harvest Moon Style Time System No RTP.exe : https://www.mediafire.com/?d3tkc308iu67d7r 6.15MB

Harvest Moon Style Time System RTP.exe : http://www.mediafire.com/download/26euo6mvb8rch71/Harvest+Moon+Style+Time+System+RTP.exe 192.69MB

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

License / Terms Note

      This is a tutorial for people who want a easy and flexible non-scripted time system based off of “Harvest Moon” for the Super Nintendo. The purpose of this tutorial is to teach you how to make your own time based system using events, resources and my custom eventing methods. Resources and content used in this project are free for non-commercial use. Commercial use is allowed but credit and a license for resources is required. PM me and...

Referenced Images / Attachments

2015-01-15 21_18_19-Database.png
2015-01-15 21_18_19-Database.png
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#vxace-tutorials

Replies (0)

No replies yet.

0 replies 2 views

Log in to reply.

User Avatar