I was able to fix the drink water bug for myself once finding out it came from the “common sense” mod. Through comments I was given a solution on what file needed to be fixed, and what to replace. After that, everything it worked on an old save with the update and all my QoL mods. As for the remove curtains I can’t help, but if you are using mods I’d suggest to look for solutions there first. It helped with me, hopefully it can for you.
#Unable to drink or remove curtains
4 messages · Page 1 of 1 (latest)
do we know if/when Braven will update the common sense mod?
thank you for finding that out i was so confused why i couldn't
there is a fix for this if you still want to keep using the mod:
"How to fix this mod because the latest game update broke the washing feature:
CommonSense\42.0\media\lua\client\ISUI\BB_CS_WashMenu.lua
Replace "getWaterAmount" with "getFluidAmount".
That's it, luckily it is that easy! "
1- Just edit the said file with notepad, notepad++ or other plain text editor.
2- I strongly recommed NOT useing rich text editor like Word or anythong like that as they add configurations to the file and it will get corrupted.
3- Make sure the file gets saved with extension ".lua"
If replacing "getWaterAmount" with "getFluidAmount" in BB_CS_WashMenu.lua did not fix your issue, it means there is another mode using that same context menu.
Open Powershell, go into your workshop folder "\workshop\content\108600" and run this:
Get-ChildItem -Recurse -Filter *.lua | Select-String -Pattern "getWaterAmount" | Select-Object Path
You will see listed all the mods using the old value, look for the ones that refer the "42" version and fix those as well