Can't seem to get this server running right....it doesn't show up in lobby and I see some people connecting but it sticks on the screen where it shows keyboard commands....
here is the server config and the target line ..thanks in advance
passwordAdmin = "*****"; // password to protect admin access
password = "";
hostname="TeamCGW ArmA - Demo";
motd[]=
{
"Welcome to ArmA @ teamcgw.com",
"http://www.teamcgw.com",
"Play nice kiddies!",
}; // Welcome message
class Missions
{
class MPCTF_01 // name for the mission, can be anything
{
template = M02CaptureTheFlag.SaraLite;
cadetMode = 1; // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc)
};
class MPCOOP_01 // name for the mission, can be anything
{
template = M01Cooperative.SaraLite;
cadetMode = 1; // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc)
};
class MPCTI_01 // name for the mission, can be anything
{
template = M03ConquerTheIsland.SaraLite;
cadetMode = 1; // difficulty 0=veteran 1=cadet (not only AI, but radar, map etc)
};
};
motdInterval=20;
voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote
reportingIP="armedass.master.gamespy.com"; // private server - no reporting
voteMissionPlayers=1; // 3 Makes the server hang
//checkfiles[]={"HWTL\dta\data3d.pbo","dta\data3d.pbo"}; //list of files to check for identity
kickduplicate=0; // do not allow duplicate id
equalModRequired=1; // require equal mod
maxPlayers=32; //
} and target line.... "C:\Program Files\Bohemia Interactive\ArmA Demo\ArmA_Server.exe" -server -config=ArmA.cfg *edit* got it ..It was the target line.....now just get a bin error when joining but at least it's up!