I seem to be unable to modify boolean values for some reason.
For example, I tried to move Research Agreements away from Philosophy.
I also wanted to move the tech to a different position in the tree.
I'm using the following code.
This results in the tech being in a different position - just like intended - but the tree still shows Philosophy will enable ResearchAgreement. I made the same experience with all the other bool flags.
What's the problem here?
_____
rezaf
For example, I tried to move Research Agreements away from Philosophy.
I also wanted to move the tech to a different position in the tree.
I'm using the following code.
Code:
<Update>
<Set GridX="5"/>
<Where Type="TECH_PHILOSOPHY"/>
</Update>
<Update>
<Set GridY="3"/>
<Where Type="TECH_PHILOSOPHY"/>
</Update>
<Update>
<Set ResearchAgreementTradingAllowed="false"/>
<Where Type="TECH_PHILOSOPHY"/>
</Update>
What's the problem here?
_____
rezaf