Help - Search - Members - Calendar
Full Version: Cut Scenes
RPG RPG Revolution Forums > Game Engines > RPG Maker VX Discussion
shafermitch@gmail.com
at the begining of my game i want it to be a black screen with music and text ect i can do that but i dont know how to make the even autorub as a black screen. i dont want the player to see a ma and then have the screen fade i just wat the game to start out with the black screen then transfer the player to the start of the game itself. help
stripe103
All you need to do is an easy script edit.
Go into the script editor and find Game_Screen.
After that, find the line
CODE
@brightness = 255

and change it to
CODE
@brightness = 0

then the rest is up to the events.
The Rooster
Changing the brightness in the scripts will permanently change it. Bad idea.
Start it on an empty map. Fully empty. Unused squares that appear as just white in the maker will be black in-game.
stripe103
No it don't. Just use the Fade In Event Command. Just tried it so it works

And if you don't want to change the brightness, then you could change the
CODE
@tone = Tone.new(0, 0, 0, 0)

into
CODE
@tone = Tone.new(-255, -255, -255, 0)

But then you need the Tint Screen Command instead
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.