PMC websites shut down October 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond october 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma2:config:cfgmods

This is an old revision of the document!


CfgMods

CfgMods config entry for mod makers

A new feature for Mod maker who want to identify their mod in ArmA 2 Operation Arrowhead and lead the player directly to his website. In the main menu there an feature to link more mods without the shortcut procedure. (the last entry there)

Here an example:

class CfgMods
{
       class BWMod
       {
            dir = "BWMod";
            name = "Bundeswehr Mod";
            picture = "\bwmod\bwmod_logo.paa";
            hidePicture = "true";
            hideName = "true";
            action = "http://www.bwmod.armedassault.info";
       };
};

Descriptions of the config values.

Config Description
class You choose a name for your entry
dir The name of the mod folder
name Name in Menu
picture a logo picture who is shown on the right site of the menu
hidePicture true/false (show the pic in the mainmenu)
hideName true/false (show the name in the mainmenu)
action the link for the website button
arma2/config/cfgmods.1440207964.txt.gz · Last modified: 2015/08/22 01:46 by snakeman