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.
[0.18.9] player can be deleted via editor
Re: [0.18.9] player can be deleted via editor
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.
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
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.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
Re: [0.18.9] player can be deleted via editor
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.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