Game Development Community

Join Server GUI - Mission Name

by Jules · in Torque 3D Professional · 02/24/2010 (2:12 am) · 4 replies

Hi, how do I populate the Mission Name or Title under the JoinServer GUI. It lists the server fine, ping and number of players, but under the title of (Game) it's always blank.

Is it taken from
$Client::GameTypeQuery, // gameTypes
$Client::MissionTypeQuery, // missionType

If so, it doesn't show it.

#1
02/26/2010 (1:17 am)
bump - anyone know?
#2
02/28/2010 (10:50 pm)

There's a number of problems there.

- Mission loading does not set $Server::MissionName so the server queries will never actually return a mission name.
- The server query code leaks the memory name buffers.
- The Join Server dialog misaligns the colums.
- The Join Server dialog fills the columns incorrectly.

I've fixed these problems. Changes will be rolling out in the next beta.
#3
03/01/2010 (12:50 am)
Whoa! Really appreciate the fixes Rene, I'm sure they were not top on your priority list - I'd be sure to give you a mention in my game credits once we roll the game out.
#4
03/01/2010 (12:54 am)

Thanks :)