studioph / ImmersiveMusicPatcher

Synthesis patcher for Immersive Music
https://github.com/mutagen-modding/synthesis
GNU General Public License v3.0
0 stars 0 forks source link

Support OCW Music patch #1

Open studioph opened 6 months ago

studioph commented 6 months ago

Obscure's College of Winterhold has its own custom music type, and a patch that adds Immersive Music tracks from MUSCollege to it. It would be nice to detect the patch and adjust the winning music type accordingly to be the OCW type for college cells.

studioph commented 20 hours ago

Started working on this with the recent plugins feature of Synthesis utils. Tricky part is if existing winning record is OCW, the base IM logic will overwrite to MUSCollege instead of OCW. Even if running OCW patcher plugin afterwards it would skip the record modified by the patcher.

studioph commented 8 hours ago

Actually, after some basic tests, it appears that records from the patch mod will be returned as winning overrides when querying the link cache, which makes this much easier.