XCOM 2
854 vurderinger
Extract Corpses WOTC
2
3
3
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
665.966 KB
23. sep. 2017 kl. 19:35
29. sep. 2017 kl. 14:12
3 ændringsbemærkninger ( vis )
Du mangler DLC for at kunne bruge dette emne.

Abonner for at downloade
Extract Corpses WOTC

Beskrivelse
Carry Corpses out of the battlefield so you can secure bodies even when forced to evacuate by the mission.

If you wanna get your MGS on, you can also deploy a configurable Fulton Harness for extracting corpses and friendlies.




Configuration is done via XComExtractCorpses.ini:

[ExtractCorpsesWOTC.ExtractCorpses_Item_FultonHarness]
FultonItemEnabled=true
FultonCharges=2
FultonSupplyCost=35
FultonBlackMarketCost=15

[ExtractCorpsesWOTC.ExtractCorpses_Ability_DeployFultonHarness]
FultonExtractRange=288
FultonActionCost=1

; enemy character templates and groups from other mods can be added here,
; so you can carry them too
[ExtractCorpsesWOTC.ExtractCorpses_EnableCarrying]
+CarryableCharacterGroups="AdventCaptain"
+CarryableCharacterGroups="AdventMEC"
+CarryableCharacterGroups="AdventTrooper"
+CarryableCharacterGroups="Sectoid"
+CarryableCharacterGroups="AdventPsiWitch"
+CarryableCharacterGroups="AdventShieldBearer"
+CarryableCharacterGroups="AdventStunLancer"
+CarryableCharacterGroups="Andromedon"
+CarryableCharacterGroups="Archon"
+CarryableCharacterGroups="Berserker"
+CarryableCharacterGroups="Faceless"
+CarryableCharacterGroups="Muton"
+CarryableCharacterGroups="Viper"
+CarryableCharacterTemplates="Sectoid"

[ExtractCorpsesWOTC.ExtractCorpses_X2AbilityPassiveAOE_ShowFultonRadii]
bShowFriendlyUnits=false
bShowCivilians=false
Populære diskussioner Vis alle (15)
8
2
8. jan. kl. 7:14
LWOTC, ABA, Bio Division, Frost Legion, MOCX, Raider Faction, Hutt Cartel, Nightsisters and more
ExitSign
7
2
11. okt. 2023 kl. 9:10
LWOTC + ABA no duplicate
Noire
5
1
22. maj 2024 kl. 20:52
Added enemy mods + allies unknown
N O r
255 kommentarer
eduardomamartins 22. aug. kl. 8:37 
GREAT MOD!!! now i can salvage 1 corpse per soldier deployed in all of LOWTC misssions. it gives a deeper complex strategy, because they can only carry 1 dead enemy, and cant do anything else while transporting bodies! thanks for Mod!!
BearHeart 6. aug. kl. 13:36 
Alright, thanks :)
EvilBob22 6. aug. kl. 9:21 
Make a save in case I'm wrong, but I'm pretty sure it's safe.
BearHeart 6. aug. kl. 7:57 
is this safe to install mid campaign? :)
david.kahil1 24. juni kl. 17:14 
does it destory the balance of a LWOTC game if you use this because i am getting wrecked on these full salvage missions
EvilBob22 3. juni kl. 9:47 
The group names work better, but you usually have to look at the unit creation code to find it (usually something like "CharTemplate.CharacterGroupName = 'AdventTrooper';" in a file named X2Character_<something>.uc).

But, using template names can be done without looking at code. Look in the localization file and do a search for the name in game. You should find a line like " strCharacterName="ADVENT Trooper" " and a line above it like "[AdvTrooperM1 X2CharacterTemplate]". That "AdvTrooperM1" is the template name.

Using your lost example, you'll find:
[TheLost X2CharacterTemplate]
strCharacterName="Lost"

[TheLostHP2 X2CharacterTemplate]
strCharacterName="Lost"

[TheLostHP3 X2CharacterTemplate]
strCharacterName="Lost"

etc.

So their template names are "TheLost", "TheLostHP2", "TheLostHP3", etc.
Jurao 3. juni kl. 0:30 
So you told us where to paste the templates, but where do we find the names? For example where do I find the config name for The Lost?
Melty 28. maj kl. 8:50 
Is there a way to add a button that show the area around corpses without having the fulton? Im using the preview corpses works really bad
Cleo 27. maj kl. 12:24 
So little note for anyone who does this. Don't extract a live berserker queen, you don't get her corpse😭
EvilBob22 23. apr. kl. 21:39 
Are you trying to pick up an exploded Advent Purifier? It's known to glitch out when picking up a corpse that no longer has a 3D model. They will fulton out just fine though, that's usually the recommendation. Or, go back a couple pages in the comments to late May 2024 to see some discussions about workarounds.