Help with Title screen

● ARCHIVED · READ-ONLY
Started by Yssuron 4 posts View original ↗
  1. If this is in the wrong place, please move to correct area.

    I have been trying to figure this out for hours. How do I change the Title screen font and text color, as well as change the Title screen menu window font and text color?
  2. You need a script to change the font color in most circumstances... Victors - Text Control or Modern Algebras - Global Text Codes will allow you to change the color.

    Just google the scripts they will come up.

    And to change the font, IF you want to change the font for the whole game go to "main" in the script editor and type in 

    font.default_name = ["your font's name"]     make sure you keep the font name in quotes.

    OH and type it in above the blablahblah "scenemanager"     line... lol..
  3. Sadly, I'm currently trying to figure out Zerbu's, to no avail.

    It's only changing the color of the Title Name, the original menu color didn't work for Zerbu's, I put a manual one in where it defines the menu, it changes Continue and End Game(Shutdown's) colors, but not New Game.  That has me... horribly befuddled.

    Edit:

    Got color working, now I'm fighting with the bottom choice being cut off... already defined item_height, but window_height isn't fixing the problem.

    I... made the choice show... I had to make the item height smaller.  So I had to kind of cut off the bottom of "New Story" ( the y ) but it still looks like a Y... In order to show "End Game" at all.  Coding can be ridiculous sometimes...

    Anyways.  Now, the new question is, does anyone know how to change the color of the flashing cursor in the title screen?  I don't like the default white/gray...
  4. Moving to RGSSx Script Support


    Flashing cursor in the title screen ... that's just the windowskin, unless you have a custom script overriding it.