Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
I'm pretty sure the that mod has a compatibility file somewhere that reiterates the above mention code but with the RIGHT identifier for the legs. Also idk why but DO NOT DELETE the other legs LINE OF CODE. Idk why but this seems to break every time I try to delete it after I add the new line. It wont break anything as that line of code doesn't seem to be working anwyays.
Anyhow hopefully the mod author fixes whatever the problem seems to be, idk if this was literally all that was wrong but hey if it was thats a pretty easy fix. Hope you have a great rest of your days :)
1. "C:\Program Files (x86)\Steam\steamapps\workshop\content\268500\1294744824\Config\XComGameData.ini"
( For those who have a C-drive that has all their stuff saved you should be able to copy path)
2. Locate the file called (XComGameData.ini)
3. You can edit the config file with notepad
4. Simply add (+BuildItemArmorCategories="augmentation_leg") below the last line of code.
Should look like this;
[XComGame.X2ItemTemplateManager]
+BuildItemArmorCategories="augmentation_head"
+BuildItemArmorCategories="augmentation_torso"
+BuildItemArmorCategories="augmentation_arms"
+BuildItemArmorCategories="augmentation_legs"
+BuildItemArmorCategories="augmentation_leg" <------ You just add this.
5. SAVE
For those using ----->AML<----- follow the steps below.
1. First Locate Mark Zero Augments Mod
2. Go to the config tab after selecting the mod
3. Locate the file called (Config/XComGameData.ini)
4. Simply add (+BuildItemArmorCategories="augmentation_leg") below the last line of code.
Should look like this;
[XComGame.X2ItemTemplateManager]
+BuildItemArmorCategories="augmentation_head"
+BuildItemArmorCategories="augmentation_torso"
+BuildItemArmorCategories="augmentation_arms"
+BuildItemArmorCategories="augmentation_legs"
+BuildItemArmorCategories="augmentation_leg" <------ You just add this.
5.5. And MAKE SURE TO SAVE
____________________________________________________________________________
additem AugmentationLegs_MkZero 1 (Replace the number with how many you want).