EspectroW Posted November 7, 2022 Posted November 7, 2022 I am trying to change the default settings. "MaxSharedInstanceLives": 3, to "MaxSharedInstanceLives": 1; but when saving and starting the server, it automatically overwrites the default again.
panda Posted November 7, 2022 Posted November 7, 2022 3 hours ago, EspectroW said: I am trying to change the default settings. "MaxSharedInstanceLives": 3, to "MaxSharedInstanceLives": 1; but when saving and starting the server, it automatically overwrites the default again. Looks like you replaced the comma with a semicolon and that is not parseable (resulting in the file being overwritten).
EspectroW Posted November 7, 2022 Author Posted November 7, 2022 2 hours ago, panda said: Looks like you replaced the comma with a semicolon and that is not parseable (resulting in the file being overwritten). I save the file with these lines:  "Instancing": {   "SharedInstanceRespawnInInstance": true,   "RejoinableSharedInstances": false,   "MaxSharedInstanceLives": 1,   "BootAllFromInstanceWhenOutOfLives": true,   "LoseExpOnInstanceDeath": false,   "RegenManaOnInstanceDeath": false  },  once the server starts automatically it changes to   "Instancing": {   "SharedInstanceRespawnInInstance": true,   "RejoinableSharedInstances": false,   "MaxSharedInstanceLives": 3,   "BootAllFromInstanceWhenOutOfLives": true,   "LoseExpOnInstanceDeath": false,   "RegenManaOnInstanceDeath": false  },  the strange thing is that it only changes this part of the file. the other lines remain as I have them, for example, I have custom equipment parts. those don't reset.
panda Posted November 10, 2022 Posted November 10, 2022 On 11/7/2022 at 6:50 PM, EspectroW said: I save the file with these lines:  "Instancing": {   "SharedInstanceRespawnInInstance": true,   "RejoinableSharedInstances": false,   "MaxSharedInstanceLives": 1,   "BootAllFromInstanceWhenOutOfLives": true,   "LoseExpOnInstanceDeath": false,   "RegenManaOnInstanceDeath": false  },  once the server starts automatically it changes to   "Instancing": {   "SharedInstanceRespawnInInstance": true,   "RejoinableSharedInstances": false,   "MaxSharedInstanceLives": 3,   "BootAllFromInstanceWhenOutOfLives": true,   "LoseExpOnInstanceDeath": false,   "RegenManaOnInstanceDeath": false  },  the strange thing is that it only changes this part of the file. the other lines remain as I have them, for example, I have custom equipment parts. those don't reset. @Arufonsu opened a bug report for you and submitted a fix, it will be in tonight's build and should be available in the next 6-12 hours from the time of me writing this. Artheios 1
EspectroW Posted November 13, 2022 Author Posted November 13, 2022 Thank you very much. How can I download the new version?
EspectroW Posted November 13, 2022 Author Posted November 13, 2022 I managed to download and update. Thank you very much for the help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now