PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. 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 November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma2:config:cfgmods

ArmA 2 CfgMods

ArmA 2 Forum, ArmA 2 Home, ArmA 2 Config, ArmA 2 File Formats, ArmA 2 Missions, ArmA 2 3D Modeling, ArmA 2 Scripting, ArmA 2 Terrain, ArmA 2 Texturing, ArmA 2 Tools

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.txt · Last modified: 2024/08/01 16:59 by snakeman