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
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?