Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
32927
Players:
1010
Forum Home > ARMA 3 General Discussion > Arma 3 Altis Life Claiming... not work...
sebi84PM
#1
Arma 3 Altis Life Claiming... not work...
Oct 07, 2014 4:50 AM
Joined: May 31, 2014
Posts: 5
hi Guys, we have our Servertitle changed in this:

hostname = "[GER] Lost of Paradise - Housing::Economy::Kartbahn::Altis Life::Donator::GameTrackerClaimServer";
http://www.gametracker.com/server_info/37.187.137.46:2302

and Gametracker says... this is not so?

have anybody an idea?

thank you for help... we have the server title changed as 24hours
burnPM
#2
Oct 07, 2014 8:21 AM
Joined: Sep 27, 2006
Posts: 10924
Your server name is currently:

[GER] Lost of Paradise - Housing::Economy::Kartbahn::Altis Life

If this was what it was previously, you likely need to restart the server for it to actually take effect.

If this is not the correct name ever, I can always correct the page query port if you entered it incorrectly.
I am retired from GameTracker after 11 years and will not be responsive for support requests.

sebi84PM
#3
Oct 07, 2014 9:59 AM
Joined: May 31, 2014
Posts: 5
Server Restart is done

and our ports is 2302 and query port is 2303 thats correctly...

doesn't work


the servername ingame is a new name with gametracker........

Last edited by: sebi84 Oct 07, 2014 10:11 AM
burnPM
#4
Oct 07, 2014 12:54 PM
Joined: Sep 27, 2006
Posts: 10924
Do you have the server name set multiple times in your config? Your server is still reporting the same name as I previously listed. You can always test scan the server using a utility like HLSW (hlsw.org).
I am retired from GameTracker after 11 years and will not be responsive for support requests.

sebi84PM
#5
Oct 07, 2014 7:22 PM
Joined: May 31, 2014
Posts: 5
this is our server.cfg

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

// STEAM

steamport = 8766;
steamqueryport = 27016;

// GLOBAL SETTINGS

hostname = "[GER] Lost of Paradise - Housing::Economy::Kartbahn::Altis Life::Donator::GameTrackerClaimServer";
//password = ".....................";
passwordAdmin = ".................";
//reportingIP = "arma3pc.master.gamespy.com";
logFile = "";
verifySignatures = 2;
equalModRequired = 0;
requiredSecureId = 2;
guaranteedUpdates = false;

motd[]={
"Willkommen auf dem Lost of Paradise Altis Life Server",
"TS3 Server: 79.133.47.2:4261",
"Web: www.lostofparadise.de",
"Server Restarts: 0.00|4.00|8.00|12.00|16.00|20.00 Uhr"
};
motdInterval = 60;

maxPlayers = 70;
kickDuplicate = 1;

// VOTING
voteMissionPlayers = 1;
voteThreshold = 2;


// INGAME SETTINGS
disableVoN = 0;
vonCodecQuality = 8;
persistent = 1;
timeStampFormat = "short";
BattlEye = 1;
allowedLoadFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"};
allowedPreprocessFileExtensions[] = {"hpp","sqs","sqf","fsm","cpp","paa","txt","xml","inc","ext","sqm","ods","fxy","lip","csv","kb","bik","bikb","html","htm","biedi"};
allowedHTMLLoadExtensions[] = {"htm","html","xml","txt"};

// SCRIPTING ISSUES
onUserConnected = "";
onUserDisconnected = "";
doubleIdDetected = "";

// SIGNATURE VERIFICATION
onUnsignedData = "kick (_this select 0)";
onHackedData = "kick (_this select 0)";
onDifferentData = "";

class Missions
{
class Mission_1
{
template = "Altis_Life.Altis";
difficulty = "regular";
};


};
burnPM
#6
Oct 07, 2014 8:39 PM
Joined: Sep 27, 2006
Posts: 10924
See if a shorter name gets reported properly.
I am retired from GameTracker after 11 years and will not be responsive for support requests.