Инсталирайте 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)
Украински (Українська)
Докладване на проблем с превода
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.