From a3a91d4f45b22fd487ecbc954ad979be5d03efdd Mon Sep 17 00:00:00 2001 From: hybrid Date: Thu, 11 Jun 2026 19:38:09 +0300 Subject: init --- Common/Config/Config_Loadouts.sqf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Common/Config/Config_Loadouts.sqf (limited to 'Common/Config/Config_Loadouts.sqf') diff --git a/Common/Config/Config_Loadouts.sqf b/Common/Config/Config_Loadouts.sqf new file mode 100644 index 0000000..7472a1f --- /dev/null +++ b/Common/Config/Config_Loadouts.sqf @@ -0,0 +1,15 @@ +/* + New loadout system. | Hybrid + Only one side gear is defined at a time. west don't know east and vice versa. +*/ + +/* Backpacks */ + +/* Binocular (Used for spotting) */ +['WFBE_BINOCULARS',['Binocular','Binocular_Vector','Laserdesignator'],true] Call SetNamespace; + +/* Set the loadout depending on it's type. */ +[] Call Compile PreprocessFile Format["Common\Config\Core_Loadout\%1\Loadout_%2.sqf",WFBE_V_West_LoadoutRootVersion,WFBE_V_West_Loadout]; +[] Call Compile PreprocessFile Format["Common\Config\Core_Loadout\%1\Loadout_%2.sqf",WFBE_V_East_LoadoutRootVersion,WFBE_V_East_Loadout]; + +diag_log Format ["[WFBE (INIT)][frameno:%1 | ticktime:%2] Config_Loadouts: Initialization (West: %3 | East: %4) - [Done]",diag_frameno,diag_tickTime,WFBE_V_West_Loadout,WFBE_V_East_Loadout]; \ No newline at end of file -- cgit v1.3.1