Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Trung giản thể)
繁體中文 (Trung phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
XML error: <partName>EyeColor</partName> doesn't correspond to any field in type AvatarDef. Context: <Avatar.AvatarDef><defName>Eyes_Blue</defName><partName>EyeColor</partName><geneName>Eyes_Blue</geneName><color2>RGB(0,0,170)</color2></Avatar.AvatarDef>
Also, I've never modded Rimworld before, but I do code and poked around in the repo a bit - is adding prompt support for different existing features as simple as adding an AIGenPromptDef with a defName matching one of the defs in the mod's Core folder? I.e. something like:
Defs/AIGenPrompts.xml
```
<Avatar.AIGenPromptDef>
<defName>Eyes_Cut_Scar</defName>
<prompt>cut scar over eye</prompt>
</Avatar.AIGenPromptDef>
```
I'd very much like to support the new statues. But I find locking them behind the DLC a very shitty move from Ludeon (these have nothing to do with the theme of Odyssey), and they need to be called out on it. So statues will not be supported for the time being.