Game Development Community

Help With TGEA Front-End

by Greg "Bloodaxe" Williamson · in Torque Game Engine Advanced · 04/11/2007 (3:37 pm) · 11 replies

Greetings All,

First off...I am a novice coder on a good day. Our coder/programmer went missing, well he met a girl and will be gone for a while. We are a bunch of network engineers, 3D artist and animators who need to keep the motion going forward.

We are starting to use the TGEA and need help getting a front-end like TGE, i.e. start mission, join mission, options, etc.

I think I can get it done if I had a little help...well all I can get.

Any and all help would be appreciated.

Thanks

#1
04/11/2007 (5:57 pm)
What kind of help do ya need Greg?
#2
04/11/2007 (6:59 pm)
Michael,

I can go in and and add missions and do scripting but like I said my c++ coding is not so hot. I am just trying to get a functional front-end like in TGE. I guess point me in the right direction to find the coding...I don't know we are at a loss with out our coder. Any help would be great.

Thanks
#3
04/11/2007 (7:31 pm)
I think you mean you want to convert your existing TGE menus, missions and stuff over to TGEA.... is that what you mean? Porting over something you've been working on in TGE into a TGEA version?

It's not very clear what you mean specifically by 'get a functional front end like in TGE'.
#4
04/11/2007 (7:39 pm)
Well...yes that would work. I am looking for the same interface as on TGE, i.e. start mission, join mission, options, etc.
#5
04/11/2007 (7:41 pm)
I might be missing something too....can't you just copy your GUIs over?
#6
04/11/2007 (7:45 pm)
It sounds like something that could be done but we do not know how. We are lost with no coder. Do you know of a doc that will tell us how to do this.

Thanks
#7
04/11/2007 (8:01 pm)
Go to your mod folder (example, starter.fps)\client\ui\


That's where your GUI files are stored, as well as their related graphics. Don't forget to grab the corresponding script files in (yourMod)\client\scripts....for instance, optionsDlg.gui has a corresponding optionsDlg.cs
#8
04/11/2007 (8:03 pm)
I will try it now...thanks
#9
04/11/2007 (8:12 pm)
I'll help further if you need it.

*edit* n/m... Your coder disappeared because of a girl? Pfth! weakling! ...brb..my girlfriend is making me get off the computer =)
#10
04/11/2007 (8:18 pm)
I will try it now...thanks
#11
04/11/2007 (8:20 pm)
Thanks Michael,

It worked well. I am dangerously close to understanding this. But thats what I like about this community...people are willing to help.

Thanks again