Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
https://gist.github.com/58194e6f57bdc1220b48a9c412fa8a60
This message appears when i either load or edit my mod list. Could not resolve cross-reference to Verse.ThingDef named KitchenCupboard (wanter=linkableFacilities)
It took me a while to track down the combination of mods that seems to be causing this message to appear each time. Sadly i have no idea which mod is the actual culprit as i don't understand the logs in the first place, but here is the HugsLib log for this issue hopefully you will be able to determine if the issue is actually cause by this mod or one of the other few mods i have enabled to recreate this issue. https://gist.github.com/d66343f8dac16facf23309bc0f11d890
GloomyFurniture, More Linkables, Gloomy Extra - Kitchen, Gloomy Deco, Materials for Tool Cabinets, then this.
More Linkables has to be above Gloomy Extra - Kitchen for anything to properly link, despite what all the various pages say about load order. Happy to help with additional testing if needed. Thank you!
Log: https://gist.github.com/1e0443185a266662eee4b6390fa56c13
Defs/ThingDef[defName="Bed"]/comps/li[@Class="CompProperties_AffectedByFacilities"]/linkableFacilities
No such thing as comps there anymore.
The fix is to use instead:
Defs/ThingDef[@Name="BasicBedBase"]/comps/li[@Class="CompProperties_AffectedByFacilities"]/linkableFacilities
PatchOperationAdd Defs/ThingDef[defName="DoubleBed"]/comps/li[@Class="CompProperties_AffectedByFacilities"]/linkableFacilities
PatchOperationAdd Defs/ThingDef[defName="RoyalBed"]/comps/li[@Class="CompProperties_AffectedByFacilities"]/linkableFacilities
You also have to modify
PatchOperationAdd Defs/ThingDef[defName="RoyalBed"] into Defs/ThingDef[defName="RoyalBed"]/comps and remove the surrounding comps from the value.
I strongly urge you to remove <success>Always</success> from such a critical patch, if it fails, nothing works, failure is not acceptable.
not sure what you mean by:
"You also have to modify
PatchOperationAdd Defs/ThingDef[defName="RoyalBed"] into Defs/ThingDef[defName="RoyalBed"]/comps and remove the surrounding comps from the value."
but rest i have done now.
im not much around here, but just took a quick play yesterday so looked through my posts
Further, I've noticed they do exist in game Defs, but I didn't have way to build them. All gloomy-styled 3 types of endtables, 2X1 closet, 2X1 dining table, 1X1 simple chair, 1X1 dining chair with back and shelves are out of construction menu.
I could only build them by using Dev tool-"Spawn thing"
https://gist.github.com/HugsLibRecordKeeper/e6a24d5045d66a2a262776c4a12749e3