GalimeerKandarus Posted August 28, 2018 Share Posted August 28, 2018 How would I go about adding a unique track to play when discovering a new location? Specifically, I want a different jingle to play when discovering Helgen (I use alternate start mods). I know it's possible because High Hrothgar has a unique discovery jingle, but I don't know how to replicate it. Does anyone have any ideas? Link to comment Share on other sites More sharing options...
gromulos Posted August 28, 2018 Share Posted August 28, 2018 if you're using the Helgen Reborn mod, you could add it to the mod using the Creation kit or maybe even Tes5Edit don't ask me how, THAT was the extent of my mod knowledge when it comes to actually making them lol :P Link to comment Share on other sites More sharing options...
GalimeerKandarus Posted September 14, 2018 Author Share Posted September 14, 2018 I figured out how to do it, and I feel very clever.Helgen uses the "MUSDiscoveryTown" music type (in TES5Edit), which has 3 vanilla tracks. What I had to do was add a 4th one and also add some conditions to the tracks.For the tracks labeled MUSDiscoveryTown01, 02, and 03, I added the condition:Equal to0.000GetInCurrentLocHelgenLocation "Helgen"00 00 00 00Subject0-1That makes it so those tracks won't play when discovering Helgen. As for my fourth track, I added the condition:Equal to1.000GetInCurrentLocHelgenLocation "Helgen"00 00 00 00Subject0-1That made it so this track will only play when discovering Helgen (Note the "Equal to 1.000" instead of "Equal to 0.000")I hope this helps someone else who might be looking to create unique discovery music for a location. Link to comment Share on other sites More sharing options...
Recommended Posts