New Features and Updates for Jul 14, 2006

 

Jul 14 , 2006 Updates

Single Player Game commands

Some new uiScript commands have been added to handle starting a single player game, loading a saved game and saving the current game. These commands are used in conjunction with the Single Player Game tutorial to interface the UI to the new code.

uiScript "StartSPGame" <map name> ; - start a single player game using the level whose name is <map name>. Note that <map name> has no extension.

uiScript LoadSPGame ; - load and run the single player game whose saved file name (without extension) is held in the ui_LoadGame cvar.

uiScript SaveSPGame ; - save the current game in the saved game file whose name (without extension) is held in the ui_SaveGame cvar.

 

Return to Home Page