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
<li Class="TechBackground.CompProperties_StudyDesk">
<MaxPawns>2</MaxPawns>
</li>
thank you in advance for the answer and in any case thank you for this mod!
Here's the modlist https://rentry.co/w3hev5e6
Creating compatibility with Androids is pretty easy to do yourself. If you go into the Def/AndroidSettings.xml, there is an <allowedtraits> tag, add <li>TechBackground</li> into that and you can whitelist the trait so it stops spitting out an error.
This mod uses traits to keep track of the pawn tech progress and likely will not be compatible with any mod that manipulates traits. The only way to resolve this would be to re-implement the mod using some other system, which would involve rewriting and testing a significant part of the code, which I'm not willing to do.
Did you try to contact the devs of the VRE - Androids mod? Perhaps it would be much easier for them to add a toggle to their mod that disables the trait removal for the androids.