Frictional Games Forum (read-only)
Need pointer to text in gui_main_menu.skin - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Need pointer to text in gui_main_menu.skin (/thread-12227.html)



Need pointer to text in gui_main_menu.skin - Statyk - 12-31-2011

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?


RE: Need pointer to text in gui_main_menu.skin - Your Computer - 12-31-2011

What do you mean by "selection of the words"? Do you mean the font color?


RE: Need pointer to text in gui_main_menu.skin - Statyk - 12-31-2011

(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


RE: Need pointer to text in gui_main_menu.skin - palistov - 12-31-2011

I think you can change the font color, but I don't recall seeing any way to orient the selections the way you want.


RE: Need pointer to text in gui_main_menu.skin - Statyk - 12-31-2011

>>.... There HAS to be a way....