14 lines
453 B
C++
14 lines
453 B
C++
class CfgMods {
|
|
class PREFIX {
|
|
dir = "@forge_factions";
|
|
name = "FORGE Factions";
|
|
author = "IDSolutions";
|
|
picture = "A3\Ui_f\data\Logos\arma3_expansion_alpha_ca";
|
|
hideName = "false";
|
|
hidePicture = "false";
|
|
action = "https://innovativedevsolutions.org";
|
|
actionName = "Website";
|
|
description = "FORGE Factions - Version 1.0.0";
|
|
dlcColor[] = {0.45, 0.47, 0.41, 1};
|
|
};
|
|
}; |