Additional game parameters: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (1st POV to 3rd)
Line 6: Line 6:
[[Image:Hammer_Run_Map_Normal.png|frame|right|caption|The Hammer Run Map dialog]]
[[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 specify some game parameters which define how the game will be run.


For example, some typical settings:
For example, some typical settings:
Line 12: Line 12:
<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|developer console]], in windowed mode, and in LAN multiplayer mode.
These would start the game in developer mode, activate the [[Developer_Console|developer console]], windowed mode, and in LAN multiplayer mode.


== See also ==
== See also ==


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


* [[Hammer Run Map Normal|Hammer Run Map dialog]]
* [[Hammer Run Map Normal|Hammer Run Map dialog]]

Revision as of 16:25, 14 September 2016

Template:Otherlang2

The Hammer Run Map dialog

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

For example, some typical settings:

-dev -console -sw +sv_lan 1

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

See also