I`m try to make varsuk retexture but have problem when launch game. Can someione help me?
my config
https://pastebin.com/Lcb6nFGZ
class CfgPatches {
class Sem_eagle {
author = "sem";
units[] = {"Sem_eagle1"};
weapons[] = {};
requiredVersion[] = 0.100000;
requiredAddons[] = {"A3_Characters_F", "A3_Characters_F_Beta", "A3_Weapons_F", "A3_Static_F", "A3_Air_F", "A3_Data_F", "A3_Armor_F", "A3_Armor_F_APC_Wheeled_03", "A3_Soft_F", "A3_Modules_F", "A3_Modules_F_Curator", "A3_Armor_F_EPB_APC_tracked_03", "A3_Air_F_Exp", "A3_armor_f_exp", "A3_soft_f_exp", "A3_data_f_exp", "A3_static_f_exp", "A3_weapons_f_exp"};
};
};
class cfgVehicles {
/*extern*/ class O_MBT_02_cannon_F;
class Sem_eagle1: class O_MBT_02_cannon_F; {
author = "Sem";
_generalMacro = "Black Eagle";
scope = 2;
scopeCurator = 2;
side = 0;
vehicleClass = "Armored";
faction = "OPF_F";
displayName = "Black Eagle";
crew = "O_T_Crew_F";
hiddenSelectionsTextures[]={"black\data\T_100_body_1.paa", "black\data\T_100_turret_2.paa", "black\data\T_100_extra_3.paa"};
typicalCargo = {"O_T_Crew_F", "O_T_Crew_F", "O_T_Crew_F"};
};
};