Game Development Community

Change Backround and menu items in torque demo app?

by Christopher Igoe · in General Discussion · 05/28/2003 (10:12 am) · 2 replies

This seems like quite a foolish question but hey i'd like to know how. Anyways, how do you change the backround image and menu items for the tourque demo app. Is it in a .cc or a c++ file. Thx for i had no luck whatso ever after looking in a few dozen files (most likely in the wrong place).

#1
05/28/2003 (10:27 am)
Its all in the .cs/.gui files :)

have a look at example\fps\client\ui\mainMenuGui.gui
#2
05/28/2003 (11:32 am)
If you press F10 when at the main menu you'll be able to edit it.

There is a specific .jpg file that is the backdrop, you can change this or overwrite "background.jpg" (I can't remember the exact path of it).

Hope this helps.

--Ed