Mod.cpp/bin File Format: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Improved wording) |
||
Line 1: | Line 1: | ||
{{unsupported-doc}} | {{unsupported-doc}} | ||
mod.cpp is | A mod.cpp is to offer more detailed information in the expansion menu for mod folders. | ||
Since Operation Arrowhead the root folder of a mod folder can (optionally) contain a mod.bin/cpp. | |||
Like arma2\@MyMod\ | |||
It is used to provide more details than just '@MyMod' listed on the right side in the main menu. | |||
It is | |||
name = "Cold War Rearmed²"; | name = "Cold War Rearmed²"; | ||
Line 16: | Line 15: | ||
This is the standard method, and quite inconvenient. | This is the standard method, and quite inconvenient. | ||
An unsatisfactory alternative is to make a pbo with the prefix set to your Mods\ root name. (Which presumes your user's wont change it). | |||
[[Category:BIS_File_Formats]] | [[Category:BIS_File_Formats]] |
Revision as of 15:18, 14 January 2012
A mod.cpp is to offer more detailed information in the expansion menu for mod folders.
Since Operation Arrowhead the root folder of a mod folder can (optionally) contain a mod.bin/cpp. Like arma2\@MyMod\
It is used to provide more details than just '@MyMod' listed on the right side in the main menu.
name = "Cold War Rearmed²"; picture = \some\paafile\somewere.paa; actionName = "Website"; action = "http://cwr.armedzone.com/";
This is the standard method, and quite inconvenient.
An unsatisfactory alternative is to make a pbo with the prefix set to your Mods\ root name. (Which presumes your user's wont change it).