The play-quit game GUI is corrupted (meaning the box and words are mishaped and out of place).
It does not show up in the gui list.
How do I fix the gui box and buttons and label?
How do I find it?
Thanks for any help.
If you meant the GUI popping up via QuitGame(1) this one is hard-coded into the engine, so it will not appear in the GUI list and is not editable.
I don't know what you meant by it corrupted (could you post a screenshot?), but it's possible that you changed the fonts, etc. of the game and the hard-coded one may not look good with such changed settings.
Anyway, to make an editable and more "professionally-looking" quit GUI make your own custom one (together with the necessary scripts).
Quote from: dbuske on Sun 19/05/2013 15:09:58
The play-quit game GUI is corrupted (meaning the box and words are mishaped and out of place).
I may be mistaken, but aren't you are using the SkyGoblin's build with custom resolutions? Maybe it causes wrong position for built-in dialogs? Other thing that comes to mind is a font that does no look good on it. Can you show some screenshots?
Also, what about other built-in dialogs, like save/load ones. How will they look like if you call them ( SaveGameDialog() and RestoreGameDialog() )?
I must agree with Iceboty's advice to make a custom gui instead, because you won't be able to customize standard Quit dialog anyway.