What are additional parameters?

Additional Parameters are game launch options that can be used to change game settings before running the game. Launch options allow the user to supersede the internal settings of the game.

This is an effective means to recover from incompatible video settings and as well as troubleshoot a wide range of issues.

If we want to add a game launch option to a steam game, for example, we need to set it in the "Additional Launch Parameters."

On the image below, the additional launch parameter that we used is -windowed, this forces the game to start in windowed mode every time even if the user changes the video settings of Counter-Strike to fullscreen.

The topic below covers setting game launch options from Steam's Library. Launch options may also be set by creating a game shortcut and Setting Steam Launch Options for the shortcut.

 Common Launch Options

 

NOTE: These launch options apply to Goldsrc and Source engine games only. They do not apply to most third-party games.

 

Please refer to this list of Valve titles for titles that support these launch options.

Many Console Commands can function as a launch option by adding a "+" in front of the console command, but some cannot be used in this fashion. The most common launch options are listed below.

-autoconfig - Restores video and performance settings to default for the current hardware detected. Ignores settings inside any .cfg files until this parameter is removed.

-dev - Enables developer mode. Also disables the automatic loading of menu background maps and stops the quit dialog from appearing on exit.

-condebug - Logs all console output into the console.log text file.

-console - Starts the game with the developer console enabled.

-toconsole - Starts the engine directly in the console, unless a map is specified with +map.

-dxlevel <level> - Forces a specific DirectX version when launching the game. This is useful if your graphics hardware is older, and gets significantly better performance in an earlier version of DirectX. Below are the most common modes used:
-dxlevel 80
-dxlevel 81
-dxlevel 90
-dxlevel 95
-dxlevel 98

Warning:
Steam games no longer support DirectX 7 as a launch option. Using this can cause crashes. If you are using -dxlevel 70 make sure to remove it from your launch options.

-fullscreen - Forces the engine to start in fullscreen mode.

-windowed or -sw - Forces the engine to start in windowed mode.

-16bpp or -32bpp - Forces the selected color mode (bit depth). GoldSource only

-w <width> - Forces the engine to start with resolution set to <width>.

-h <height> - Forces the engine to start with resolution set to <height>. This launch option does not need to be set in the presence of -w. The width value will determine the height automatically.

-refresh <rate> - Force a specific refresh rate.

-heapsize <kilobytes> - Specifies the heapsize (in kilobytes) which the game will use.

-nocrashdialog - Suppresses some memory could not be read unhandled errors.

-novid or -novideo - When loading a game with this parameter, the intro Valve video will not play.

-lv Enables some low violence options in Left 4 Dead.

-sillygibs Enables low violence for Team Fortress 2

Launch Options to Adjust Detail Levels and Graphic Rendering

+r_rootlod # - Adjusts Model Detail where # is 0 for high, 1 is medium, and 2 for low

+mat_picmip # - Adjusts Texture Detail where # is 0 for high, 1 is medium, and 2 for low

+mat_reducefillrate # - Adjusts Shader Detail where # is 0 for high and 1 for low

+r_waterforceexpensive # - Adjusts Water Detail where # is 0 for low and 1 for high

+r_waterforcereflectentities # - Adjusts Water Reflectiveness where # is 0 for low and 1 for high

+r_shadowrendertotexture # - Adjusts Shadow Detail where # is 0 for low and 1 for high

+mat_colorcorrection # - Adjusts Color Correction where # is 0 for low and 1 for high

 Filtering Modes:

+mat_trilinear 0 - Use Bilinear Mode (least system-intensive)

+mat_trilinear 1 - Use Trilinear Mode (more system-intensive)

+mat_forceaniso # - Use Trilinear Mode (where # is 2, 4, 8, or 16 - higher levels of filtering require more system resources)

+mat_hdr_level # - Adjusts High Dynamic Range lighting effects where # is 0 for "off" (requires least resources) and 2 for "full"

Here are some of the more useful launch options:

-login - Bypass the Steam login window by entering your login information

-tcp - Launches Steam with the TCP protocol rather than the UDP protocol

-clearbeta - If you have opted into a Steam client public beta, opts out and returns Steam to the current official release.

-silent - Launches Steam to the system tray only. Normal Steam windows will only appear after clicking the system tray icon. If a password is not stored, the normal login window will still be displayed.