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
thank you
You want to replace all the conditionals in the mod that look like this:
<Conditional SpeciesName="Human" />
Into this:
<Conditional SpeciesName="neq Robot" />
So it'll instead check to see if a character isn't a robot, which will fix it.
<Conditional ismale="true" />
<Conditional isfemale="true" />
with
<Conditional SpeciesName="human" />
and
<Conditional ismale="false" />
<Conditional isfemale="false" />
with
<Conditional SpeciesName="robot" />
It's essentially just a search for every gender reference in the xml files as original RT handles robots as a third gender for humans, whereas NHR makes them a truly separate species, which is why anything for original RT would be incompatible.