Jump to content

Linux Dedicated server server still initializing with RandomGen


iamzombie

Recommended Posts

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

Link to comment
Share on other sites

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.

[ATTACH]26288[/ATTACH]

serverconfig.zip

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...