How to Enable Console
Access dev console with [~] Tilde key.
Console Commands (Cheats)
- HUDController.UpdateAllUIToMatchGameState
Should reset the UI. It’s not where I want it to be, but one of my goals is to make this a reliable reset in every case.
- Town.GoToTown name
You need to remember the name of the town you want to go to though.
- Town.NextTown
Unpredictable which town it will take you to, because it’s based on our generation, not based on map location.
- Town.PreviousTown
Unpredictable which town it will take you to, because it’s based on our generation, not based on map location.
- Player.TravelToParentLocation
Should pull you up out of a location if it’s buggy.
If you are just stuck, you can try using.
- Game.LoadLastSave
As long as you have autosaving enabled, that should take you back to your last town entrance, with a clean start.
Be the first to comment