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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2862606521
Hope it helps anyone!
<li Class="PatchOperationReplace">
<xpath>*/ResearchProjectDef[defName="Bionics"]/prerequisites</xpath>
<value>
<prerequisites>
<li>Bionics</li>
</prerequisites>
</value>
</li>
And I found it pretty curious... it replaces the pre-requisite for Bionics with itself. A paradox! Since my mod searches the database for prerequisites to every Research Project, this causes a fatal freeze on startup. So I must ask: what's its purpose? Is this patch really necessary? If the intention is to simply remove the need for pre-requisites for this Research Project, you could simply use "PatchOperationRemove".