henbagle / LE1CommunityPatch

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

The music volume in the END presidium map doesn't play #156

Closed vegz closed 1 year ago

vegz commented 2 years ago

Describe the bug The music volume in BIOA_END00 labeled MusVol_END20_Presidium never plays in game unless a certain start position is touched by the player

To Reproduce

  1. Put AT BIOA_END00 in console, the music plays after a few seconds
  2. Go though the relay on Ilos and the music doesn't play

*Expected behavior** The music volume should be playing cause the music only doesn't play cause the Ilos area transition has a "broken" start location and doesn't hit the music volume trigger I assume.

Other Considerations Probably not intended since the music volume is setup and actually plays. I think it's broken cause START_END20_00 is repeated in BIOA_END00 and is probably why it doesn't play.

Game file BIOA_END00

henbagle commented 1 year ago

Fixed. MusicVolumeEnable and CurrentMusicState set added to BIOA_END20_02_DSG.pcc to the same sequence that starts the Avina warnings. A MusicVolumeDisable has been added to the sequence that triggers the saren cutscene after the elevator ride in the same file, but I'm not sure if this is entirely needed. The music volume is kind of low, I will look into increasing the volume without affecting many more files.

image