Looking for Rename Mod

Joined
Jun 29, 2006
Messages
607
Location
Louisville, KY
Is there a mod out there that allows you to rename your units whenever you like?

I'd love it if it could include great generals and the like.
 
There is a mod called "Rename Units Anytime" that likely allows you to rename units anytime.
 
This is one of the little tidbits I've integrated into my own mod, although it was really an incidental part of a much larger change (overhauling the Unit Panel to use two rows of promotions instead of just one, but shrink a bit horizontally to keep from taking too much real estate). It's an incredibly easy thing to add, but it requires altering one of the game's UI Lua/XML file pairs (in this case, UnitPanel), which makes that sort of mod incompatible with any other mod altering the same bit of UI.

Alternately, you can just open FireTuner and rename the unit by hand with a Lua command. This assumes you've enabled the Tuner and know basic Lua commands, of course.
 
Back
Top Bottom