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
(Added in the steps for Origin.)
Line 13: Line 13:
  
 
==Steam==
 
==Steam==
 +
===Launch properties===
 
# Open game library
 
# Open game library
 
# Right click on the game and select "Properties"
 
# Right click on the game and select "Properties"
Line 18: Line 19:
 
# Type the argument, for example <code>-windowed</code>
 
# Type the argument, for example <code>-windowed</code>
 
# Click OK
 
# Click OK
 +
===Steam shortcuts===
  
 
==Origin==
 
==Origin==

Revision as of 12:43, 7 March 2014

This page is a stub: it lacks content and/or basic article components. You can help to expand this page by adding an image or additional information.

Some fixes require passing command line arguments to programs.

Non-Steam

  1. Create a shortcut to the program.
  2. Right click on the shortcut and choose "Properties".
  3. Make sure the "Shortcut" tab is selected.
  4. In the "Target" field, you'll see a line like this: "C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe"
  5. Type the option (argument) after the double quotes. Make sure there is a space between the double quotes and between each argument. For example, after adding the -windowed option, the line will look like this: "C:\Program Files (x86)\Evil Publishing\Rushed Game\game.exe" -windowed
  6. Click OK.

Steam

Launch properties

  1. Open game library
  2. Right click on the game and select "Properties"
  3. Click "SET LAUNCH OPTIONS"
  4. Type the argument, for example -windowed
  5. Click OK

Steam shortcuts

Origin

  1. Find the game in your Origin Library.
  2. Right-click the game box art.
  3. Select Game Properties.
  4. Type in the argument, for example -windowed.
  5. Click Apply.