henbagle / LE1CommunityPatch

Issue tracker for the Community Patch mod for Mass Effect 1: Legendary Edition
13 stars 0 forks source link

Feros Geth Armature Revives Itself #171

Closed ShredzAlot closed 1 year ago

ShredzAlot commented 1 year ago

Describe the bug Geth Armature basically comes back to life if you kill it then loot the container right after. Video provided.

Location In that one room as you enter the Exogeni building. Before you jump down the hole where you encounter Lizbeth.

Screenshots & Saves

https://user-images.githubusercontent.com/95461294/196814513-b83afbe7-3a09-404a-b9f9-38787ea1ba26.mp4

vegz commented 1 year ago

File: BIOA_WAR50_02_DSG

The issue seems to be caused by the interpdata for reviving the armature activates after that crate is used, the level is loaded and if you shoot at it. It would probably be easiest to fix by adding a bool and transition to check for if its already been activated.

Armtetur

henbagle commented 1 year ago

Fixed. Self-closing gate added to the ArtPlaceableUsed and TakeDamage options so that only one of them can be triggered. The LevelLoaded is still directly connected to the Interp, as this triggers the start of an animation that is then paused to preset the state of the armature.

image