henbagle / LE1CommunityPatch

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

Quicksaving and quickloading on the Mira Core elevator causes you to fall through the map #95

Closed henbagle closed 2 years ago

henbagle commented 2 years ago

Describe the bug Bug as seen in this reddit post https://www.reddit.com/r/masseffect/comments/q3p9nd/found_something_funny_that_happens_if_you_quick/

To Reproduce Save while the Mira Core elevator is moving, and load that save

Expected behavior You should not be able to save your game while in the elevator

Other Considerations Typically you are not allowed to save in elevators, so this change would be consistent with the rest of the game

Game file BIOA_ICE50_06_PLC.pcc

henbagle commented 2 years ago

Two BioSeqAct_ToggleSaves added to the sequencing in BIOA_ICE50_06_PLC.pcc, one to disable saving when you enter the core, and one to re-enable saving when you get back to the top. Exports 2196 and 2197. image Example of new sequencing.

Sequencing disconnected in BIOA_ICE50_06_DSG.pcc that tried to accomplish a similar task using a BioTriggerVolume, but didn't work because the volume was not sized correctly. (Export 7707) This is technically a soft file interdependency, but I don't think it's a big deal because the worst that can happen is a user is able to autosave where they shouldn't be able to. image