Game Development Community

Lobby, SM_StartMission()

by Snowman · in Torque Game Engine · 10/28/2001 (11:51 am) · 2 replies

Hi

I'm trying to figure out what goes on when you hit the Launch Mission button. It calls SM_StartMission(), but I can't find that function. Where is it?

I did some investigation and determined that every game is a multiplayer game, the only difference between single & multi is that multi sends itself to the master server. Is this right?

The reason I'm doing all this is that I want to make a lobby. I want a place for the participants to chat and choose a level before the game begins. I actually don't want people to join in the middle (I'm making a skiing game, so it'd be kind of strange).

If anyone has any info, let me know! Thanks!

-Snowman

#1
10/28/2001 (12:11 pm)
SM_StartMission() is in example/fps/client/ui/startMissionGui.gui.

That's all I can help with, I'm afraid.
#2
10/28/2001 (12:49 pm)
Hehe, how'd I miss that? Ooops. =) Thanks! I'll let you know how it goes.

-Snowman