Skip to content

Commit

Permalink
Added S3 Mission control loadouts (#1062)
Browse files Browse the repository at this point in the history
* Added loadouts

* fixed quotes
  • Loading branch information
AndreasBrostrom authored Nov 4, 2023
1 parent dc6ae81 commit c930788
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions cScripts/CfgLoadouts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class CfgLoadouts {
#include "Loadouts\CfgLoadouts_Charlie_Weapon.hpp"

#include "Loadouts\CfgLoadouts_Training.hpp"
#include "Loadouts\CfgLoadouts_Special.hpp"

#include "Loadouts\CfgLoadouts_UserCustom.hpp"
};
38 changes: 38 additions & 0 deletions cScripts/Loadouts/CfgLoadouts_Special.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
class S3_Base: Cav_B_Seventh_Cavalry_Base_F {
displayName = "S3 Mission Control";
category[] = {};
scope = 2;
loadout = [["rhs_weap_m4a1_blockII_bk","ACE_muzzle_mzls_L","acc_pointer_IR","rhsusf_acc_ACOG_RMR",["ACE_30Rnd_556x45_Stanag_M995_AP_mag",30],[],"rhsusf_acc_rvg_blk"],[],["rhs_weap_M320","","","",["ACE_HuntIR_M203",1],[],""],["USP_G3C_RS2_MC",[["ACE_tourniquet",4],["ItemcTabHCam",1],["ACE_MapTools",1],["ACE_IR_Strobe_Item",2],["ACE_microDAGR",1],["ACE_splint",4],["ACE_Flashlight_XL50",1],["kat_Painkiller",2,10],["SmokeShellPurple",2,1],["Laserbatteries",1,1]]],["rhsusf_plateframe_grenadier",[["ACE_packingBandage",20],["ACE_IR_Strobe_Item",2],["rhs_mag_M664_red_cluster",2,1],["1Rnd_SmokeRed_Grenade_shell",2,1],["1Rnd_SmokeBlue_Grenade_shell",2,1],["ACE_HuntIR_M203",2,1],["ACE_30Rnd_556x45_Stanag_M995_AP_mag",6,30],["ACE_HandFlare_Green",2,1],["SmokeShellBlue",2,1],["SmokeShellRed",2,1]]],["USP_TACTICAL_PACK_CCT7",[["Rev_darter_item",1],["ACE_HuntIR_monitor",1],["ACE_EntrenchingTool",1],["ACE_UAVBattery",1],["Laserbatteries",1,1],[["ACE_Vector","","","",[],[],""],1]]],"rhsusf_opscore_mc_cover_pelt_cam","rhsusf_shemagh2_gogg_grn",["Laserdesignator","","","",["Laserbatteries",1],[],""],["ItemMap","ItemcTab","","ItemCompass","ItemWatch","USP_PVS15"]];
role = "officer";

company = "";

insignia = "specialized_s3";
preLoadout = "this setVariable ['cScripts_Player_Unit', 'S3'];";
postLoadout = "";
};

class S3 : S3_Base { scope = 1; };

class S3_1 : S3_Base { scope = 1; };
class S3_2 : S3_Base { scope = 1; };
class S3_3 : S3_Base { scope = 1; };
class S3_4 : S3_Base { scope = 1; };
class S3_5 : S3_Base { scope = 1; };
class S3_6 : S3_Base { scope = 1; };
class S3_7 : S3_Base { scope = 1; };
class S3_8 : S3_Base { scope = 1; };

class S3_1_1 : S3_Base { scope = 1; };
class S3_2_1 : S3_Base { scope = 1; };
class S3_3_1 : S3_Base { scope = 1; };
class S3_4_1 : S3_Base { scope = 1; };
class S3_5_1 : S3_Base { scope = 1; };
class S3_6_1 : S3_Base { scope = 1; };

class S3_1_2 : S3_Base { scope = 1; };
class S3_2_2 : S3_Base { scope = 1; };
class S3_3_2 : S3_Base { scope = 1; };
class S3_4_2 : S3_Base { scope = 1; };
class S3_5_2 : S3_Base { scope = 1; };
class S3_6_2 : S3_Base { scope = 1; };

0 comments on commit c930788

Please sign in to comment.