Additional game parameters: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
[[Category:Source_SDK_FAQ]]
Parameters entered into this field let you specify some game parameters which define how the game will be run.
Parameters entered into this field let you specify some game parameters which define how the game will be run.



Revision as of 02:48, 30 June 2005

Parameters entered into this field let you specify some game parameters which define how the game will be run.

For example, some typical settings:

-dev -console -sw +sv_lan 1

This would start your game in developer mode, activate the developer console, in windowed mode, and in LAN multiplayer mode.