Frictional Games Forum (read-only)

Full Version: Need pointer to text in gui_main_menu.skin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a custom menu for Sciophobia and I wanted to find a way to have the selection of the words in the menu go along the bottom, not over/under each other like the original. I found the gui_main_menu.skin, which looks like what I'm looking for, but I do not know which directory leads to the texts such as "Start New Game", "Continue", "Load Game", "Choose Profile", etc.

Does anyone know what directory in the .skin I am looking for?
What do you mean by "selection of the words"? Do you mean the font color?
(12-31-2011, 07:55 PM)Your Computer Wrote: [ -> ]What do you mean by "selection of the words"? Do you mean the font color?
Possibly font color too, if possible. But most importantly, I would like to get the font to run along the bottom of the screen in a horizontal pattern, rather than vertical.

Example of what it shows now:

Start New Game
Load Game
Options
Choose Profile
Exit Game

How I WANT to get it to look like:

Start New Game -- Load Game -- Options -- Choose Profile -- Exit Game

*ignore the "--", I'm using that to give space between selections
I think you can change the font color, but I don't recall seeing any way to orient the selections the way you want.
>>.... There HAS to be a way....