Ship Name Length

Is there a mod for longer ship names?

The title pretty well explains it all. I've never tried modding before so I don't know if this is something I could do myself, but I'd like to put longer names on my capital ships. Anyone know of a way to do that or of a mod that's already done that?

1,865 views 2 replies
Reply #1 Top

String file does that.

Make a new mod folder with a chosen name like CapShip Names\
Make a folder inside called String and get the english.str or copy the String Folder from what version you want to mod.

CapShip names\String\english.str

Open the Player<xxx>.entity race file you want to make the names for and look for

this one is (GameInfo\PlayerTech.entity)

 

randomCapitalShipNamePrefix "IDS_CAPITALSHIPNAME_TECH"
randomStarBaseNamePrefix "IDS_STARBASENAME_TECH"

 Do a find in the string file for IDS_CAPITALSHIPNAME_TECH and you will see a pile

StringInfo
ID "IDS_CAPITALSHIPNAME_TECH00"
Value "TDN Khronis"
StringInfo
ID "IDS_CAPITALSHIPNAME_TECH01"
Value "TDN Aegia"
StringInfo
ID "IDS_CAPITALSHIPNAME_TECH02"
Value "TDN Revoria"

etc...

Like

StringInfo
ID "IDS_CAPITALSHIPNAME_TECH00"
Value "Goodship Lolypop"
StringInfo
ID "IDS_CAPITALSHIPNAME_TECH01"
Value "The Twinkie"
StringInfo
ID "IDS_CAPITALSHIPNAME_TECH02"
Value "Smurfs Revenge"

the GameInfo\ .entity files are in BIN format, convert to text or get your versions reference files.

or

PHASE = Vasari

StringInfo
ID "IDS_CAPITALSHIPNAME_PHASE00"
Value "Vatornas"

PSI = Advent

StringInfo
ID "IDS_CAPITALSHIPNAME_PSI00"
Value "Tyrand"

 

Reply #2 Top

Myfist has the process exactly. I'll just say I know for a fact the random capital ship names given in the string file CAN be longer than the ones you can make yourself in game. I know the limit for other strings is 255 characters, so I think the limit is how many characters you can fit on the info card.