Hattrix 11 Posted April 4, 2018 My friends and I run a dedicated server. We want to generate a new map with .8 features, but I don't know how to get it to do that. I tried removing the save world folder so the game wouldn't have anything to load, thus creating a new seed map, but that didn't work...the server never loaded. Help! Thanks! Share this post Link to post Share on other sites
Baz Foobar 102 Posted April 4, 2018 Delete or move your current save file. Edit the dsconfig.json file and set the SessionDataType value to BuiltIn, and the SessionData value to Explore. Launch the server. It should create a new save file in the current working directory with a name of SessionSave.ylandsgame - you're good to go. Optionally, change the SessionDataType back to YlandFile and the SessionData back to SessionSave.ylandsgame. This way it doesn't generate a new map if you move that save file out of that directory, or keep it set to BuiltIn/Explore - as long as the save file is there, it won't create a new one. 1 Share this post Link to post Share on other sites
Hattrix 11 Posted April 4, 2018 I'll give it a go! Thanks!! Share this post Link to post Share on other sites
Hattrix 11 Posted April 5, 2018 Baz .. it worked perfectly! Thanks! Share this post Link to post Share on other sites