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).