PDA

View Full Version : Server teething problems



easty
Jun 26 2009, 11:59
It seems to be baby steps for me setting up this server.

The SP AOW hve changed my IP and added some more stuff to the CMD line.
I can log on, but it's very limited use.

I can login as admin, ut not just vote myself.
The server goes straight into a mission. I can define which mission this is by setting up the mission skill individually. but the #missions cmd doesnt work.
If I exit the game then I cannot log back on without resetting the server.
Anyone with some tips..

Thanks, Easty


//Armed Assault 2 Server Configuration File


motd[]= {"WELCOME TO EASTY'S CO-OP SERVER",
, "DIMINISHING OTHER USERS PLAY WILL RESULT IN AN IMMEDIATE BAN",
"HAVE FUN!!"};
hostname="EASTY VET CO-OP FUN";
motdInterval=5;
passwordAdmin="xyz";
password="";
maxPlayers=16;
regularcheck="{}";
persistent=0;
verifySignatures=1;
disableVoN=1;
equalModRequired=0;
kickduplicate=1;
voteThreshold=.25;
voteMissionPlayers=1;
logFile="server_console.log";



checkfiles[]={
"HWTL\dta\data3d.pbo",
"dta\data3d.pbo"
};


onUnsignedData = "kick (_this select 0)"; // unsigned data detected
//onHackedData = "ban (_this select 0)"; // tampering of the signature detected


class Missions
{
class Mission_01 // name for the mission, can be anything
{
template = co_06_Hostages.Chernarus; // omit the .pbo suffix
difficulty = "veteran"; // difficulty: Recruit,Regular,Veteran,Expert as specified in *.Arma2profile
};
class Mission_02
{
template = co_06_juhannus.Chernarus;
difficulty = "Veteran";
};
class Mission_03
{
template = co_08_OpBeeSting.Chernarus;
difficulty = "Veteran";
};
class Mission_04
{
template = co_10_Insurgent_Airfield.Chernarus;
difficulty = "Veteran";
};
class Mission_05
{
template = co_10_woodland_squad.Chernarus;
difficulty = "Veteran";
};
class Mission_06
{
template = co_12_cowards attack.Chernarus;
difficulty = "Veteran";
};
class Mission_07
{
template = keeping_secret_tests.Chernarus;
difficulty = "Veteran";
};
};




-port=2302 -name=Server -config=server\Server.cfg -cfg=server\Arma2.cfg C:\game\Easty2000\GameServers\UNIQUE ADDY\ -maxplayers=16

I cannot actually define the CMD but small additions like addons.

easty
Jun 28 2009, 20:52
Bump -- Anyone?

Hund
Jun 29 2009, 11:05
Did you take a look at the Kelly's Book o' Goode Servering?

http://www.kellys-heroes.eu/files/tutorials/dedicated/

easty
Jun 29 2009, 11:40
Did you take a look at the Kelly's Book o' Goode Servering?

http://www.kellys-heroes.eu/files/tutorials/dedicated/

Yes I have done thanks mate. I've even replaced there example files with mine to see if it will work.

The server is very tempermentral and doesn't except half the commands.

cheers.

easty
Jun 30 2009, 02:33
Solved.. Seems I didnt have a -profiles highlighted and a good profile config.