diff --git a/@A3XAI/addons/a3xai_config.pbo b/@A3XAI/addons/a3xai_config.pbo index 1fa04d4..ef2ee45 100644 Binary files a/@A3XAI/addons/a3xai_config.pbo and b/@A3XAI/addons/a3xai_config.pbo differ diff --git a/@ExileServer/addons/a3_dms.pbo b/@ExileServer/addons/a3_dms.pbo index 8568ec9..7fba065 100644 Binary files a/@ExileServer/addons/a3_dms.pbo and b/@ExileServer/addons/a3_dms.pbo differ diff --git a/@ExileServer/addons/a3_exile_occupation.pbo b/@ExileServer/addons/a3_exile_occupation.pbo index 78978d0..af27b21 100644 Binary files a/@ExileServer/addons/a3_exile_occupation.pbo and b/@ExileServer/addons/a3_exile_occupation.pbo differ diff --git a/@ExileServer/addons/a3_exile_occupation/config.sqf b/@ExileServer/addons/a3_exile_occupation/config.sqf index 39540c6..5256fba 100644 --- a/@ExileServer/addons/a3_exile_occupation/config.sqf +++ b/@ExileServer/addons/a3_exile_occupation/config.sqf @@ -791,7 +791,7 @@ SC_BanditMagazines = ["Exile_Item_InstaDoc","Exile_Item_Vishpirin","Ex SC_BanditPistol = ["hgun_ACPC2_F","hgun_P07_F","hgun_Pistol_heavy_01_F","hgun_Pistol_heavy_02_F","hgun_Rook40_F"]; SC_BanditPistolAttachments = []; SC_BanditAssignedItems = ["ItemMap","ItemCompass","ItemRadio","ItemWatch"]; // all these items will be added -SC_BanditLauncher = [ "launch_RPG7_F","launch_NLAW_F","launch_RPG32_F","launch_B_Titan_short_F"]; +SC_BanditLauncher = []; SC_BanditBackpack = ["B_HuntingBackpack","B_Kitbag_cbr","B_Kitbag_mcamo","B_Kitbag_sgg","B_OutdoorPack_blk","B_OutdoorPack_blu","B_OutdoorPack_tan","B_TacticalPack_blk","B_TacticalPack_mcamo","B_TacticalPack_ocamo","B_TacticalPack_oli","B_TacticalPack_rgr"]; // Possible equipment for random ai to spawn with @@ -805,7 +805,7 @@ SC_RandomMagazines = ["Exile_Item_InstaDoc","Exile_Item_Vishpirin","Ex SC_RandomPistol = ["hgun_Rook40_F"]; SC_RandomPistolAttachments = ["muzzle_snds_L"]; SC_RandomAssignedItems = ["ItemMap","ItemCompass","ItemRadio","ItemWatch"]; // all these items will be added -SC_RandomLauncher = [ /*"launch_RPG7_F","launch_NLAW_F","launch_RPG32_F","launch_B_Titan_short_F"*/]; +SC_RandomLauncher = []; SC_RandomBackpack = ["B_AssaultPack_blk"]; ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/restartserver.bat b/restartserver.bat index 9e18f58..e7b38af 100644 --- a/restartserver.bat +++ b/restartserver.bat @@ -30,7 +30,7 @@ echo. ::RESTARTING THE ARMA 3 SERVER echo Starting ARMA 3 Server... -start /min /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);@Mozzie Mod;" "-servermod=@exileserver;@asm;@A3XAI;@ASR_AI3;@Enigma;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages +start /min /affinity 0x3 /abovenormal "Arma3" arma3server_SC.exe "-mod=@exile;Kart;Mark;Heli;@ArmA3 Adjustable Full Screen Night Vision;@CBA_A3;@Enhanced Movement;@Advanced Rappelling;@Advanced Urban Rappelling;@Arma 3 Flashlight Mod (Exile Fix);@Mozzie Mod;" "-servermod=@exileserver;@asm;@A3XAI;@VCOM_AI;@Enigma;" -config=%ARMA%\@ExileServer\config.cfg -port=2302 -profiles=SC -cfg=%ARMA%\@ExileServer\basic.cfg -name=SC -autoinit -Loadmissiontomemory -hugepages start /min /affinity 0xC /abovenormal "Arma3_HC" arma3server_HC.exe -client -connect=127.0.0.1 -password=joejer "-mod=@exile;Kart;Mark;Heli;@A3XAI_HC;@asm;@ASR_AI3;@CBA_A3;@Arma 3 Flashlight Mod (Exile Fix);" -profiles=HC -name=HC echo ARMA 3 Server is started timeout 25