One - How would I make a technology able to increase the amount of experience new units get? I copied the <iFreeExperience> field from the buildings info file and put it into the tech schema, and put <iFreeExperience>0</iFreeExperience> in every tech field (the game loads fine), but as could be expected, changing this number doesn't do anything. I'm assuming I need to change a python file for this - even directing me to the file I need to change would be a huge help.
Two - I want to add a new domain for movement. I added:
<DomainInfo>
<Type>DOMAIN_HOVER</Type>
<Description>TXT_KEY_DOMAIN_HOVER</Description> </DomainInfo>
To my basic info file, but when I give a unit that domain, it says it doesn't exist, as if I had never defined it. Any ideas?
Two - I want to add a new domain for movement. I added:
<DomainInfo>
<Type>DOMAIN_HOVER</Type>
<Description>TXT_KEY_DOMAIN_HOVER</Description> </DomainInfo>
To my basic info file, but when I give a unit that domain, it says it doesn't exist, as if I had never defined it. Any ideas?