安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题








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