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


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Glossary:Command line arguments"

From PCGamingWiki, the wiki about fixing PC games
(→‎Windows: alphabetic order which also happens to improve the placement of the images)
(→‎GOG Galaxy: Command line arguments)
Line 66: Line 66:
 
# Write any arguments in the text box.
 
# Write any arguments in the text box.
 
}}
 
}}
 +
{{ii}} Command line arguments have been removed and will be brought back in a future version of GOG Galaxy.<ref>{{Refsnip|url=https://www.gog.com/forum/general_beta_gog_galaxy_2.0/add_command_line_arguments|title=|date=2019-11-27|snippet=it will be brought back - it's one of the regressions from 1.2 - apologies}}</ref>
  
 
===Origin===
 
===Origin===

Revision as of 09:38, 27 November 2019

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 have been developed to support, and ignores those it does not recognize how to handle. Supported command line arguments must either be 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 have 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
Epic Games Store
Instructions
  1. Open the Launcher.
  2. Click on Settings on the bottom-left side.
  3. Scroll down to the bottom and select the desired game.
  4. Tick the Additional Command Line Arguments box.
  5. Write any arguments in the text box.

GOG Galaxy

GOG Galaxy
GOG Galaxy
Instructions[3]
  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.
Command line arguments have been removed and will be brought back in a future version of GOG Galaxy.[4]

Origin

Origin
Origin
Instructions[5]
  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.

Steam

Steam
Steam
Instructions[6]
  1. Open the Library, then Right Click on the desired game and select Properties.
  2. Click on the Set Launch Options button located at the bottom.
  3. Write any arguments in the text field, then click OK.

Uplay

Uplay
Uplay
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:Orzelek303 on 2018-02-01
  4. [1] - last accessed on 2019-11-27
    "it will be brought back - it's one of the regressions from 1.2 - apologies"
  5. Verified by User:Blackbird on 2016-11-02
  6. Verified by User:Hawaii_Beach on 2017-01-09