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