Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
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).