Lag and Desync

HEROTHOR
A semi-regular
A semi-regular
Posts: 25
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Tue Sep 03, 2013 12:56 am

Re: Lag and Desync

Post by HEROTHOR »

Hey, thanks again for your help! I got pretty good success with this one, 3:30 minutes with 0 desync with all 16 players at the moment. Going to do a test with a full server tonight. Thanks again! Heres the current setup. I raised MaxSizeGuaranteed to 2 gigs, helped alot noticed the most effects tried 512 with quite a bit of deync, tried 1 gig with 0 desync like 50% of the time, trying now 2 gigs with 0 desync at 3 and a half hours. I'm sure it still has the occasional spikes, but not nearly as often? Whats the max I should raise MaxSizeGuaranteed to?

Code: Select all

MinBandwidth=140800000;
MaxBandwidth=2147483647;
MaxMsgSend=1024;
MaxSizeGuaranteed=2048;
MaxSizeNonguaranteed=64;
MinErrorToSendNear=0.029999997;
MinErrorToSend=0.0019999994;
MaxCustomFileSize=0;
Windowed=0;
adapter=-1;
3D_Performance=1;
Resolution_Bpp=32;
serverLongitude=-118;
serverLatitude=34;
serverLongitudeAuto=-118;
serverLatitudeAuto=34;
HEROTHOR
A semi-regular
A semi-regular
Posts: 25
Joined: Tue Sep 03, 2013 12:56 am

Re: Lag and Desync

Post by HEROTHOR »

Anyone still help, my last post is obsolete. Still trying these config settings. This is my current start line. Just started to test this, not too happy with the basic.cfg

@start /realtime @dayzcc_config\%instance%\arma2oaserver_%instance%.exe -beta=Expansion\beta;Expansion\beta\Expansion -mod=%mod% -name=Server -config=@dayzcc_config\%instance%\config.cfg -cfg=@dayzcc_config\%instance%\basic.cfg -profiles=@dayzcc_config\%instance%\ -port=%port% -noCB -noPause -noSound -world=empty

heres the basic.cfg

MinBandwidth=14080000;
MaxBandwidth=100000000;
MaxMsgSend=128;
MaxSizeGuaranteed=512;
MaxSizeNonguaranteed=256;
MinErrorToSendNear=0.029999999;
MinErrorToSend=0.0099999998;
MaxCustomFileSize=0;
Windowed=0;
adapter=-1;
3D_Performance=1;
Resolution_Bpp=32;
serverLongitude=-118;
serverLatitude=34;
serverLongitudeAuto=-118;
serverLatitudeAuto=34;
Post Reply