Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Glossary:Command line arguments

From PCGamingWiki, the wiki about fixing PC games

Key points

Commonly used to force windowed modes, custom specific resolutions or certain hidden settings.

General information

Command-line argument at Wikipedia

A command line argument/parameter/option is additional data provided to an application at launch that might affect how the application behaves. They usually follow at the end of a launch command, after the name of the executable being run. For example, while many Windows users might be familiar with ipconfig /all or ping google.com for network diagnostics, those "commands" are made up of the application to run as well as the appropriate command-line argument to affect how the application runs. The full launch command used behind-the-scene in those examples are in reality:

"C:\Windows\System32\ipconfig.exe" /all
"C:\Windows\System32\PING.EXE" google.com

Many games and software exposes certain parameters and options for command-line use to allow developers or users to configure the application in a certain way directly at launch, without requiring what might otherwise be rather cumbersome ways to do the same thing. This is often used to enable or configure settings not exposed through the built-in configuration menu of the application, or to load specific configurations (such as benchmark runs, listening servers, etc). While many command line arguments might be the same across multiple games, these are often the result of using the same engine or similar internal naming schemes among separate developers.

An application only supports the command line arguments it has been developed to support, and ignores those it does not recognize. Supported command line arguments must be either revealed by the developer or found by users by data mining the application. One such way of finding supported command lines involves using Process Explorer to extract all found strings of the executable and then going through those to find and test what might be applicable as an argument, parameter, or option.

Command line arguments often supported by games includes:

  • -fullscreen, -windowed, or a variation thereof to specify display mode to use.
  • -resolution, -width or -height to specify resolution to use.
  • -console to enable the built-in console if the application has one.

Windows

Follow the instructions for the desired environment.

Desktop shortcuts

Desktop shortcut
Desktop shortcut
For generic Windows desktop shortcuts.
Instructions[1]
  1. Create a new shortcut, then Right Click on the shortcut and choose Properties.
  2. Under the Shortcut tab, find the Target field.
  3. Write any arguments after the quotes, then click OK.
"<path-to-game>\game.exe" -command

Notes

Use the Arrow Keys or End to get the cursor at the end of the path.
Push Space if more spaces are required, right after the quotes.

Battle.net

Battle.net
Battle.net
Instructions[2]
  1. Open Games tab on the top-left menu, then select a game by clicking on it.
  2. Select Options on the menu below the game's title.
  3. Select Game Settings on the drop down menu.
  4. Tick the Additional command line arguments radio button.
  5. Write any arguments in the text field, then click Done button at the bottom of the page.

Epic Games Store

Epic Games Store - Method 1
Epic Games Store - Method 1
Epic Games Store - Method 2
Epic Games Store - Method 2
Instructions[3]

Method 1

  1. Right Click on the games's cover art or the burger menu, and select Manage.
  2. Enable the slider checkbox on Launch Options.
  3. Write any arguments in the text box.
Instructions

Method 2

  1. Click your profile icon in the top right, then select Settings.
  2. Scroll down to the bottom and select the desired game.
  3. Tick the Additional Command Line Arguments box.
  4. Write any arguments in the text box.
Both methods sync options with each other, so any commands written in the former box are also stored in the latters' box too.[4]

GOG Galaxy

GOG Galaxy
GOG Galaxy
Instructions[5]
  1. Right Click on the game's title and select Settings.
  2. Fill the checkbox next to Add command line arguments.
  3. Write any arguments in the text box.

GOG Galaxy 2.0

GOG Galaxy 2.0
GOG Galaxy 2.0
Instructions[6]
  1. Right Click on installed game in your GOG Library.
  2. Select Manage installation -> Configure.
  3. Under features tab enable Custom executables / arguments.
  4. Duplicate the entry that leads to game's executable that you want to apply custom command-line arguments for (in most cases File 1) or Add another executable.
  5. Scroll down to a new position and provide custom arguments in Arguments field.
  6. Modify My label field if needed to more easily differentiate it.
  7. Check Default executable field, if you want this position to be used when launching the game from GOG Galaxy (alternatively, it can be launched manually by Right Clicking on the game in library and choosing it from Additional Executables.

Origin

Origin
Origin
Instructions[7]
  1. Open the Library, then Right Click on the game's box art and select Game Properties.
  2. Select Advanced Launch Options.
  3. Write any arguments in the field box, then click Save.

Rockstar Games Launcher

Rockstar Games Launcher
Rockstar Games Launcher
Instructions[8]
  1. Open the Settings page, then select game in My installed games.
  2. Scroll down to Launch arguments.
  3. Write any arguments in the field box.

Steam

Steam
Steam
Instructions[9]
  1. Open the Library, then Right Click on the desired game and select Properties...
  2. On the bottom of the General tab, write any arguments in the text field below Launch Options.
  3. Close the window to save the changes.

Ubisoft Connect

Ubisoft Connect
Ubisoft Connect
Instructions[2]
  1. Open Games tab on the top-left menu, then select a game by clicking on it.
  2. Select Properties on the menu below Play button.
  3. Click on Add launch arguments button at the bottom of the page.
  4. Write any arguments in the text field, then click Save button.


References

  1. How to Add a Command Line Parameter to a Windows Shortcut
  2. 2.0 2.1 Verified by User:Dr4Wm4N on 2016-12-15
  3. Verified by User:Dribbleondo on 2024-01-09
    This was altered sometime in October-November 2023.
  4. Verified by User:Dribbleondo on 2024-01-09
  5. Verified by User:Orzelek303 on 2018-02-01
  6. Verified by User:Suicide machine on 2020-04-30
  7. Verified by User:Blackbird on 2016-11-02
  8. Verified by User:Tomasak on 2022-11-29
  9. Verified by User:Aemony on 2020-12-15
    Updated to confirm to the new properties UI which should be live for all Steam users by now.