Game Development Community

How do you change The name of buttons

by Ace · in Torque Game Engine · 10/28/2001 (2:31 pm) · 2 replies

on the first screen? You know the one that has all the buttons for:

start mission
join server
options
credits
about

Credits is the one i want to change, I want it to reed Help Menu. I already found out how to change the 1.Credits file to 1.help, and now have the Credits file as 4.Credits, (just i think beings the window that popsup is titled help the help file should be first and the current credit button should say Help Menu.

Btw this is an awesome feature. :)

thanks

#1
10/28/2001 (3:02 pm)
You can either open the GUI editor (F10) and edit it from there, or you can edit the file manually with a text editor. The file should be \fps\client\ui\mainMenuGui.gui
#2
10/28/2001 (3:51 pm)
heh , guess i was having a brain fart or somthing, i looked in evry cs file and did a search in bith textpad and vc++, guess i should add gui to the search paths ;)

Thanks a bunch