You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question than a suggestion for feature, but you can take as such if you will: Is it possible to make a custom soldier names mod that perhaps from an ASCII text file with one name per linebreak?
To contribute some more, in the SNES version it's straight-up stored in text format, 6-characters long, A-Z (all caps), doesn't support numbers nor symbols, low caps results in a different text color (highlighted) with an "offset" to which character correspond to what ("o" becomes golden "K"), needs a space to fill the blank.
So a name like COOKS is perfectly fine, but Coffee, Max!me, BL0RB1, PIZZA are not
The text was updated successfully, but these errors were encountered:
Hello, it could be a check in the resources loading: if a Recruits.ini file is present, it could override the default mRecruits[] struct.
The file reader will take only first 6 characters and a capitalization of the letters, maybe a regExp to discard names with non-alphabetical chars.
I'll try to see what can I do for a PR, but time is very limited.
This is more of a question than a suggestion for feature, but you can take as such if you will: Is it possible to make a custom soldier names mod that perhaps from an ASCII text file with one name per linebreak?
To contribute some more, in the SNES version it's straight-up stored in text format, 6-characters long, A-Z (all caps), doesn't support numbers nor symbols, low caps results in a different text color (highlighted) with an "offset" to which character correspond to what ("o" becomes golden "K"), needs a space to fill the blank.
So a name like
COOKS
is perfectly fine, butCoffee
,Max!me
,BL0RB1
,PIZZA
are notThe text was updated successfully, but these errors were encountered: