XCOM: Chimera Squad – Agent Ranks Replace

Agent Ranks Replace How to edit XComGame.int I’m sure there is an easier way to do […]

Agent Ranks Replace

How to edit XComGame.int

I’m sure there is an easier way to do this but this is how I have always done while playing XCom games.

1. Find where you installed XCOM Chimera Squad it should look something like this
D:\Program Files (x86)\Steam\steamapps\common\XCOM-Chimera-Squad\
replace the D:\ with whatever your drive letter is “C:\”

2. Then go into the following dirs “XComGame\Localization\INT” and find the file XComGame.int and open in your text editor.

3. Once the file is opened search for the following lines:

[X2ExperienceConfig]
RankNames[0]=”Agent Cadet”
RankNames[1]=”Deputy Agent”
RankNames[2]=”Field Agent”
RankNames[3]=”Special Agent”
RankNames[4]=”Senior Agent”
RankNames[5]=”Principal Agent”

ShortNames[0]=”Cdt.”
ShortNames[1]=”Dep.”
ShortNames[2]=”Fld.”
ShortNames[3]=”Spec.”
ShortNames[4]=”Sr.”
ShortNames[5]=”Pr.”

Replace with whatever you want your agents called.

[X2ExperienceConfig]
RankNames[0]=”Jr. Field Opr.”
RankNames[1]=”Field Opr.”
RankNames[2]=”Sr. Field Opr.”
RankNames[3]=”Chief Field Opr.”
RankNames[4]=”Jr. Special Opr.”
RankNames[5]=”Special Opr.”

ShortNames[0]=”X0″
ShortNames[1]=”X1″
ShortNames[2]=”X2″
ShortNames[3]=”X3″
ShortNames[4]=”X4″
ShortNames[5]=”X5″

Leave a Comment

Your email address will not be published. Required fields are marked *