Misc Updates

This commit is contained in:
Zepheris 2018-03-09 22:29:28 -07:00
parent 2329b2e3d3
commit 86d5c72c2d
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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"];
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View File

@ -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