Akulya
Chieftain
Hello all,
I'm writing a module for FFH2-Wildmana, pretty simple stuff, but I have a little problem.
The /assets/xml/techinfo gives a free unit on discovery of a certain tech
with this line
I would like to prevent this unit popping on discovery of the tech.
in my /assets/module/modtechinfo I have tried replacing "UNITCLASS...ETC" with "NONE" but that did not work, and looking throught the schema, there is no bForceOverwrite tag to use.
Can anyone point me the right way?
Cheers, AK
I'm writing a module for FFH2-Wildmana, pretty simple stuff, but I have a little problem.
The /assets/xml/techinfo gives a free unit on discovery of a certain tech
with this line
Code:
<FirstFreeUnitClass>UNITCLASS_PRIEST_OF_THE_EMPYREAN</FirstFreeUnitClas>
in my /assets/module/modtechinfo I have tried replacing "UNITCLASS...ETC" with "NONE" but that did not work, and looking throught the schema, there is no bForceOverwrite tag to use.
Can anyone point me the right way?
Cheers, AK