Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The sliders are buggy so I frequently get rookies with Metion heads.
https://steamcommunity.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