Startup Parameters Config File: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
The config file can be used to put startup parameters in, instead of specifying them at a shortcut/commandline. | The config file can be used to put startup parameters in, instead of specifying them at a shortcut/commandline. | ||
== Location == | |||
Inside game folder (unverified) | |||
Depending on Game: | Depending on Game: | ||
Line 6: | Line 10: | ||
* TakeOnH.par | * TakeOnH.par | ||
== Example == | == Format == | ||
startupParameter="-startupParameter" | |||
startupParameter2="-startupParameter2=value1;value2" | |||
=== Example === | |||
<pre>nosplash="-nosplash"; | <pre>nosplash="-nosplash"; | ||
skipIntro="-skipIntro"; | skipIntro="-skipIntro"; |
Revision as of 11:51, 3 November 2011
The config file can be used to put startup parameters in, instead of specifying them at a shortcut/commandline.
Location
Inside game folder (unverified)
Depending on Game:
- ArmA2.par
- ArmA2OA.par
- TakeOnH.par
Format
startupParameter="-startupParameter" startupParameter2="-startupParameter2=value1;value2"
Example
nosplash="-nosplash"; skipIntro="-skipIntro"; world="-world=none"; mod="-mod=Expansion;Expansion\beta;Expansion\beta\Expansion;@cwr2";