Home   Help Search Login Register  

Author Topic: Mod Folders question...  (Read 823 times)

0 Members and 1 Guest are viewing this topic.

fragsta

  • Guest
Mod Folders question...
« on: 25 Apr 2004, 19:42:14 »
I have loads and loads of mod folders with their various addons. Are there any parameters I can use on the back of the command line of the flashpoint exe that will use all of them at once?

Thanks in advance! ;D

Offline Killswitch

  • Members
  • *
  • Peace, cheese and ArmA
Re:Mod Folders question...
« Reply #1 on: 25 Apr 2004, 21:20:38 »
Again with the tech support questions on OFPEC... ok, here goes...

A shortcut to OFP loading the three mod folders "foo", "bar" and "zoing" would look like
Code: [Select]
C:\Somewhere\OFP\OPERATIONFLASHPOINT.EXE -nosplash -nomap -mod=foo;bar;zoingand load addons that are in the folders
Code: [Select]
...\OFP\foo\addons
...\OFP\bar\addons
...\OFP\zoing\addons

in addition to loading the ones in OFP\Res\Addons (loaded first) and OFP\Addons (loaded last).

-nosplash disables the irritating blooming splash screens on startup
-nomap uses a different method of handling OFP's memory and might help with a lot of issues and inability to use OFP

Learn more about these things by searching the official BIS forums.

fragsta

  • Guest
Re:Mod Folders question...
« Reply #2 on: 25 Apr 2004, 21:35:18 »
See that's the problem, i have to put in every single mod folder...i have about 15 or something...:P oh well.