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
m (Nicereddy moved page Command line arguments to Glossary:Command line arguments without leaving a redirect)
(non-Steam is now "common games" (if you have a less lousy name, please adjust).. and i deleted "steam shortcut" since technically it's the same thing as common game... could the {{ii}} be enough for noobs?)
Line 2: Line 2:
 
Some fixes require passing command line arguments to programs in order to enable certain otherwise hidden features, most commonly used for [[Glossary:Borderless fullscreen windowed|windowed modes]] and custom resolutions.   
 
Some fixes require passing command line arguments to programs in order to enable certain otherwise hidden features, most commonly used for [[Glossary:Borderless fullscreen windowed|windowed modes]] and custom resolutions.   
  
==Steam==
+
==Common games==
===Launch properties===
 
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Instructions|}}
 
{{Fixbox/fix|Instructions|}}
# Open the '''Library'''.
+
# Create a new '''shortcut'''.
# {{key|Right Click}} on the desired game and select '''Properties'''.
+
# {{key|Right Click}} on the shortcut and choose '''Properties''' and select the '''Shortcut''' tab.
# Open '''Set Launch Options'''.
+
# Find the '''Target''' field.  
# Write your arguments such as <code>-windowed</code> then click '''Ok'''.
+
# Write your arguments after the double quotes <code>"{{p|game}}\game.exe" -windowed</code> then click '''OK'''.
 +
'''Notes'''
 +
{{ii}} Check Steam shortcut properties if you desired to use its overlay with non-Steam games
 
}}
 
}}
  
===Steam shortcuts===
+
==Steam==
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Instructions|}}
 
{{Fixbox/fix|Instructions|}}
 
# Open the '''Library'''.
 
# Open the '''Library'''.
 
# {{key|Right Click}} on the desired game and select '''Properties'''.
 
# {{key|Right Click}} on the desired game and select '''Properties'''.
# At the end of the target field add your arguments such as <code>"{{p|game}}\game.exe" -windowed</code>.
+
# Open '''Set Launch Options'''.
}}
+
# Write your arguments such as <code>-windowed</code> then click '''Ok'''.
 
 
==Non-Steam==
 
{{Fixbox|1=
 
{{Fixbox/fix|Instructions|}}
 
# Create a new '''shortcut'''.
 
# {{key|Right Click}} on the shortcut and choose '''Properties''' and select the '''Shortcut''' tab.
 
# Find the '''Target''' field.  
 
# Write your arguments after the double quotes <code>"{{p|game}}\game.exe" -windowed</code> then click '''OK'''.
 
 
}}
 
}}
  

Revision as of 13:31, 18 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 in order to enable certain otherwise hidden features, most commonly used for windowed modes and custom resolutions.

Common games

Instructions

Steam

Instructions

Origin

Instructions