As the title says, that's what I'm trying to do. I'd much prefer a Great General icon instead of the word "General". Unfortunately, it's not as easy as just defining:
in GGUtil.py and changing the "General" in the BUG_CIV4GameText.xml to "%s1". Doing this causes the GG Bar to not load at all. Yes, I have defined the art file. Any ideas?
Code:
def getGreatGeneralText(iNeededExp):
sGreatGeneralIcon = u"%c" % ArtFileMgr.getUnitArtInfo("ART_DEF_UNIT_WARLORD_COUNTER").getButton()
return BugUtil.getText("INTERFACE_NEXT_GREAT_GENERAL_XP", (sGreatGeneralIcon, iNeededExp,))