Sure thing.
- Save and close the game
- Locate the save file usually: path_to_your_game\Dungeon Keep Her_Data\Save\your-save-game.json
- Open that file in any text editor of your liking
- attention the save file is HUGE) as it seems to store way too many thing unrelated to the game. I suspect this to be the save system of Dungeon: Raid Her
- Also I recommend to format that file, many editors have shortcuts for this, otherwise it is hard to read
- Locate your character, best is to search for it’s in-game name
There should be the following properties, name, lastName, race, icon, appearance, position.
position is the section we want, there you’ll find x, y, z, rotx, roty, rotz, rotW. What you want to change is x, y and z. Save values are:
“x”: 391.3213,
“y”: 0.198000014,
“z”: 357.14856,
This is the position of the 3rd room east of the entrance. Usually this is the throne room if not relocated. By saving and loading your game the character should be unstucked.