安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
The sliders are buggy so I frequently get rookies with Metion heads.
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2246591170 suit in action
I finally build the suit (damn that thing took long to build) but it doesnt show any health bonus nor armor even once equiped my soldier still shows 9+1 (health bonus for heavy armor breakthrough) and 0 Armor. is this just a visual bug? Im at a point where putting my soldier without armor out there would be quite the suicide mission^^"
Probably works.
Also anybody know the names of the weapon projectiles? I'd like to use them in the Skin replacer.
The suits would be op if you dont have stuff like exalted custodians or angry sectopods in there. Mostly those exalted custodians though. Theyre the only ones that present some challenge in endgame and they justify fielding those battle suits. Fantastic job on the suits and the custodians.
There are no armor, health or mobility modifiers for me though.
As for console commands, it's the same as for any mod that adds items. If you're not sure about it's name, go into the mod's folder, src and dig deeper until you find the UC files. They can be opened with Notepad++. The strategy file usually has the code for adding the item in your inventory after research. In this case it's something like:
// Randomized Item Rewards
Template.ItemRewards.AddItem('MetionBattleSuit');
So the item's name is MetionBattleSuit. Additem MetionBattleSuit should do the trick for you.
ezpz