Dancing Hoskuld
Deity
I am missing something, or just being dyslexic.
I have a new combat class HUNTER
I am adding the line to BugUnitNameOptionsTab.py
But the result is as in the image and hunter units are not getting renamed.
I have a new combat class HUNTER
Code:
<UnitCombatInfo>
<Type>UNITCOMBAT_HUNTER</Type>
<Description>TXT_KEY_UNITCOMBAT_HUNTER</Description>
<Button>Art/Buttons/Promotions/SubdueAnimal.dds</Button>
</UnitCombatInfo>
I am adding the line to BugUnitNameOptionsTab.py
Code:
self.addTextEdit(screen, columnL, columnR, "UnitNaming__Combat_HELICOPTER")
self.addTextEdit(screen, columnL, columnR, "UnitNaming__Combat_HITECH")
self.addTextEdit(screen, columnL, columnR, "UnitNaming__Combat_HUNTER")
self.addTextEdit(screen, columnL, columnR, "UnitNaming__Combat_JET_FIGHTERS")
But the result is as in the image and hunter units are not getting renamed.