Jump to content

Rabid Squirrel

Member
  • Content Count

    86
  • Joined

  • Last visited

  • Medals

Everything posted by Rabid Squirrel

  1. Hey man, Is it still producing those errors, or has it stopped working wholesale?
  2. Rabid Squirrel

    Arma 3 Units - Feedback thread

    Thank you, all seems to be working well now :)
  3. Rabid Squirrel

    Arma 3 Units - Feedback thread

    This ^^ I am also still unable to edit my unit
  4. Hi all, I have been working on creating a custom weapon. For the most part I have gotten it right, but for some reason when I kill an AI holding my weapon it falls out of his hands, flops around a bit like a fish, then lands up like this: Here is a list of the LOD's I have: 1.000 View - Pilot ShadowVolume Geometry Memory Land Hit At first I thought it was the Geometry LOD because the weapon wasn't blocking bullets, but I have fixed that (https://community.bistudio.com/wiki/Validating_Geometries). Then I thought maybe Adding a Land Hit LOD would help... still no luck. Any and all help is appreciated. Thanks in Advance!
  5. Rabid Squirrel

    When a Unit is shot holding my Custom Weapon it Floats

    Thank you very much! That worked. If you don't mind my asking, how did you know to do that? In reading and following tutorials I haven't seen a reference to 'Named Properties' before.
  6. Rabid Squirrel

    When a Unit is shot holding my Custom Weapon it Floats

    Yeah it does, if you mean using Alt+M and then setting the Mass on the bottom left of Object Builder.
  7. As it turns out, it wasn't that much work :) :) For reference to anyone who stumbles upon the same error, the below example relates to my Vest specifically, but it works similarly with Headgear and other items: //What was class ItemInfo; class SA_PlateCarrier_BA1: Vest_NoCamo_Base { ... class ItemInfo: ItemInfo { ... }; }; //Changed to class VestItem; class SA_PlateCarrier_BA1: Vest_NoCamo_Base { ... class ItemInfo: VestItem { ... }; }; I did a similar thing with the Weapons regarding 'WeaponSlotsInfo', the difference is that I inherited it from a different place: //Instead of having out here class WeaponSlotsInfo; //I moved it in here class arifle_MX_Base_F: Rifle_Base_F { class WeaponSlotsInfo; class GunParticles; }; My rifle uses the MX Base class, so the configuration would probably be different for other people.
  8. Thanks! I guess I have a bit of work to do.
  9. Rabid Squirrel

    Arma 3 Units - Feedback thread

    Hi there, Would it be possible to add functionality to the 'Search by name' filter to include the unit tag? My unit is more commonly know by our tag than our full name, and it would be much easier if they could just search for that.
  10. Rabid Squirrel

    Arma 3 Units - Feedback thread

    Hi there, When I try to save changes I have made to my unit, I get this error:
  11. Hi all, I have been creating multiplayer missions for a group I play with for the last two years or so. Over that time we have developed bit by bit a template for creating missions, makes it much faster and easier for all the guys. However recently (as of the end of last year), I have run into a little issue with the template we were using. Our loadout script (which uses the BIS cfgRespawnLoadout) seems to be causing our JIP members to be infinitely stuck in the Loading screen for the mission. All members that join before 5 minutes or so do not have this issue. Our template as follows where we located the issue: initPlayerLocal.sqf //Call the Loadouts [] execVM "Scripts\PlayerLoadouts.sqf"; PlayerLoadouts.sqf //Declare Player Loadouts if (player isKindOf "B_recon_F") then { [player,"SAEF_Rifleman_M4"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Rifleman_M16"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Rifleman_L85"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_recon_LAT_F") then { [player,"SAEF_AT_M4"] call BIS_fnc_addRespawnInventory; [player,"SAEF_AT_M16"] call BIS_fnc_addRespawnInventory; [player,"SAEF_AT_L85"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_recon_medic_F") then { [player,"SAEF_Medic_M4"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Medic_M16"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Medic_L85"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_recon_JTAC_F") then { [player,"SAEF_LMG"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_recon_TL_F") then { [player,"SAEF_Grenadier_M4"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Grenadier_M16"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Grenadier_L85"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_recon_exp_F") then { [player,"SAEF_Engineer_M4"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Engineer_M16"] call BIS_fnc_addRespawnInventory; [player,"SAEF_Engineer_L85"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_Recon_Sharpshooter_F") then { [player,"SAEF_AmmoBearer_M4"] call BIS_fnc_addRespawnInventory; [player,"SAEF_AmmoBearer_M16"] call BIS_fnc_addRespawnInventory; [player,"SAEF_AmmoBearer_L85"] call BIS_fnc_addRespawnInventory; }; if (player isKindOf "B_recon_M_F") then { [player,"SAEF_Marksman"] call BIS_fnc_addRespawnInventory; }; description.ext respawn = 3; respawnDelay = 5; //respawnVehicleDelay = 60; respawnTemplates[] = {"MenuInventory","MenuPosition"}; onLoadIntroTime=0; onLoadMissionTime=0; disabledAI = 1; debriefing = 1; showGPS = 1; author = "******"; onLoadName = "******"; onLoadMission = "******"; overviewPicture = "******.jpg"; class Header { gameType = COOP; minPlayers = 1; maxPlayers = 14; }; class CfgRespawnInventory { class SAEF_Rifleman_M4 { displayName = "Rifleman (M4)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m4_carryhandle_pmag", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_Rifleman_M16 { displayName = "Rifleman (M16)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m16a4_carryhandle_pmag", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_Rifleman_L85 { displayName = "Rifleman (L85)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "SMA_L85RISafg", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "SMA_supp2BOD_556", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_AT_M4 { displayName = "Anti-Tank (M4)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m4_carryhandle_pmag", "RH_m9", "launch_I_Titan_short_F" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "Titan_AT", "Titan_AT", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "SA_Backpack_Fast_Olive"; }; class SAEF_AT_M16 { displayName = "Anti-Tank (M16)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m16a4_carryhandle_pmag", "RH_m9", "launch_I_Titan_short_F" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "Titan_AT", "Titan_AT", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "SA_Backpack_Fast_Olive"; }; class SAEF_AT_L85 { displayName = "Anti-Tank (L85)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "SMA_L85RISafg", "RH_m9", "launch_I_Titan_short_F" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "Titan_AT", "Titan_AT", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "SMA_supp2BOD_556", "rhsusf_acc_anpeq15_light", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "SA_Backpack_Fast_Olive"; }; class SAEF_Medic_M4 { displayName = "Medic (M4)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m4_carryhandle_pmag", "RH_m9" }; magazines[] = { "SmokeShell", "SmokeShell", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "SA_Backpack_Fast_Olive"; }; class SAEF_Medic_M16 { displayName = "Medic (M16)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m16a4_carryhandle_pmag", "RH_m9" }; magazines[] = { "SmokeShell", "SmokeShell", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "SA_Backpack_Fast_Olive"; }; class SAEF_Medic_L85 { displayName = "Medic (L85)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "SMA_L85RISafg", "RH_m9" }; magazines[] = { "SmokeShell", "SmokeShell", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "SmokeShell", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "SMA_supp2BOD_556", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "SA_Backpack_Fast_Olive"; }; class SAEF_LMG { displayName = "Autorifleman"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m249_pip_L", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "rhs_200rnd_556x45_M_SAW", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "SMA_SFFL_BLK", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "SA_Bandanna_Flag_Green", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_Grenadier_M4 { displayName = "Grenadier (M4)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m4_m320", "RH_m9", "ACE_Vector" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_Grenadier_M16 { displayName = "Grenadier (M16)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m16a4_carryhandle_M203", "RH_m9", "ACE_Vector" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_Grenadier_L85 { displayName = "Grenadier (L85)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "SMA_L85RISafg", "rhs_weap_M320", "ACE_Vector" }; magazines[] = { "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "rhs_mag_M441_HE", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "SMA_supp2BOD_556", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "SA_PlateCarrier_Green1", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; }; class SAEF_Engineer_M4 { displayName = "Engineer (M4)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m4_carryhandle_pmag", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ToolKit", "ACE_wirecutter", "ACE_Clacker", "ACE_DefusalKit", "ACE_CableTie", "ACE_CableTie", "ACE_CableTie", "ACE_CableTie", "MineDetector", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "SA_Bandanna_Flag_Green", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "B_Carryall_oli"; }; class SAEF_Engineer_M16 { displayName = "Engineer (M16)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m16a4_carryhandle_pmag", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ToolKit", "ACE_wirecutter", "ACE_Clacker", "ACE_DefusalKit", "ACE_CableTie", "ACE_CableTie", "ACE_CableTie", "ACE_CableTie", "MineDetector", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "SA_Bandanna_Flag_Green", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "B_Carryall_oli"; }; class SAEF_Engineer_L85 { displayName = "Engineer (L85)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "SMA_L85RISafg", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag", "DemoCharge_Remote_Mag" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ToolKit", "ACE_wirecutter", "ACE_Clacker", "ACE_DefusalKit", "ACE_CableTie", "ACE_CableTie", "ACE_CableTie", "ACE_CableTie", "MineDetector", "ACE_EarPlugs" }; linkedItems[] = { "SMA_supp2BOD_556", "rhsusf_acc_anpeq15_light", "rhsusf_acc_eotech_552", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "SA_Bandanna_Flag_Green", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "B_Carryall_oli"; }; class SAEF_AmmoBearer_M4 { displayName = "Ammo Bearer (M4)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m4_carryhandle_pmag", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "rhs_200rnd_556x45_M_SAW", "rhs_200rnd_556x45_M_SAW" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "B_Carryall_oli"; }; class SAEF_AmmoBearer_M16 { displayName = "Ammo Bearer (M16)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_m16a4_carryhandle_pmag", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "rhs_200rnd_556x45_M_SAW", "rhs_200rnd_556x45_M_SAW" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_nt4_black", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "B_Carryall_oli"; }; class SAEF_AmmoBearer_L85 { displayName = "Ammo Bearer (L85)"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "SMA_L85RISafg", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "30Rnd_556x45_Stanag_Tracer_Red", "HandGrenade", "HandGrenade", "rhs_200rnd_556x45_M_SAW", "rhs_200rnd_556x45_M_SAW" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "SMA_supp2BOD_556", "rhsusf_acc_anpeq15_light", "rhsusf_acc_compm4", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Helmet_Green", "Rus_Shemag", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform"; backpack = "B_Carryall_oli"; }; class SAEF_Marksman { displayName = "Marksman"; // Name visible in the menu //icon = "\Images\gl_ca.paa"; // Icon displayed next to the name // Condition must return true in order for the loadout to be displayed in the menu. // Evaluated when the menu is opened. show = "side group _this == west"; // Loadout definition, uses same entries as CfgVehicles classes weapons[] = { "rhs_weap_XM2010", "RH_m9" }; magazines[] = { "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell", "Chemlight_green", "Chemlight_green", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "rhsusf_5Rnd_300winmag_xm2010", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "RH_15Rnd_9x19_M9", "HandGrenade", "HandGrenade", "SmokeShell", "SmokeShell" }; items[] = { "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_fieldDressing", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_morphine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_epinephrine", "ACE_EarPlugs" }; linkedItems[] = { "rhsusf_acc_M2010S", "rhsusf_acc_anpeq15side", "optic_NVS", "RH_m9qd", "RH_X300", "SA_PlateCarrier_Green2", "SA_Beanie_blk", "SA_Bandanna_Flag_Green", "NVGoggles_INDEP", "ItemMap", "ItemGPS", "ItemCompass", "ItemWatch", "tf_anprc152_2" }; uniformClass = "SA_W_Uniform_S"; backpack = "SA_Backpack_Olive"; }; }; At this point in time we have just commented out the "PlayerLoadouts.sqf" execution in the "initPlayerLocal.sqf", but this is a temporary solution as we would like to start using the Loadout Selection menu again soon. Any and all help would be appreciated. If any more information is required I would be happy to supply it. Thanks in Advance, Squirrel.
×