Page 1 of 1
[0.18.9] player can be deleted via editor
Posted: Sun Mar 01, 2020 6:14 pm
by ptx0
When farting around in /editor I accidentally deleted my friend's character and all of his inventory disappeared, blueprints and all.
Had to revert to autosave, but it seems like this shouldn't be possible to happen.
Re: [0.18.9] player can be deleted via editor
Posted: Sun Mar 01, 2020 6:26 pm
by posila
It's map editor. The more freedom on what can be done, the better.
If you want to fart around things in minimally destructive way, just switch to god controller and turn on cheat mode.
Code: Select all
/c game.player.character = nil
/c game.player.cheat_mode = true
Re: [0.18.9] player can be deleted via editor
Posted: Sun Mar 01, 2020 6:39 pm
by ptx0
posila wrote: Sun Mar 01, 2020 6:26 pm
It's map editor. The more freedom on what can be done, the better.
If you want to fart around things in minimally destructive way, just switch to god controller and turn on cheat mode.
Code: Select all
/c game.player.character = nil
/c game.player.cheat_mode = true
i was just trying to remove some resource patches, which i don't think i can do (outside of editor) without Ore Eraser style mod.
Re: [0.18.9] player can be deleted via editor
Posted: Sun Mar 01, 2020 6:41 pm
by ptx0
posila wrote: Sun Mar 01, 2020 6:26 pm
It's map editor. The more freedom on what can be done, the better.
If you want to fart around things in minimally destructive way, just switch to god controller and turn on cheat mode.
Code: Select all
/c game.player.character = nil
/c game.player.cheat_mode = true
also, in /admin there is buttons 'delete/kick/ban' and perhaps a checkbox for Immutability could be set there so no one can delete my character.