Help - Search - Members - Calendar
Full Version: Start Game at night
RPG RPG Revolution Forums > Game Engines > RPG Maker XP Discussion
Giullio
Hello folks, I have a question... Please if anyone could help it would be great ;D
So, I'm trying to start the game in a room but i want it to be night, i tried to change de screen color tone and insert 0 frames for the time, I also made it in auto-run, it works but you can see that the game starts in day and the suddenly turns to night, i was wondering if anyone could help... i want to start it at night.... thanks in advance
Legacy
This Doesnt belong Here. Its More of a General Support, since its not really script releated.

Moved To RPG Maker XP ~ Regashi
Giullio
okay sorry, can you delete it? xD
Legacy
We don't Delete Topics, don't you want to wait for a reply. If you want me to Lock this topic ,i can but thats all i can do.
Giullio
Oh i want to waita reply but i thought, since it's in the wrong place, it would be deleted or something...
I'll wait then, thanks.
Knot
What I usualy do is create a blank map that the player starts on, that way it is comepletely dark. From there, you transfer the player to the house map and fade it in to whatever colour you want.
Unka Josh
Or use Parallel Process instead of Autorun, actually.
Kiriashi
[Oh hi Unka Josh; 'tis been a while.]

This may help you out Giullio
Fallen-Griever
Start on a blank, black map with no party members. Set the screen tone to black on that map. Then add the relevant party members, teleport to the map you want to start your game from and start your cutscene with "set screen tone to: ...."
stripe103
Or to save a map, go into the script editor. Find Game_Screen. Find the line
CODE
@tone = Tone.new(0, 0, 0, 0)
and change it into
CODE
@tone = Tone.new(-255, -255, -255, 0)
. Then just fade the screen up with the normal event.
Giullio
Wow, thanks guys, problem solved I've used the parallel process and it worked great!
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.