Reference

Set Steam Launch Parameters

Set Steam client launch parameters for games by accessing Properties in your library. Enter command line arguments for custom game launches on WinterNode.

Last updated: February 18, 2026

4.9

482+ Satisfied Customers

Set launch parameters (command line arguments) for any Steam game to customize how it starts. This is commonly needed for connecting directly to servers, enabling specific features, or passing configuration flags.

How to Set Launch Parameters

  1. Open your Steam Library and find the game
  2. Right-click the game in the sidebar (or click the gear icon on the game’s page)
  3. Select Properties

The gear icon in the far right side of a game's page in the steam client

The steam context menu when used on a game with the Properties option highlighted at the bottom of the list

  1. In the Properties window, find the Launch Options field at the bottom
  2. Enter your launch parameters in the text field
  3. Close the window - settings save automatically and apply the next time you launch the game

The steam properties window with the launch options field, located at the bottom of the window, populated with "+connect IP:PORT"

Common Launch Parameters

These work across most Steam games that use the Source engine or support Steam’s launch options:

ParameterWhat it does
+connect <IP:PORT>Connect directly to a server on launch (port varies by game - some use the game port, others use the query port)
-novidSkip intro videos
-windowedLaunch in windowed mode
-w <width> -h <height>Set resolution (e.g., -w 1920 -h 1080)
-highSet process priority to high
-threads <n>Number of CPU threads to use
-malloc=systemUse system memory allocator (common for ARK, DayZ)

Syntax Tips

  • Separate multiple parameters with spaces: -novid -windowed +connect 192.168.1.1:27015
  • Parameters starting with + are usually console commands executed on launch
  • Parameters starting with - are engine flags
  • Remove parameters by clearing the Launch Options field