Інсталювати 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 am not sure which of my fixes fixed it but I changed line 144 from:
if (Unit.ComInt >= eComInt_Savant || (!Unit.GetSoldierClassTemplate().bAllowAWCAbilities && !Unit.IsResistanceHero()))
To:
if (Unit.ComInt >= eComInt_Savant || (!Unit.GetSoldierClassTemplate().bAllowAWCAbilities && (!Unit.IsResistanceHero() || (!bUnitIsSpark || !Unit.IsRobotic() || !Unit.IsSpark()))))
And that fixed it. I would also recommend removing WotC: "Increase Combat Intelligence" for everyone since this does everything that does already.
(Cause you want to use those Lvl 2 Bonus for 1 day less on covert, currently cannot send on Convert which is why I'm looking into using this mod)
Update: Sep 3, 2017 @ 4:03pm
Made it so robotic units that can't be captured won't be chosen for captured missions. (Since it would otherwise lead to the automatic deaths of SPARKs on the rescue mission)
I don't know what happens when you have all SPARKs on a covert/capture mission, or if that's allowed in the soldier select screen. I've only started using this today. But if you end up in an all-SPARK covert/capture operation, it looks like you'd have to be prepared to potentially lose a SPARK.
You will just have to destroy the roof of the building and hook cables onto the immobilized SPARK so the Skyranger can tow it.
Or maybe have a specialist to install a quick boot program giving SPARK enough functionality to walk/run to the extraction zone.