Jump to content
Sign in to follow this  
laoch

Problem Naming Dedicated Server...Please Help

Recommended Posts

We have a really strange problem. We are trying to set up a dedicated server and for some strange reason the server name defaults to the computer name. We have modified the server config file but every time the server shows up with the name of the computer instead of the server name assigned in the config file. It is running behind a router. Any suggestions would be appreciated.

Thanks

Share this post


Link to post
Share on other sites

Hi,

I am having the same problem. Can't fix it either. Can anyone help?

banghead.gif

Share this post


Link to post
Share on other sites

Yes.. here's what I am using:

C:\ArmA\arma_server.exe config=server.cfg -cfg=arma.cfg -profiles=profiles -port=2302 -netlog

Heres the server.cfg:

// comments are written with "//" in front of them.

Hostname="RimmerWorld";

passwordAdmin=bugger; // password to protect admin access

reportingIP="armedass.master.gamespy.com";

verifySignatures=0; //Signature Verification broken in 1.08

voteMissionPlayers=1; //amount of players to vote mission after one ends used after map rotation.

voteThreshold=0.15;

maxPlayers=42;

motdInterval=5;

kickduplicate=1; // do not allow duplicate id

persistent=0; //keeps game server running after players leave 0=off 1=on

equalModRequired=0; //Makes Players who join have to have the same mod folder as server to be able to join.

LogFile="Logfile_Public.log";

//Von options

disableVoN=0; //disable=1 on=0

vonCodecQuality=0; //speek codex 1-10 defult 3

// Message of The day

motd[]=

{

"Welcome To Rimmer's Server",

"Players that Tk, Cheat, hack are considered offensive and shall be banned",

"Have fun, play nice and don't be a smeghead.",

};

//Cheat detection

checkfile=0; //1=slow 0=default

onHackedData="kick (_this select 0)"; //auto ban hacked addons

onDifferentData="kick (_this select 0)"; //auto kick modified files

It also won't show the MOTD's either. But the admin login works. banghead.gif

Share this post


Link to post
Share on other sites
Quote[/b] ]passwordAdmin=bugger; // password to protect admin access

Needs to be ....

Quote[/b] ]passwordAdmin="bugger"; // password to protect admin access

smile_o.gif

Share this post


Link to post
Share on other sites

well it worked without the quotes.. but thanks,

Server name is still the computer name AND now the in game server browser can't see my server banghead.gif

Share this post


Link to post
Share on other sites
Yes.. here's what I am using:

C:\ArmA\arma_server.exe config=server.cfg -cfg=arma.cfg -profiles=profiles -port=2302 -netlog

I do not see the -

typo?

C:\ArmA\arma_server.exe -config=server.cfg -cfg=arma.cfg -profiles=profiles -port=2302 -netlog

Share this post


Link to post
Share on other sites

Yes.. typo.. sorry.. heres what I am using:

C:\ArmA\arma_server.exe -config=server.cfg -cfg=arma.cfg -profiles=profiles -port=2302 -netlog

Combined with:

hostname="Rimmer World";

passwordAdmin = "smeg";

password="";

motd[]= { "Have fun play nice and dont be a smeghead!" };

reportingIP="armedass.master.gamespy.com";

motdInterval = 5;

voteThreshold = 0.33;

voteMissionPlayers = 1;

kickduplicate = 1;

disableVoN = 1;

vonCodecQuality=0;

maxPlayers = 30;

equalModRequired=0;

logFile = "server_console.log";

verifySignatures = 0;

persistent = 1;

checkfiles[] = {};

onUserConnected="{}";

onUserDisconnected="{}";

doubleIdDetected="{}";

regularCheck = "{}";

onDifferentData = "{}";

onUnsignedData = "kick (_this select 0)";

onHackedData = "kick (_this select 0)";

// Message of The day

motd[]=

{

"Welcome To Rimmer's Server",

"Players that Tk, Cheat, hack are considered offensive and shall be banned",

"Have fun, play nice and don't be a smeghead.",

};

//Cheat detection

checkfile=0; //1=slow 0=default

onHackedData="kick (_this select 0)"; //auto ban hacked addons

onDifferentData="kick (_this select 0)"; //auto kick modified files

Share this post


Link to post
Share on other sites

Fixed: yay.gif

The name of the file in the ARMA folder should be saved as "server.cfg" and not renamed in windows to server.cfg.

When saved as server.cfg it show up in windows as just "server" (no quotes)

Course now I can't connect to the game but that's a different problem.... banghead.gif

Share this post


Link to post
Share on other sites

First when trying to diagnose problems it would be better to stick with one script instead of keep changing things i.e.-

You have now two entries for Message of the Day sad_o.gif

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  

×