What ties sphere promotion <-> spell for caster?

*NUCLEAR DEVASTATING FACEPALM*

</Unitinfos>
<UnitInfo>
<Class>UNITCLASS_WITCH</Class>
....




DOH ! I knew it's something stupid! Thank you for your attention, I figured my silly error while comparing strings :).

Don't feel too bad, this is a mistake I've made quite often when adding units, spells, buildings, etc. (Although about a third of the time it was mostly the fault of WinMerge.)
 
Don't feel too bad, this is a mistake I've made quite often when adding units, spells, buildings, etc. (Although about a third of the time it was mostly the fault of WinMerge.)

Most common mistake I make is forgetting to close a tag, followed closely by not indenting in python. :blush:
 
I believe that listing only English can cause some serious problems. Even if they are all identical, you must include <English>, <French>, <German>, <Italian>, and <Spanish> text.

I've yet to encounter a problem when only writing <English> tags.
 
As long as you only use english, it is fine to only write english tags. But the game ONLY loads the currently active language, so if you don't have a tag for french/german/italian/spanish/korean/japanese... then when loading under those languages you will not have any text fields defined. There is no "Oh, Spanish wasn't in there? Just use English then"
 
Back
Top Bottom