Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'm not sure which mod is doing this to me, but all the time, my soldiers are unable to equip any PCS at any time due to being too "low ranked".
I have a guerilla warfare center and the problem persists even until my soldiers reach colonel
I suspect this is due to a mod that unlocks all rank-restricted customization options, but I can't really confirm it.
So, to fix any issue one might have with the PCS menu option being disabled, you have to go edit your DefaultClassData.ini, find the [XComGame.X2SoldierClass_DefaultClasses] and make sure there's a line there that reads SoldierClasses="Ranger".
If a mod is editing this INI file (like the one that disables the Ranger class probably by removing it from the default classes), you might be able to find the mod's Config folder and repeat the procedure above for the mod's DefaultClassData.ini, but I'm not sure this registers without the mod being recompiled.
Since this is a class modding induced issue, I'm not sure if saves made with the class removed would work by just disabling the mod and applying the fix, but would probably work if the modding is done differently within the mod.
So, for the modders out there, the Ranger class (and any other class i assume) is easily taken out of the game by setting the NumInForcedDeck=1 and NumInDeck=4 values to 0, instead of removing the class from the [XComGame.X2SoldierClass_DefaultClasses] manager. Altho, make sure at least 1 class has those variables set to something else than 0 or the game will crash/misbehave due to no classes being registered for the campaign.
Is there anyway we can remove classes from the game completely (don't show up in the GTS list for training or the class specific upgrades in the GTS Tactics list)? Without causing this issue? I can't believe the devs would tie this check to a specific class... ridiculous.
As said, yeah, very likely is a problem with a custom class you implemented. After clean up my mods and remove most of the classes, it started working again. That said, not sure how is the state with WOTC but for vanilla, I HIGHLY recommend to test your game, SPECIALLY if you added a new class, if PCS are working, before really starting your campaign. The "easier" way I found out to do it, is to enable console commands and start a test campaign. It takes some time, but it's worth it.
If someone knows anything more about it, or an easier way to test, please let me know.