XCOM 2
[WOTC] Photobooth Poses UI List Fix
Showing 1-10 of 28 entries
< 1  2  3 >
Update: 15 Jul @ 5:38pm

Fix for soldier selection when using Nice Mission Debriefing with a controller (controller L/R buttons not incrementing the soldier index for the photobooth properly, as the 'next/previous' buttons were set up to do with M&K).

Fix for minor issue when backing out of the photobooth with a controller, the mission summary UI was being respawned instead of un-hidden, creating a new instance. This meant that UI Screen Listeners listening to the screen could trigger multiple times (e.g. Flawless mod granting multiple flawless rewards when several pictures were taken).

Update: 11 Jul @ 11:03am

Commented out configs that suppress automatic mission photos since it wasn't really listed as a key feature of the mod anyway. Users can manually activate the configs if they want. I may split this out in a seperate mod anyway.

Update: 25 Jan @ 9:58am

Added config var for adjusting FOW (use with care)
Adjusted class-pose chances
Added config bools for upcoming CHL feature to disable automatic photos

Update: 8 Jan @ 4:46am

Adjusted the Tactical Photobooth Camera to have less granular steps while zooming in & out to give finer positional control (equivalent to the Armory photobooth - why they were ever different is a mystery to me) and also lowered the minimum zoom distances a bit to allow the camera to get a bit closer to the units. This makes for better headshots & closeups for Nice Mission Debriefing in my opinion. It does allow the camera to clip with the unit a little bit in combination with certain poses but I think the trade-off is worth it.

All parameters are config-editable. If you don't like the new settings, feel free to adjust - them & I've included the base-game defaults in the XComGame.ini in the mod config folder - just delete the new values and uncomment the old ones to revert to default settings.

Update: 20 Oct, 2024 @ 11:21am

Soldiers being dead no longer filters the list of suitable poses by default (either in nice mission debrief, or when taking a photo with the memorialize button on the avenger).

Base game behaviour filters this list by poses having the ePAFT_Memorial flag set in config. The update now gates this filtering behing a config flag ensuring that all poses can be used on memorial posters.

The base game behaviour can be restored by setting 'EnableMemorialPoseFiltering' to TRUE in XComGame.ini, if required.

Update: 31 Aug, 2024 @ 12:52pm

Added rudimentary support for NMD posters created with captured soldiers.

Update: 31 Aug, 2024 @ 5:41am

Dead soldiers now show memorial poses & text on the NMD photobooth

Update: 31 Aug, 2024 @ 4:51am

Adjusted code not to check for dead/bleeding out soldiers as these are still valid for nice mission debrief.

Update: 25 Aug, 2024 @ 7:22am

Fixed an indexing error when backing out of the NMD photobooth

Update: 24 Aug, 2024 @ 4:23am

Fixed an issue where original layout wasn't being properly disposed of when initing the replacement screen.