Native Linux server (with management scripts)

Yeah, sure ^^

Ok, just to sum it up to this point:

You have updated to scripts version 29

Restarted the instance after that

Got nothing besides <date>_output.log, stdout.log and output_log.txt?

<date>_output.log contains normal entries though? Also lines like "<datetime> RequestToSpawnPlayer ...."?

 
Could you send me one of the RequestToSpawnPlayer-lines of your <date>_output.log?

 
Didnt work, however I am getting an exception now which seems to prevent the instance from starting:

Exception: <player> has malfored lastlogin attribute!at PersistentPlayerData.ReadXML (System.Xml.XmlElement root) [0x00000] in <filename unknown>:0

at PersistentPlayerList.ReadXML (System.String filePath) [0x00000] in <filename unknown>:0

at GameManager.ل¢µل™ƒ () [0x00000] in <filename unknown>:0

at GameManager.Awake () [0x00000] in <filename unknown>:0

(Filename: Line: -1)
 
o.O

Looks like locale setting is a problem here :(

If you do not have done anything saved in that instance yet please delete the players.xml in the save game folder.

/EDIT:

Looks like deleting that players-file will do just two things:

- Reset friendships

- Remove landclaim-block <-> player associations

 
Last edited by a moderator:
Will this affect an already running instance though? As in will I have a problem once I stop the instance and want to restart it?

I deleted the players.xml from the test instance and could then start it. PLUS players.xml in instance folder is now getting correct values AND the hook is working for that instance! So this seems to have fixed it, good job! :D

Edit: Im guessing the malformed LastLogin mm/dd vs dd/mm is the problem? I might just try and correct it then, because deleting the players.xml on the other instance isnt really an option :D

 
Last edited by a moderator:
Yup, locales shouldn't be a problem in the future anymore but have been in different places before ;)

Manually changing it should be ok, just make sure to stop the instance first.

 
Friend, after I updated the script to version v30. I'm getting this error message: """ You account `mysteamid` is not activated or no server answer! """

 
After updating I am getting this error also: Exception: """ ServicesGameServer.Initialize failed: SteamInitializeFailed """

 
So I switched the date-Format in the players.xml and it still didnt work which made me nuts :D

A few hours later I thought about it again and it hit me, the Ban-List in the admins.xml file has dates in it :D

So that fixed it, all is well now, thanks for the help with these great scripts Alloc!

 
Statistics like: Number of zombies killed, number of players killed. And if possible number of animals killed (rabbit, pig, etc ...)

 
Hello nolram,

Yes you can display information like online players and similar on your website. Just parse the file players.xml.

Your extended statistics like killed zombies and players are possible but not implemented in the scripts of Alloc.

Killed animals aren't possible without doing some weird stuff.

 
Has anyone tried out the new Releas (v.31) yet? Is it stable? :D
Short answer is probably: no ;)

But I have been playing on a server for over a week which already uses the dedicated server build. And as that's the only difference for v.31 I would call it "stable" :D

Regards,

Chris

 
Back
Top