I completely downloaded a new version, and it seems to be working except for two things: the Mars Rocks error (which is not a big issue) and there is a loose F that is the first character of Assets/XML/Units/CIV4UnitInfos.xml. This will screw up EVERYTHING if it isn't deleted. I got XML errors from just about every unit.
Yeppers whom ever did the change to the UnitInfo's file messed up the header of the page,.
EDIT: I fixed it, its in the SVN already. I am not going to change the Mars Rock though, i dont want to mess with that stuff.
EDIT EDIT: The New Worker Armed needs some TXT missing stuff?? Also since you have a new Unit_Combat you have to have the
PYTHON to go with it!!!!
Traceback (most recent call last):
File "BugEventManager", line 363, in _handleDefaultEvent
File "UnitNameEventManager", line 245, in onUnitBuilt
File "UnitNameEventManager", line 449, in getUnitNameConvFromIniFile
File "BugCore", line 147, in get
File "BugCore", line 118, in _getOption
ConfigError: Option UnitNaming__Combat_COMBAT_WORKER not found in mod UnitNaming
EDIT EDIT EDIT:
I already have a unit combat worker listed, but this way not your way:
self.addTextEdit(screen, columnL, columnR, "UnitNaming__Combat_WORKER")
Now if you want it different you need to let me know, to change in the python ok. Its not always as easy as it seems, as you can see.