How to remove/reset a wing of my house without losing my wife?
I recently started playing Skyrim again and I am using my save from years ago. Back then my foolish self decided to build some wings on the Falkreath house, Lakeside manor.
From reading other forums I understand I can disable Hearthfire to reset my build. I did this but my concern is that my wife Ysolda also vanished from my Solitude home when I did this.
I used console commands to place and try to marry her again but it didn't work. Is there a way to restart without losing Ysolda?
Solution 1:
Yes, it is possible. Namely with the (excessive) use of the console. I didn't check whether disabling and re-enabling the DLC removes your wife, but I very much assume so, so you will probably want this approach:
First you need to type
sqv byohhousefalkreath
This should show a lot of variables with IDs and 'enabled'/'disabled'. Those belong to specific rooms and items.
You can then use the command
prid <ID>
enable|disable
depending on whether you want to enable or disable it.
It can be very exhausting to search through the text-dump for the variable you want, but I wouldn't be aware of a proper list, so this will have to do.
In case you are interested: the command prid
selects the specified ID and lets you issue commands especially for that ID.