Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joshuafcole/be29444c13708f1b0bc1418439e51d30 to your computer and use it in GitHub Desktop.
Save joshuafcole/be29444c13708f1b0bc1418439e51d30 to your computer and use it in GitHub Desktop.

Patch is here: https://pastebin.com/SecyAx8R

The patches for the end table and dresser are kind of nasty -- the royal requirement defs are kind of nasty to patch -- might be worth speaking with the folks at Ludeon to see if they can replace all the requirement defs with the RoomRequirement_ThingAnyOf instead of using RoomRequirement_Thing which is sort of inherently unpatchable without just ripping it out and replacing it. Better yet, using some kind of a tags system (as he does for Fine Floors) would be even better.

Anyway, does the job for now. Any other industrious folks that want to try it out before Oskar and friends have time to integrate it -- you'll want to head into your steam workshop folder for this mod -- for me, that's D:\SteamLibrary\steamapps\workshop\content\294100\1718190143\. Inside of there, you'll go to the Patches folder and edit Bedroom_Furniture.xml. Right before the last line (which says </ Patch>), paste in the contents of that pastebin file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment