XCOM 2
Expanded Callsigns and Nicknames
Localization Arrays?
Hey there, I've been working through the process of editting namelists from this end and have been running into an issue with overwriting the localization arrays in XComGame.int -- how'd you manage it?

Whenever I try to change the arrays (m_arrAmMFirstNames[]... etc) it compiles fine, but has no effect in game. I feel like I'm just missing something simple at this point, but I have no idea what it could be.

Thanks!
< >
Showing 1-5 of 5 comments
Lyrae  [developer] 12 Feb, 2016 @ 4:48am 
Have you declared the object that the array belongs to first? In this case [XGCharacterGenerator]?

For example, the first lines of my ranger edits read:

[Ranger X2SoldierClassTemplate]
RandomNickNames[54]="Albatross"
RandomNickNames[55]="Alleycat"

As you can see I'm also manually declaring the array position.

I hope this helps some and good luck with your project!
Havelock Vetinari 3 Mar, 2016 @ 11:46am 
I'm having a similar problem with a mod to increase possible mission names.

I wrote;


[XGMission]
m_aFirstOpName[113]=Holy
m_aFirstOpName[114]=Demonic
m_aFirstOpName[115]=Suspenseful
m_aFirstOpName[116]=Electrical


And so on, but the list just won't work.

I know I'm writing it the right way because when I manually insert them the XComGame.int using a text editor they show up in game just fine.
Lyrae  [developer] 11 Mar, 2016 @ 5:28am 
I have no idea, Havelock! This was the first thing I tried and it just kinda worked. :P

I am planning on doing stuff with the Opeartion names too in the future so if I come across anything at that time I'll update this thread and let you know. :)
Havelock Vetinari 11 Mar, 2016 @ 2:12pm 
Thanks. I talked to a few other modders, and they all ran into the same problem as I did.

apparently there is something when adding lists to operation names in specific
Phantom 16 May, 2016 @ 3:04pm 
hello i wonder if there is an option for modding the nicknames also for other translations. I mean for example i play on russian the game give me only nicknames in russian language or i play in germen the game give me only german nicknames... Is this possible? I mean the existing nicknames just translated.
< >
Showing 1-5 of 5 comments
Per page: 1530 50