corrado33 Posted September 12, 2018 Share Posted September 12, 2018 Say I'm making a mod that adds something to some of the vanilla houses. How... can I test those in game without actually... playing through the game? If I coc to their cell, the house is just empty with no decorations. How can I force the decorations to show up via the console? I tried completing the required quest for Hjerim then speaking to the steward, but that doesn't work. Link to comment Share on other sites More sharing options...
JonathanOstrus Posted September 12, 2018 Share Posted September 12, 2018 You could use CK to enter the housing cell. Find the enable markers and write down their ref ids. They'll be persistent since they're used on the dialogue fragments to enable them. Then go in game and use the console prid <refID> enable Repeat for each enable marker. Note that for DLC forms the first 2 digits is the load order index. It may be different in game than it is in CK. The ones in Breeze Home are WhiterunPlayerHouseDecorateLoft [REFR:000C6E39] WhiterunPlayerHouseDecorateBedroom [REFR:000C6E3A] WhiterunPlayerHouseDecorateLivingRoom [REFR:000C6E3B] WhiterunPlayerHouseDecorateKitchen [REFR:000C6E3C] WhiterunPlayerHouseAlchemyLaboratory [REFR:000E4EC8] WhiterunPlayerHouseDecorateDiningRoom [REFR:000E4EC9] Link to comment Share on other sites More sharing options...
Recommended Posts