Sentinel99 0 Report post Posted July 14, 2016 Every time I try to change the exilez.pbo settings the server starts and gets an error saying: ErrorMessage: Data file too short 'C:\sspanel\gameservers\arma3\9093\@ExileServer\addons\exilez.pbo'. Expected 2055448171 B, got 97246 B Then when I try to reset it back to normal I get this error 13:51:19 "ExileServer - Installed extDB2 version: 70" 13:51:19 "ExileServer - MySQL connection error!" 13:51:19 "ExileServer - Please have a look at @ExileServer/extDB/logs/ to find out what went wrong." 13:51:19 "ExileServer - MySQL Error: Could not add database: [0,"Database Exception Error"]" 13:51:19 "ExileServer - Server will shutdown now :(" The line of code I changed was a simple false to true for a mission to avoid territory as bolded below Trigger_5 = [ //Mission Trigger /* 0 Use this trigger */ True, /* 1 Trigger Positions */ Mission, /* 2 Max Zombies */ 15, /* 3 Activation Delay */ 5, /* 4 Spawn Delay */ 5, /* 5 Respawn Delay */ 5, /* 6 Show Trigger On Map */ true, /* 7 Marker Color */ "ColorYellow", /* 8 MarkerBrush */ "Solid", /* 9 Marker Alpha */ 0.5, /* 10 Marker Text */ "LOOT & DEATH", /* 11 Vest group */ Basic, /* 12 Loot group */ DocAndAmmo, /* 13 Zombie group */ Hardcore, /* 14 Avoid Territory */ false, /* 15 Mission Radius */ 1500, /* 16 Mission SQF */ triggerMission, /* 17 Loot Box */ triggerLootbox ]; Can somebody please help me change these settings to my liking so the server can function properly and have this mission not spawn on top of somebody's territory and still be on the server. Quote Share this post Link to post Share on other sites More sharing options...
StealthyMartian 65 Report post Posted August 13, 2016 Please submit a support ticket if you still have any issues with this. Quote Share this post Link to post Share on other sites More sharing options...
memtndude 0 Report post Posted August 22, 2016 I have been having issues with Exile and Zombies and Demons. The steps I read just had you change the stock pbo for the server and the mod, it didn't add a separate .pbo like you have. Where did you get this from? I followed these instructions. https://github.com/rscaptainjack/ZOMBIES_CODE Quote Share this post Link to post Share on other sites More sharing options...
StealthyMartian 65 Report post Posted August 26, 2016 I have been having issues with Exile and Zombies and Demons. The steps I read just had you change the stock pbo for the server and the mod, it didn't add a separate .pbo like you have. Where did you get this from? I followed these instructions. https://github.com/rscaptainjack/ZOMBIES_CODE The version listed above is for the following mod: http://www.exilemod.com/topic/9353-exilez-2/ Quote Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.