安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
1. Subscribe Character Editor mod, enable it.
2. In game, check your pawn who missing face. The "Skin" parameter have 4 sliders (RGBA), A means alpha aka transparency.
3. For a buggy pawn who missing face, 4 parameters of Skin must been reset to 0 (most left) somehow.
4. Manually Change those value, you can switch to a facial normal pawn for reference.
5. Now should be Okay again, I hope.
Note:
This method also help those pawns who missing their hairstyle. Use same way to fix Hairstyle's parameters.
What action causing this bug still unknown for me. Just noticed those parameters have been reset. While alpha reset to 0, face or hairstyle means transparently.
For example I use Gynoid:
Originally it only have Female_Average_Normal.
What you should do is copy this type 3-direction files to create following prefix files:
Average_Pointy, Average_Wide, Narrow_Normal, Narrow_Pointy, Narrow_Wide.
For Vanilla game, any gender of pawn use 2*3 (Average, Narrow; Normal, Pointy, Wide) different type of face shapes. Humanoid Alien Race codes force the extend races use the only one type - Average_Normal. In some case this bound broken, leading a pawn being use a wrong face type, that would cause missing textures.
So you need is to local mod folder and create those face types manually.
I use Mod Manager to make local copies to keep mod stability, and debug with local edting. You can try this way too.
For example Android Tiers, I use this mod too so I can figure out the path.
RimWorld\Mods\Android_tiers\Textures\Things\Droids
* This path is local copy version created by Mod Manager, for Steam managed folder you should search workshop ID folder. I highly recommend use Everything, a external file searching program for a quick search.
Android tiers have several tiers as it is. Each tier folder have its unique texture, with same structure.
I've test something and find a interesting thing.
Hair and Head parameters will be reset to all 0 if you use Character Editor to set any slider's value excess 255.
if Alpha set to 0, pawn's head or hairstyle will be change to transparent.
And if start a new game with this data (maybe auto random generated), pawn's appearance looks fine, but if you load the game, their head or hairstyle are missing.
This means, no matter if you use Character Editor to change color for a better look (or Change Mirror) or not, any behaviors trigger this will leading this result. So you can use Character Editor mod as a safe, since it can change alpha slider to make hairstyle and face appear again.
Probably modders who have more skills than me will be able to find a better solution :)