XCOM 2
[WOTC] YAF1 Autopsy Required Extension
Showing 1-10 of 12 entries
< 1  2 >
Update: 11 Sep, 2022 @ 6:11pm

v2.1

UPDATE: Updated configs for a number of mods, namely Ashlynne_Lee's mods.

Update: 12 Jun, 2022 @ 7:47pm

v2.0

UPDATE: Default configs now include some more mods.

A Requiem For Man: Praetorians Standalone
The enemies added by this mod have their own autopsies and these are used to unlock their detailed F1 info.

The Ethereal Restoration
The enemies added by this mod have their autopsy added by The Ethereal Restoration: Extended and this is used to unlock their detailed F1 info. If you are not using the Extended plugin you need to remove the config entry.

~~ maybe some others I can't recall tbh.

UPDATE: Adds a better listener/event for other mods to call in tactical or strategy to get the result of this mods "Autopsy Required" check. This was done primarily for use in The UFOpedia & Bestiary mod, but has benefits for any other mod creator :)

// allow mods to change their behaviour based on check result Tuple = new class'LWTuple'; Tuple.Id = 'YAF1_AR_GenericQuery'; Tuple.Data.Add(2); // The targeted unit. XComGameState_Unit Tuple.Data[0].kind = LWTVObject; Tuple.Data[0].o = Target; // Whether the info should be available. // false is hide, true is show Tuple.Data[1].kind = LWTVBool; Tuple.Data[1].b = true; `XEVENTMGR.TriggerEvent('YAF1_AR_GenericQuery', Tuple);

Update: 29 Mar, 2022 @ 8:00pm

v1.9

BUGFIX: Caught a typo that was preventing the Spectre Shadowbound Units to show the correct info (sorry the Shadowbind Units)...

Update: 2 Sep, 2021 @ 12:57am

v1.8

FEATURE UPDATE: The mod now has a console command to toggle the function on/off. This isn't really for normal gameplay. It is aimed towards mod authors and bug testing-investigation, if you need to use YAF1 to check what enemy units have what abilities and what they do, but haven't autopsied them because you are running a quick 'test' run.

The command is as follows;

ToggleYetAnotherF1_AutopsyRequired
I won't be mentioning this on the main description page ...

Update: 5 Jul, 2021 @ 10:36pm

v1.7

BUGFIX: Fixed a typo with the Alpha's Drones entry

Update: 5 Jul, 2021 @ 11:15am

v1.6

UPDATE: Now includes Ashlynne_Lee's Muton Destroyer and Mitzruti's Frost Legion

Update: 9 May, 2021 @ 4:12am

v1.5

UPDATE: Includes changes for the Ashlynne_Lee's ADVENT Warlock May2021 update

Update: 3 May, 2021 @ 9:27am

v1.4

UPDATE: Adds the Andro's from The Drone Dome and Alpha's Drones

Update: 25 Mar, 2021 @ 11:15pm

v1.3

UPDATE: This update brings Claus' two muton mods together to share the same 'autopsy'

... and also catches the CX HIVE Exploding Ripper to the Ripper Autopsy, and just in case the TLP Neonate Chyrssalids to the Chyrssalid and CX Drone and Broodmother autopsies ....

Update: 10 Feb, 2021 @ 7:17pm

v1.2

BUGFIX: Noticed an error in the config that would prevent you from ever getting the details of CX HIVE Infectors and some related chryssalid enemies. This is due to how the HIVE replaces the Chryssalid Autopsy.