Additional game parameters: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(screen shot, links)
Line 1: Line 1:
[[Category:Source_SDK_FAQ]]
[[Category:Source_SDK_FAQ]]
[[Image:Hammer_Run_Map_Normal.png|frame|right|caption|The Hammer Run Map dialog]]
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.


Line 6: Line 9:
<code>-dev -console -sw +sv_lan 1 </code>
<code>-dev -console -sw +sv_lan 1 </code>


This would start your game in developer mode, activate the developer console, in windowed mode, and in LAN multiplayer mode.
This would start your game in developer mode, activate the [[Developer_Console|developer console]], in windowed mode, and in LAN multiplayer mode.
 
== See also ==
 
For information on other game parameters you can add here, see [[Command-Line Parameters]].

Revision as of 16:29, 2 January 2006


The Hammer Run Map dialog

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.

See also

For information on other game parameters you can add here, see Command-Line Parameters.