Another day, another weird thing I'm trying to do
So I'm adding a 4th race, and I want to add its own cap ship name list.
Each player(RACE).entity file has this line (with the appropriate Tech/Psi/Phase):
capitalShipNameType "CapitalShipTech"
and the string file has name listings under IDS_CAPITALSHIPNAME_TECH00-TECH45 (again, with appropriate TECH/PSI/PHASE).
However, neither capitalShipNameType nor CapitalShipTech appear in any other file that I could find (Windows advanced search for contents
), and there's no clear connection between the two.
I tried changing the capitalShipNameType to my race's name, as well as adding appropriate strings, but that doesn't do it.
Each player(RACE).entity file also has:
raceNameParsePrefix "TECH"
raceNameParsePrefixFallback "TECH"
which I changed to match my race, figuring maybe it finds the name strings using those prefixes, but no dice also. Anyone have any ideas?