XboxChaos / Assembly

Multi-Generation Blam Engine Research Tool
http://www.xboxchaos.com/
GNU General Public License v3.0
224 stars 95 forks source link

Remastered sound option in sound tags? #360

Closed ThatSameer closed 1 year ago

ThatSameer commented 1 year ago

Describe the bug Is 'Remastered Sound' under snd! tags no longer an option or is missing? It seemed to be an option in earlier Assembly (looking at tutorial videos) and is an option in other tag editing kits.

To Reproduce Steps to reproduce the behavior:

  1. Go to a sound tag under snd!
  2. There should be a 'Remastered Sound' option referencing the remastered sound tag?

Screenshots Current Assembly:

image

Older Assembly from tutorial:

image

PC (please complete the following information):

Additional context Halo 2 MCC, any scenario, any sound tag

Lord-Zedd commented 1 year ago

Checking the history, this change happened for the Season 8 update, the reference was moved into a block in the ugh/sound_cache_file_gestalt tag. The index to it can be seen in your first image as "[ugh!] Remastered Sound Reference Index". The reference is still seen in the original place in Guerilla because there are actually two different sound tag groups, and when a map is made it gets converted to the one seen in Assembly containing indices to the gestalt tag. If you follow the index I mentioned to the "Remastered Sound" block in ugh you'll see the tag reference you want.

ThatSameer commented 1 year ago

Sorry for not responding earlier. Thank you very much for clarifying 👍