Jump to content
  • 0

Dedicated server help


Lukedbx

Question

Just got our dedi server, set up the DB and such and when playing we had a crash every hour or so, arma2oaserver stops responding.
RPT
http://pastebin.com/apyZ6w03

Another problem is that when its not crashing im having major desync problems, my basic.cfg looks like this (100 Mbit/s port)

MinBandwidth=1097152;
MaxBandwidth=104857600;
MaxMsgSend=92;
language="English";
adapter=-1;
3D_Performance=100000;
Resolution_Bpp=32;
serverLongitude=9;
serverLatitude=51;
serverLongitudeAuto=9;
serverLatitudeAuto=51;
Windowed=0;
Tried with vanilla files and clean db, same issue.
This happens even with under 10 players.
 
Thanks - Luke
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

You haven't followed your antihack install instructions properly.

 

 

You need to comment out / remove this line from your mission init.sqf:

 

 

#include "\z\addons\dayz_code\system\REsec.sqf"

 

Change it to:

 

// Removed for AntiHack

//  #include "\z\addons\dayz_code\system\REsec.sqf"

 

 


 

You have a missing ; in your server_cleanup.fsm at the killing a hacker line

 

Find it in dayz_server.pbo /system folder.

 

 

I take it you've been installing mods? Always install them one by one, running the server after each one to make sure you've installed them correctly and they are not interfering with anything else.

 

We've all been there, thinking "woohoo install heaps of mods" only to break the server completely :)

 

I'd fix the antihack line you havent removed /commented out first, run the server, see what the RPT throws up after that, and look into / fix each one, one by one till all errors have been dealt with. :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...