Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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.