How to add specific battle musics?

Post » Sun May 26, 2013 6:05 pm

Hello is there a tutorial or a way to add combat musics only for a selected area like a dungeon or the like rather than replacing or adding whole new set for all the game?

So in bried how to create a set of battle music that only work for a determined dungeon or area?

User avatar
Jennifer May
 
Posts: 3376
Joined: Thu Aug 16, 2007 3:51 pm

Post » Sun May 26, 2013 7:41 pm

You can't add combat music that's controlled by the combat music system (I.e. turned on and off with combat, etc) without simply replacing the vanilla combat music system. However, you have two options that should work:

1. Add your combat music song to the combat music type, giving it conditions so it can only play in your dungeon. However, unlike load screens, this may not be exclusive, so you may have to give all other (Vanilla) combat songs conditions so they can't play in your specific area.

2. Script the music with http://www.creationkit.com/Add_-_MusicType and prioritize it above vanilla combat music. However this will play constantly until you http://www.creationkit.com/Remove_-_MusicType it and will not turn on and off with combat. Though you could try detecting if the player is in combat every few seconds and turn it on or off accordingly, giving it the same effect.

User avatar
Adam Baumgartner
 
Posts: 3344
Joined: Wed May 30, 2007 12:12 pm

Post » Sun May 26, 2013 10:09 am

Thanks I 'll try ...

User avatar
Lucky Girl
 
Posts: 3486
Joined: Wed Jun 06, 2007 4:14 pm


Return to V - Skyrim