ripple01
Emperor
That's odd... I ran into the same problem. Other Civs work just fine, though. That is a really odd bug. I looked into the error logs, and this came up:
Code:Traceback (most recent call last): File "CvAppInterface", line 70, in preGameStart File "CvScreensInterface", line 92, in showTechChooser File "CvTechChooser", line 156, in interfaceScreen File "CvTechChooser", line 237, in placeTechs RuntimeError: unidentifiable C++ exception ERR: Python function preGameStart failed, module CvAppInterface
I would have never caught this, because I play exclusively with the Romans, so I never experienced this. It looks interface related, so I'll see if maybe the BUG Mod team can help.
When I have the spare time, I'll see what I can do about fixing the above problems. Unfortunately, work is picking back up, so I no longer have the free time to play around with modding (I took a two week vacation, which is the only reason I had time to even update HiTM).
So I'll try working on this when I can... but unfortunately, without anybody else helping me, I'm afraid I won't be able to crank out the patches like I used to.
Sorry about that.
Grave, that error that comes up is due to an incorrect ArtDefine in the UnitArtStyleInfos file. You have a flavor unit for the Germans and Egyptians that is referring to a non-existant tag in the unit art xml file (sorry, can't remember the exact name of the file). This error bugged me to all hell until I figured this out...
Cheers,
ripple01