Question about renaming a unit.

nokmirt

Emperor
Joined
Feb 14, 2009
Messages
5,088
Location
Iowa USA
I wanted to add a dive bomber to the RED modpack I modified for my Pacific scenario. What I was going to do was redo the stealth bomber stats to fit a WW2 dive bomber. I was wondering how I would rename stealth bomber so it shows up in the techtree as dive bomber instead of stealth bomber? Thanks for help.
 
Code:
<GameData>
	<Language_en_US>
		<Update>
			<Where Tag="TXT_KEY_UNIT_STEALTH_BOMBER"/>
			<Set Text="Dive Bomber"/>
		</Update>
	</Language_en_US>
</GameData>
 
Top Bottom