/// Name of your mod name = "Sci Fi Spaceborne"; /// Picture displayed from the expansions menu/ Optimal size is 2048x1024, other sizes work too picture = "\A3\Ui_F_Curator\Data\Logos\arma3_zeus_icon_ca.paa"; logo = "\A3\Ui_F_Curator\Data\Logos\arma3_curator_logo_ca.paa"; logoOver = "\A3\Ui_F_Curator\Data\Logos\arma3_curator_logoOver_ca.paa"; /// Website URL, that can accessed from the mod data action = "https://community.bistudio.com/wiki/Mod_Presentation"; /// Tool tip displayed when the mouse is left over, in the main menu of Arma 3 tooltipOwned = "Own Armor und Helmets!"; /// Color used for DLC stripes and backgrounds (RGBA) dlcColor[] = { 0.23, 0.39, 0.30, 1}; /// Overview text, displayed from the extension menu overview = "Adding some Helmets and Armors for the Spaceborne."; /// Hide the extension name hideName = 0; /// Hide the extension menu hidePicture = 0;