Arma: Mod Folders: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:




To use Modfolders you have to create a shortcut to your OFP executable, and in the path add the following parameter: -Modname
To use Modfolders you have to create a shortcut to your OFP executable, and in the path add the following parameter: -Mod=name


  "C:\Program Files\Codemasters\OperationFlashpoint\FLASHPOINTRESISTANCE.EXE"
  "C:\Program Files\Codemasters\OperationFlashpoint\FLASHPOINTRESISTANCE.EXE"
     [[-nomap]] [[-nosplash]] -mod=@Editor,@Winter,@Hyk,@bas
     [[-nomap]] [[-nosplash]] -mod=@Editor,@Winter,@Hyk,@bas


in other words, commarise all the different moss you want for this session (often only one)
in other words, commarise all the different mods (addons) you want for this session (often only one)


Alternatively, you can use [http://www.flashpoint1985.com/cgi-bin/ikonboard311/ikonboard.cgi?act=ST;f=4;t=47702 'OFP Mod Selector'], by Operator of Dissidence.
Alternatively, you can use [http://www.flashpoint1985.com/cgi-bin/ikonboard311/ikonboard.cgi?act=ST;f=4;t=47702 'OFP Mod Selector'], by Operator of Dissidence.
Line 18: Line 18:
=== Addon modfolders ===
=== Addon modfolders ===


One of the most useful things you can do with modfolders is separate out your, by now, humungous and ever increasing addon.pbo's. They days of just placing them in the ~Addons folder are over. No engine can cope with that load.
One of the most useful things you can do with modfolders is separate out your, by now, humungous and ever increasing addon.pbo's. The days of just placing them in the ~Addons folder are over. No engine can cope with that load.


Simply make a folder tree
Simply make a folder tree
mods\
mods\
mods\Bas
mods\Bas
mods\Finland
mods\Finland
mods\HYK
mods\HYK
mods\anything you like
mods\anything you like


and selectively use one, or several of them for the mission(s) you want to play.
and selectively use one, or several of them for the mission(s) you want to play.

Revision as of 21:00, 30 May 2006

Custom modfolders are folders that can contain theme addons for easy selection, or Data files which change general parameters of the game. If you have OFP:Resistance, your \RES folder is an example of a modfolder.


Some Flashpoint players prefer to put an "@" in front of each modfolder's name, so they then get listed at the beginning of the main Flashpoint folder, and can be easily separated from essential game folders.


To use Modfolders you have to create a shortcut to your OFP executable, and in the path add the following parameter: -Mod=name

"C:\Program Files\Codemasters\OperationFlashpoint\FLASHPOINTRESISTANCE.EXE"
   -nomap -nosplash -mod=@Editor,@Winter,@Hyk,@bas

in other words, commarise all the different mods (addons) you want for this session (often only one)

Alternatively, you can use 'OFP Mod Selector', by Operator of Dissidence.

Or you can get Kegety's launcher 'here'

Addon modfolders

One of the most useful things you can do with modfolders is separate out your, by now, humungous and ever increasing addon.pbo's. The days of just placing them in the ~Addons folder are over. No engine can cope with that load.

Simply make a folder tree

mods\

mods\Bas

mods\Finland

mods\HYK

mods\anything you like

and selectively use one, or several of them for the mission(s) you want to play.