Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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).