Game Development Community

Changing Title Screen Pic help

by Nick Gingerella · in Torque Game Engine Advanced · 02/12/2009 (5:01 pm) · 4 replies

I'm stumped, How would I go about simply changing the picture of the default title screen(of a new project), I'm just trying to get acquainted with the Gui editor and I figured changing the default title screen's Picture would be a good start, but I can't seem to wrap my head around the Gui Editor.

Any Help on this would be great.

#1
02/12/2009 (5:25 pm)
I think the file you are talking about is here:

\game\scriptsAndAssets\client\ui\background.jpg
#2
02/12/2009 (9:18 pm)
Would simply replacing this file with one of my own would change the it, or would I need to make a change to a file of any sort.
#3
02/13/2009 (6:20 am)
Simply replacing it with one of the same name will work.

If you want to use a differently named image then you'll need to modify the specific GUI file. The GUI editor is easy to use once you get used to it. Or you can do it in a text editor.

GUI/Getting Started
#4
02/13/2009 (11:02 am)
Thanks guys, this should help get me started