Here is our command line;
This is our command line.
-port=2312 -config=server.cfg-config=ACE_serverconfig.hpp -mod=@CBA;@ACE;@ACEX;@ACEX_SM;@ACEX_PLA -profiles=C:\UserFiles\xxxxx\GameServers\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\ -maxplayers=64
this is our server.cfg
//Armed Assault 2 Server Configuration File
// comments are written with "//" in front of them.
// server.cfg
// password to protect admin access
passwordAdmin = "xxxxx";
// password required to connect to server
password = "";
// Server display name
hostname=" ACE";
// Number of slots
maxPlayers =64;
// Welcome message, two lines "," means 'new line'
motd[]=
{
"Welcome to server, blah blah blah, I need a drink",
};
// if motd has multiple lines, how fast to show these in succession (default is 5 seconds).
motdInterval=30;
// when one third agrees, this is enough to confirm a vote
voteThreshold=0.33;
We would appreciate a response, instead of being ushered toward other websites and wiki pages. Thank you.