Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
For information about code, you need some familiarity with terminology. For instance, Pawn refers to a entity such as a human. And you can do pawn.gender to get its gender. You can look at the decompiled source for reference, use autocomplete with an ide, look at other rimworld mods, etc. Its something you gotta play around with until you get comfortable with it.
I may do this sometime by myself using th guide you linked, but that would take much longer :)
I believe interaction sounds for this mod trigger for all interactions between humanlike pawns. It would be really easy to change interaction sound based on pawn characteristics should as gender. Sound based on the type of interaction should also be possible, but would probably require using a different postfixed method with harmony, which wouldn't be too hard but will probably require some digging around with things related to InteractionDef.
I'm not interested in making a framework but feel free to use this mod's code to get started :)