STARKE'S PROFILE

Search

Filter

Lethrface's Splash Screens

I can't seem to get it working, (I'm using RPG Maker VX ACE..)

The game runs correctly, and you can tell it stops for the splashes but it's complete black screen, I'm pretty sure I have the image files in the game, in fact, I have it on System, Titles1 and Titles2 just to be sure.

Window Color Opacity

That, or you can go to Tools > Script Editor > Scene_MenuBase

Look for this line:

#--------------------------------------------------------------------------
# * Create Background
#--------------------------------------------------------------------------
def create_background
@background_sprite = Sprite.new
@background_sprite.bitmap = SceneManager.background_bitmap
@background_sprite.color.set(16, 16, 16, 255)
end

And switch the 160 (default) to 255 as above.
Pages: 1