changing server from normal to custom

hello everyone I would like some help converting my multiplayer server from normal to custom. I searched online and got the gist of how to do it, I've concluded on creating a new world (custom difficulty) and then copy and pasting the entire gamesetupsavedata into the multiplayer server gamesetupsavedata file. Would this be correct? This is the json text in the MULTIPLAYER NORMAL: {"Version":"0.0.0","Data":{"GameSetup":"{"_settings":[{"Name":"Mode","SettingType":3,"StringValue":"Normal"},{"Name":"UID","SettingType":3,"StringValue":"e8bee020878e4d8bbad26a987d9d6b0b"}],"name":""}"}} And this is what I will replace it with: {"Version":"0.0.0","Data":{"GameSetup":"{"_settings":[{"Name":"Mode","SettingType":3,"StringValue":"Custom"},{"Name":"UID","SettingType":3,"StringValue":"07bcd102fcc64dafbdd37dbf210ef7d0"},{"Name":"GameSetting.Vail.EnemySpawn","BoolValue":true},{"Name":"GameSetting.Vail.EnemyArmour","SettingType":3,"StringValue":"NORMAL"},{"Name":"GameSetting.Environment.SeasonLength","SettingType":3,"StringValue":"Default"},{"Name":"GameSetting.Environment.PrecipitationFrequency","SettingType":3,"StringValue":"Default"},{"Name":"GameSetting.Survival.SingleUseContainers"}],"name":""}"}}
2 Replies
Felix66
Felix665w ago
Do you still need help with this?
jamesyy
jamesyyOP4w ago
Soz allg someone in chat found me a fix

Did you find this page helpful?