安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








The reason the Asari 'tentacles' disappear when equipping the respirator is because the def for it is missing the <hatRenderedFrontOfFace>true</hatRenderedFrontOfFace> tag. I fixed this in-game with the 'In-game Def Editor' mod by changing the 'hatRenderedFrontOfFace' value from false to true.
Alternatively, you can change the def file directly as well. The def for the respirator is located in the ThingDefs_Misc\Apparel_Headgear.xml file. In that file, you can see that the Justicar crown has the tag, but the respirator is missing it, so just add in <hatRenderedFrontOfFace>true</hatRenderedFrontOfFace> under the <useWornGraphicMask>true</useWornGraphicMask> tag and it should solve the issue.
Hope this helps anyone who is/was still looking for a solution on this. o7
Where is the 'hatRenderedFrontOfFace' in the In-game Editor?