Game Development Community

No Multiplayer gui

by To-mos · in Torque Game Engine Advanced · 12/05/2010 (4:54 pm) · 1 replies

It seems like TGEA 1.8.1 came with no multiplayer window. There's no option for it just "start game" and when I try opening the joinserver gui it tells me it was made in an older version. Does anyone have a solution to this cause I can't seem to find anything on it.

#1
05/13/2011 (8:38 am)
For the record, I know this thread is out of date, however in case others are using TGEA, and I hate to see a zero post :) The joinServerDlg.gui works fine, even though it says its an old version. It doesn't come as standard in the T3D example directory, so you need to take it from the TGEAdvanced example directory, under client/gui (from memory) then reference this where ever you place it in T3D/client/gui from within the init.cs file. You'll then need to create a button on the Main Menu gui for it, and call it via the command line. See other buttons on the same menu as an example how to do this.