Startup Parameters Config File: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "The config file can be used to put startup parameters in, instead of specifying them at a shortcut/commandline. Depending on Game: ArmA2.par ArmA2OA.par == Example == <pre>nosp...")
 
mNo edit summary
Line 2: Line 2:


Depending on Game:
Depending on Game:
ArmA2.par
* ArmA2.par
ArmA2OA.par
* ArmA2OA.par
* TakeOnH.par


== Example ==
== Example ==
Line 10: Line 11:
world="-world=none";
world="-world=none";
mod="-mod=Expansion;Expansion\beta;Expansion\beta\Expansion;@cwr2";</pre>
mod="-mod=Expansion;Expansion\beta;Expansion\beta\Expansion;@cwr2";</pre>
[[Category:Startup_Parameters]]

Revision as of 12:49, 3 November 2011

The config file can be used to put startup parameters in, instead of specifying them at a shortcut/commandline.

Depending on Game:

  • ArmA2.par
  • ArmA2OA.par
  • TakeOnH.par

Example

nosplash="-nosplash";
skipIntro="-skipIntro";
world="-world=none";
mod="-mod=Expansion;Expansion\beta;Expansion\beta\Expansion;@cwr2";