Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgPatches
- {
- class My_pilot_uniform
- {
- units[] = {"KOS_CRO_Jet_Pilot", "KOS_CRO_heli_pilot";};
- weapons[] = {};
- requiredVersion = 0.1;
- requiredAddons[] = {};
- };
- };
- //************************************************************************************************************************************************************************************************
- //***** Factions *********************************************************************************************************************************************************
- //************************************************************************************************************************************************************************************************
- class cfgFactionClasses
- {
- class Kos_CAF
- {
- displayName = "Croatian Air Force";
- priority = 3; // Position in list.
- side = 1; // Opfor = 0, Blufor = 1, Indep = 2.
- icon = ""; //Custom Icon
- };
- };
- class UniformSlotInfo
- {
- slotType = 0;
- linkProxy = "-";
- };
- class CfgVehicles
- {
- //************************************************************************************************************************************************************************************************
- //***** Units *********************************************************************************************************************************************************
- //************************************************************************************************************************************************************************************************
- class B_Soldier_F;
- class KOS_CRO_Jet_Pilot: B_Soldier_F {
- author = "ProKosovich";
- _generalMacro = "B_Soldier_F";
- scope = 2;
- displayName = "Jet Pilot";
- identityTypes[] = {"Head_NATO", "G_NATO_default"};
- genericNames = "NATOMen";
- faction = "Kos_CAF";
- model = "\KOS_CRO_pilot\data\rhs_pilot_base.p3d"; //Default NATO
- uniformClass = "KOS_CRO_Jet_Pilot";
- hiddenSelections[] = {"Camo"};
- hiddenSelectionsTextures[] = {"\KOS_CRO_pilot\data\KOS_CRO_jet_pilot.paa"};
- weapons[] = {"Throw","Put"};
- respawnWeapons[] = {"Throw","Put"};
- magazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"};
- respawnMagazines[] = {"HandGrenade","HandGrenade","SmokeShell","SmokeShellGreen","Chemlight_green","Chemlight_green"};
- linkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"};
- respawnLinkedItems[] = {"ItemMap","ItemCompass","ItemWatch","ItemRadio"};
- };
- };
- class cfgWeapons
- {
- //********************************************************************************************************************************************************************************************
- //***** Uniforms *****************************************************************************************************************************************************
- //********************************************************************************************************************************************************************************************
- class ItemCore;
- class UniformItem;
- class Uniform_Base: ItemCore
- {
- class ItemInfo;
- };
- class KOS_CRO_Jet_Pilot: Uniform_Base
- {
- scope = 2;
- displayName = "DF-15-2 (Green)";
- picture = "-";
- model = "\KOS_CRO_pilot\data\rhs_pilot_base.p3d";
- class ItemInfo : UniformItem {
- uniformClass = "KOS_CRO_Jet_Pilot";
- containerClass = "Supply50";
- mass = 50;
- };
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement