Help - Search - Members - Calendar
Full Version: RATS - Rafidelis Advanced Time System
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS2-Submissions
Rafidelis
RATS - Rafidelis Advanced Time System
Version : 2.5
By Rafidelis

Follow the rights of use and availability


About the script:


This script adds the popular system of day and night in their game, but you do not need to worry about using variables, conditions, etc..
It's completely plug and play and comes with many methods that help you create a quick and compact in accordance with the schedule of play is ideal for simulation games (Harvest Moon, The Sim's, etc.).

Features:


- Plug & Play
- Time Window on the map configurable by switch
- Menu Time Window configurable by switch
- Add a name tag on the map so that it does not occur change of tone, perfect for indoor maps (Houses, Lodges, Cabins, etc.)
- Add a name tag on the map, so that the time this map is not increased.
- Various methods, thus increasing their ability to use the script.

Additional Version 2.5

- The View of the Clock Hours: 12 and 24 hours (Added Constant Clock_Mode, line 172)
- Now is definitely not lag, the change in tone of the screen only occurs when necessary, ie only
when you get in with established hours.
- Before there was the day '0 ', months '0', something that left the game strange.Also was modified.
- The code was rewritten in many parts, removing unnecessary things.

Instructions


1 - Paste above the Main
2 - Then edit the module Rafidelis: Advanced_Time_System, where you can configure the script, such as names of days of the week and months of the year, screen tones for each time, date and start time, among other .
3 - Download the demo, and play to know the possibilities and methods of the script.

Screenshots

[Show/Hide] Screen Shots




Script


Demo:


Script
Click HERE


Terms of Use


- If you use this script in your games, you do not have to include my name in the credits, but I'd like you to give me the deserved credits; D
- You can use this script on non-commercial games, if you want to use in any commercial game, please contact me and we entered into agreement.
- You can distribute / modify / edit this script, but can not remove the name of the author and not the link to the forum ReinoRpg. (Www.ReinoRPG.com / forum)
- Enjoy D;
power200
Niiiiiicee...I'll be using. Seems less complex than KGC's...I think. Owo
SowS
this is a nice alternative for KTS!
anyways, can you add a script call for changing time? the script calls are only for returning values.
i can do it on my own, but it's better if you'll add it since it's your script. biggrin.gif
Rafidelis
Ahh, as I'm lazy> _ < '
Of course there are those methods, is that I just forgot to explain how to use them, in the demo is possible to see and test these methods.
However in the script(text) II forgot to add that ...
I will leave the following methods

to add more hours you should use:
CODE
$rats.add_hour(n)

To add days, use:
CODE
$rats.add_day(n)

To add months
CODE
$rats.add_month(n)

To add years:
CODE
$rats.add_year(n)

Where n represents an integer value

I will edit the topic but by tarde.Thankz for remember, cya!
TTrain427
QUOTE (Rafidelis @ Feb 25 2010, 05:34 PM) *
Ahh, as I'm lazy> _ < '
Of course there are those methods, is that I just forgot to explain how to use them, in the demo is possible to see and test these methods.
However in the script(text) II forgot to add that ...
I will leave the following methods

to add more hours you should use:
CODE
$rats.add_hour(n)

To add days, use:
CODE
$rats.add_day(n)

To add months
CODE
$rats.add_month(n)

To add years:
CODE
$rats.add_year(n)

Where n represents an integer value

I will edit the topic but by tarde.Thankz for remember, cya!

I tried the script, but my game seems to lag, because of it clock acting like a stop watch, can you slow the time down?
BlakeP
theres a problem when ever i play my game an error comes up that says:
Script Rafidelis Advanced Time System line 522 NameError occurred undefined method create_game_objects for class Scene_Title
how do i fix it?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.