Jump to content
Sign in to follow this  
alduric

Indep Officer reskin

Recommended Posts

Like in title? Is it even possible? All my attempts were not successful. I reskined many models but this one just does not want to work. Any ideas :F?

This is my config:

class CfgPatches

{

class wp39

{

units[] = {"wp39_1"};

weapons[] = {};

requiredVersion = 0.1;

requiredAddons[] = {"A3_Characters_F"};

};

};

class cfgFactionClasses

{

class Faction_A3C

{

displayName = "EXAMPLE FACTION NAME";

priority = 3;

side = "TWest";

};

};

class CfgVehicleClasses

{

class wp39

{

displayName = "EXAMPLE NAME";

};

};

class CfgVehicles

{

class I_Soldier_base_F;

class wp39_1: I_Soldier_base_F

{

author = "ArmA3Coop.pl";

scope = 2;

displayName = "Strzelec";

side = 1;

faction = "Faction_A3C";

canCarryBackPack = 1;

//backpack = "";

vehicleClass = "wp39";

uniformAccessories[] = {};

nakedUniform = "U_BasicBody";

uniformClass = "wp39_1";

_generalMacro = "B_officer_F";

hiddenSelections[] = {"camo"};

hiddenSelectionsTextures[] = {"\pam_wojsko-polskie-39\data\officer_spc_co.paa"};

model = "\A3\Characters_F_Beta\INDEP\ia_officer.p3d";

linkedItems[] = {};

respawnLinkedItems[] = {};

weapons[] = {"mauser_98","Throw","Put","Binocular"};

respawnWeapons[] = {"mauser_98","Throw","Put","Binocular"};

Items[] = {};

RespawnItems[] = {};

magazines[] = {"9x39_20rnds_M"};

respawnMagazines[] = {"9x39_20rnds_M"};

};

};

class cfgWeapons

{

class Uniform_Base;

class UniformItem;

class ItemInfo;

class wp39_1: Uniform_Base

{

scope = 2;

displayName = "Umundurowanie polskie '39";

picture = "\A3\characters_f\data\ui\icon_U_B_CombatUniform_mcam_ca.paa";

model = "\A3\Characters_F_Beta\INDEP\ia_officer.p3d";

class ItemInfo: UniformItem

{

uniformModel = "\A3\Characters_F_Beta\INDEP\ia_officer.p3d";

uniformClass = "wp39_1";

containerClass = "Supply20";

mass = 80;

};

};

};

Share this post


Link to post
Share on other sites

Try hiddenSelections[] = {"Camo1", "Camo2"};, Camo1 is the officers shirt and Camo2 is the independent soldiers trousers.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×