Game Development Community

GUI builder help

by Subaru Impreza WRX STI · in Game Design and Creative Issues · 11/02/2006 (9:00 pm) · 1 replies

I need help in this area...
I've build a gui and saved it...
I went and run the game... it turned out that the gui i've made and saved earlier does not appear on the game i'm currently running on...

can someone here help me solve this problem?
thnx...

#1
11/03/2006 (5:07 am)
You need to make sure your new gui file is been loaded when you run the game. Most gui files are exec'd during "initClient" in client/init.cs. If you add an appropriate exec for your new gui you should be able to see it in the drop down list in the gui editor from then on.