Jump to content
Sign in to follow this  
dky7

Server config file

Recommended Posts

this is my config file for my dedacted server

passwordAdmin = "password"; // password to protect admin access

password = ""; // password server

hostname="The Grunts"; // server name

motd[]=

{

"              ",

"              ",

"            

"              ",

"              ",

"              ",

}; // Welcome message

motdInterval=1;

3rdPersonView=2; // 1 cadet - 2 veteran

MaxCustomFileSize = 2000000; // file custom in byte

voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote

reportingIP="master.gamespy.com"; // private server - no reporting

voteMissionPlayers=1; // start voting when 3 players connect

checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity

kickduplicate=1; // do not allow duplicate id

maxPlayers = 10; // max players do NOT change

equalModRequired=1; // require equal mod

when i join with a custome face server will kick what is a gd size to allow i put it upto MaxCustomFileSize = 20000000000000 still would kick me out. can any 1 help.

Share this post


Link to post
Share on other sites

MaxCustomFileSize =

should be in the arma.cfg (or basic.cfg) not server.cfg

It is where your network settings are such as maxmsgsize etc...

Share this post


Link to post
Share on other sites

We get this on dedi server:

16:23:30 Mission co23_Domination! One Team [2.30 w/AI artil] read from bank.

16:23:34 Player _BiB_ Litejk01 kicked off - invalid custom file 'C:\Programfiler\Bohemia Interactive\ArmA\Users\server\Tmp3621\players\_BiB_             8118531tejk01\face.jpg'.

16:23:34 Player _BiB_ Litejk01 disconnected.

16:23:34 All users disconnected, waiting for users.

Nobody is able to connect using facemask.

The files are as follows (only what I expect relevant), server.cfg:

//original checkfiles is comment out but tested with those too.

checkfiles[]={};            

maxPlayers=23;

maxCustomFileSize=200000; more than enough?

Kickduplicate=1;

verifySignatures=0;

equalModRequired=0;

voteMissionPlayers=1;  

voteThreshold=0.33;

battleye = 0;        

disableVoN=0;

vonCodecQuality=3;

persistent=1;

3rdPersonView=0;

difficulty="regular";

onUserConnected="";

onUserDisconnected="";

doubleIdDetected="";  

regularCheck="";      

onDifferentData="";  

onUnsignedData="server globalChat format['Player %1 is using unsigned data.', (_this select 0)];";  // unsigned data detected

onHackedData="";  // tampering of the signature detected, see also verifySignatures above              

class Missions                                            

{                                                        

   class test    // name for the mission, can be anything

   {                                                    

       template = co23_Domination_OneTeam_2_30.Sara;    

       cadetMode = 1;

   };                                                    

};                                                        

Now, over to basic.cfg, which reads:

language="English";        

adapter=-1;                

3D_Performance=9615.000000;

Resolution_W=800;          

Resolution_H=600;          

Resolution_Bpp=32;          

                           

MaxMsgSend=256;            

MaxSizeGuaranteed=512;      

MaxSizeNonguaranteed=256;  

MinBandwidth=131072;        

MaxBandwidth=768000;        

MinErrorToSend=0.005;      

MaxCustomFileSize=1600000;  more than enough?

Cant find anything related within server.Armaprofile, except the fact that I for some strange reason get the following problem:

Path\Bohemia Interactive\ArmA\Users\Server

Path\Bohemia Interactive\ArmA\Users\Server\Server.ArmaProfile 5k

these are setup manually as explained on Biki. But it also automatically generates the following upon server startup:

Path\Bohemia Interactive\ArmA\Users\Server\Users

Path\Bohemia Interactive\ArmA\Users\Server\Users\server

Path\Bohemia Interactive\ArmA\Users\Server\Users\server\server.ArmAProfile 2k

Is it supposed to look this extremely silly?

Nontheless, facemask will for us NOT work, except on other public server.

Finally, I could mention that once upon a time, a friend setup a dedi, with the excact same configuration files, and HIS system worked with facemask (might have been a slightly different setup though, but these files were equal). Ehh, huh? Are there some other stuff as well influencing this?

Share this post


Link to post
Share on other sites

You dont need custom file size in your profile.

Are you referring to the "basic.cfg" in your server startup line using "-cfg=" ?

Share this post


Link to post
Share on other sites

guys thx for all the help but am still getting kicked this is my basic.cfg default name ArmA.cfg

language="English";

adapter=-1;

3D_Performance=0;

Resolution_W=0;

Resolution_H=0;

Resolution_Bpp=0;

//MaxCustomFileSize=1600000;

this is my arma command line:

-config=server.cfg -cfg=ArmA.cfg -port=2302 -profiles=e:\UserFiles\dky7\GameServers\TC37240117032843883856413\

I have placed the ArmA.cfg beside my server.cfg can any1 see any thing wrong.

Share this post


Link to post
Share on other sites

// == comment out line

Make sure it's uncommented. Although you might already know that.

Share this post


Link to post
Share on other sites

The Limit for Custom Filesize is set in BIT not BYTE.

So you have to divide the set value by 8 to get the value in bytes.

Best Regards, Christian

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×