Linux Dedicated server server still initializing with RandomGen

iamzombie

New member
As per title, I've got a linux dedicated server running the latest exp build (b221) but I've been having this issue since A17 Exp came out with every build.

If I create a random gen map (using alloc's scripts... maybe I should be posting this in that thread?) the server never finishes initializing, I left it for over 8 hours and it still gives the initialization message when my friend and I try to connect.

If I change nothing in the config except changing the map to Navezgane, it works flawlessly.

Server is running on an old i7 960 w/ 16gb of RAM

Config: https://pastebin.com/V9BYmXAm

Log: https://pastebin.com/pZmJnfVJ

 
Your config file has old data from a16.

For example, you have....

<property name="GameMode" value="GameModeSurvivalMP"/>

When you should have....

<property name="GameMode" value="GameModeSurvival"/>

<property name="GameWorld" value="Random Gen"/>

Should be

<property name="GameWorld" value="RWG"/>

And so on...

Here's the default file.

View attachment 26288

serverconfig.zip

 

Attachments

Yeah that's all it was, I should have guessed it was something like that, but I didn't see anything in the logs to suggest it was getting values it couldn't handle.

Thanks!

 
Back
Top