Skryp _ LotzoTheUltraBear

Post your Basic.cfg

10 posts in this topic

Hey out there,

have no expirience with the basic.cfg and want to find out the best setting for our server. So here are our settings in basic.cfg. Got a 1GBit/s pipe and 100 Slots

///////////////////////////////////////////////////////////////////////////////
// Default Options
///////////////////////////////////////////////////////////////////////////////
language = "English";
adapter = -1;
3D_Performance = 1.000000;
Resolution_W = 800;
Resolution_H = 600;
Resolution_Bpp = 32;

///////////////////////////////////////////////////////////////////////////////
// Bandwidth Tuning 
//
// Be sure to adjust this to your server settings!
// This example is for 1GBit/s pipe
///////////////////////////////////////////////////////////////////////////////
// 100MB * 1024 * 1024 = 104857600
MinBandwidth = 104857600;	

// Do NOT set this too high or your Arma server will simulate ego-ddos
// 600MB * 1024 * 1024 = 629145600
MaxBandwidth = 629145600;		

///////////////////////////////////////////////////////////////////////////////
// Network Tuning 
// 
// Usually something we developers set. Only change these if you really know
// what you are doing. Do something wrong here and your sever will burn in hell 
// and cause massive desych.
///////////////////////////////////////////////////////////////////////////////
MaxMsgSend = 256;
MaxSizeGuaranteed = 512;		
MaxSizeNonguaranteed = 256;	
MinErrorToSend = 0.004;	
MinErrorToSendNear = 0.03;		
MaxCustomFileSize = 0;		

 

What's your settings? 

 

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement

It's not hard to change those numbers. It's hard to change those numbers so they actually make sense. Now we get a pretty good format by Exile team itself, I don't see much reason to change it.

Share this post


Link to post
Share on other sites
24 minutes ago, GolovaRaoul said:

It's not hard to change those numbers. It's hard to change those numbers so they actually make sense. Now we get a pretty good format by Exile team itself, I don't see much reason to change it.

i ask, cause a lot of players are losing connections or getting kicked by exile so i hope this is a way to handle it ... 

Share this post


Link to post
Share on other sites
1 minute ago, Skryp _ LotzoTheUltraBear said:

i ask, cause a lot of players are losing connections or getting kicked by exile so i hope this is a way to handle it ... 

You made changes in your Config.cfg? It's beneath basic.cfg. You can enable kickClientsonSlownetwork ( i recommend it since battleye ping kick doesn't work anymore )

Share this post


Link to post
Share on other sites

I would recommend turning it on, kickClientsonSlowNetwork.
What I experienced, was 1 player ( or mulitpile ) joined the server with 9999 ping or 1 bandwith and created MASSIVE desync, causing almost EVERY client to desync so much that they got kicked out. Normally battlEye would kick players on high ping, but this does not work anymore.

I recommend putting this into your Config.cfg and see how it goes.

kickClientsOnSlowNetwork            = 1;
maxping								= 420;
maxpacketloss                       = 49;

I'm running this for a quite a while now

  • Like 2

Share this post


Link to post
Share on other sites
Advertisement

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

  • Recently Browsing   0 members

    No registered users viewing this page.