Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
Tutorials
»
Day/Night Generator
« previous
next »
Print
Pages: [
1
]
Author
Topic: Day/Night Generator (Read 2274 times)
DarkBell
Seeker
Initiate
Posts: 16
Well i like RPG Maker
Day/Night Generator
«
on:
January 20, 2007, 12:56:05 AM »
I dunno if it wok or not and everyone probably know this but still i going to tell'cha!
-------
1.Open up the Database.
2.Go to the common Event tag.
3.Create an Event name "Day/Night Generator"or something of that sort.
4.Create a Variable name "Day/Night Generator" or something of that sort.
5.Double click on the blank space of Day/Night Generator common event and choose Change Variable on the first tab and make it a "Set" Then on the number just leave it to "0" select the variable box (Click on the ...) then change it to the variable Day/Night Generator, then press OK
6.Double click on the blank space under Change Variable you just create and choose "Wait" for how many 0.1 second you like until it change the sec.
7.After that double click on the blank space under the wait event and choose change Variable again now choose the variable Day/Night Generator choose the "+" for variable and change the 0 to 1
8.Then make a Fork/Branch saying that if the variable Day/night Generator is 1000 or any number of you like and below that double click and select the change variable option and change the variable Day/Night Generator to 0
9.Make this Event a parallel Process at the top where it say Call
Nows thats done!!
1.Make another Event in the common Event pad and name it Day/Night or something of that sort.
2.Make it an Parallel Process Event at the top.
3.Make a Fork/Branch in the event then make the fork check if the variable Day/Night Generator is 500(Half of your whole time(Mine is 1000)) above keep the else case and then selecte OK.
4.Under/Inside the Fork/Branch create an Event choose "Set screen Tone" on page 2 then don't change anything and click OK
5.Under/Inside the ELSE Case just made an Event Set screen Tone again this time change all colour (Except Saturate) to made the screen darker.
Alright all done!!!
But if you want to made the light in the house come on at night too you got to made it turn on a switch that made the light on the window of the house turn on then put it under the ELSE case
Logged
http://www.freewebs.com/seekingutopia/
"When it awoke it spawn nameless thousand to herald it arrival"
Flavor text-MTG-Dune blood Nephimlim
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
Tutorials
»
Day/Night Generator