About this mod
A simple edit to fix the soldier rank names by replacing "Rookie" and "Squaddie" with "Recruit" and "Private" as to match the vanilla ranking format.
- Requirements
- Permissions and credits
- Donations
Installation: Simply place the file in C:\Program Files (x86)\Steam\steamapps\common\XCom-Enemy-Unknown\XEW\XComGame\Localization\INT
Extras: You can change the names to anything you like as well, including Psi ranks (I couldn't think of better rank names at the time). Always back-up original files before editing in case soemthing goes wrong. Open "XComGame.int" with any text editor "CTRL+F" to search for [XGTacticalGameCoreNativeBase] edit the values to the right of the "=" and don't remove the quotations. (Example Below) Have Fun!!
[XGTacticalGameCoreNativeBase]
m_aRankNames[0]="Recruit"
m_aRankNames[1]="Private"
m_aRankNames[2]="Corporal"
m_aRankNames[3]="Sergeant"
m_aRankNames[4]="Lieutenant"
m_aRankNames[5]="Captain"
m_aRankNames[6]="Major"
m_aRankNames[7]="Colonel"
m_aRankAbbr[0]="Rct."
m_aRankAbbr[1]="Pvt."
m_aRankAbbr[2]="Cpl."
m_aRankAbbr[3]="Sgt."
m_aRankAbbr[4]="Lt."
m_aRankAbbr[5]="Cpt."
m_aRankAbbr[6]="Maj."
m_aRankAbbr[7]="Col."
m_aPsiRankNames[0]="None"
m_aPsiRankNames[1]="Trainee"
m_aPsiRankNames[2]="Specialist"
m_aPsiRankNames[3]="Operative"
m_aPsiRankNames[4]="Volunteer"
m_aPsiRankAbbr[0]="None"
m_aPsiRankAbbr[1]="Trne."
m_aPsiRankAbbr[2]="Spc."
m_aPsiRankAbbr[3]="Opr."
m_aPsiRankAbbr[4]="Vol."