Game Development Community

Load Straight To a Mission?

by CJ Chapman · in General Discussion · 09/01/2011 (1:48 am) · 5 replies

Hi this is a really quick question i tried searching but couldn't find it. How do you load torque 3d to automatically skip the start screen like the logo, and play join options and exit screen. I'm using torsion and set the config args to -mission EmptyTerrain.mis, or -mission Empty Terrain.mis, or -map EmptyTerrain.mis and none of them work. It still shows the logo and start menu, I want it to go to a specific map every time and skip the first 2 screens. Thanks.

#1
09/01/2011 (2:37 am)
*at end of game//main.cs add this
createAndConnectToLocalServer("MultiPlayer", "levels/Empty Terrain.mis" );

it will work much faster.



#2
09/01/2011 (2:44 am)
Thanks a million, works great!
#4
09/01/2011 (12:04 pm)
Thanks again, that is even faster.
#5
09/01/2011 (1:45 pm)
.