Jump to content
Sign in to follow this  
gray_ninja

Dedicated server does not execute config completely

Recommended Posts

Startparam -

"D:\STEAM\SteamApps\common\Arma 3\arma3server.exe" -port=2302 -config=cfg\config.cfg -world=Stratis

config.cfg -

// STEAM

steamport =2300;

steamqueryport =2301;

hostname = "removed not to spam here";

password = "";

passwordAdmin = "FakePassword"; // Server Admin password (Type #login <the password specified in "passwordAdmin"> in the chat to login as admin)

reportingIP = "master.gamespy.com";

motd[] = {

<Some advertisement here>

};

motdInterval = 0;

Persistent = 1

maxPlayers = 10;

verifySignatures = 2;

BattlEye = 1

class Missions {

class ARMA3 {

template = Podank_AgiaMarinaDM.Stratis;

difficulty = "Mercenary"; // Server difficulty Settings (Recruit, Regular, Veteran, Mercenary)

};

};

Server not only does not changing steam ports, it's not letting to log in as administrator. Please help :(

Share this post


Link to post
Share on other sites

Might be worth posting this in the Server Administration section of the forum.

It almost sounds like your config file is not being loaded at all.

There are lines in your config you posted missing ";" at the end. ie: it should read BattlEye = 1;

Also your reportingIP should be "arma3pc.master.gamespy.com"

Share this post


Link to post
Share on other sites
There are lines in your config you posted missing ";" at the end. ie: it should read BattlEye = 1;

But it works. It loads correct hostname' date=' motd, battleye, difficulty...

Also your reportingIP should be "arma3pc.master.gamespy.com"[/b]

Can i set more then one ip?

---------- Post added at 16:37 ---------- Previous post was at 16:30 ----------

And yes - if i run server on my pc, it works correctly with same config. If on dedicated machine - i can nor login as admin, nor change port.

Share this post


Link to post
Share on other sites

hmm...not sure then :confused: Perhaps try deleting your cfg file and grab an 'example' one from BIS wiki or some other place and adjust to suit.

http://community.bistudio.com/wiki/server.cfg

As you can see in the example there is a semi-colon at the end of each line.... I would add them in just in case.

Not sure about more than one IP - do you mean you want to report more than one IP for your server to Gamespy?

Share this post


Link to post
Share on other sites
Not sure about more than one IP - do you mean you want to report more than one IP for your server to Gamespy

nope. I want several master-servers.

Share this post


Link to post
Share on other sites

I don't think there are multiple server entries for GS - I mean obviously they have more than one physical machine but I'm unaware of any other IPs other than the one I listed.

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  

×