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
Jul 15 2010, 05:31 PM
This Doesnt belong Here. Its More of a General Support, since its not really script releated.
Moved To RPG Maker XP ~ Regashi
Giullio
Jul 15 2010, 05:35 PM
okay sorry, can you delete it? xD
Legacy
Jul 15 2010, 05:41 PM
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
Jul 15 2010, 05:45 PM
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
Jul 15 2010, 06:12 PM
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
Jul 16 2010, 01:43 AM
Or use Parallel Process instead of Autorun, actually.
Kiriashi
Jul 16 2010, 09:04 PM
[Oh hi Unka Josh; 'tis been a while.]
This may help you out Giullio
Fallen-Griever
Jul 17 2010, 04:25 AM
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
Jul 17 2010, 05:18 AM
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
Jul 18 2010, 08:09 AM
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.