This will allow you to play your own sound scheme for in-game music, including background music for zones as well as combat and mount music. Custom themes can be added to allow for unlimited variations, just get your music in the theme folder and write up the theme data file. Currently the only theme available is based on Final Fantasy 7.
== Features ==
Play custom music for:
Battlegrounds
Cities
Outdoor Zones
Mounted
Swimming
Combat Music
Ghost
Death
Taxi
Resting
== Usage ==
Slash Commands:
/musictheme or /music to open the config window
You will also need to get the Final Fantasy 7 Theme (lua only) patch above and have it installed first. Then extract the songs into your Interface\AddOns\MusicTheme\ThemeData\FinalFantsy7\Sounds folder.
If you already have the songs from a previous download then you just need to update the theme file by getting the FinalFantasy7Theme(lua only) patch above.
== Planned Changes ==
Add support for multi-song theme elements
== Known Issues ==
Battleground music does not trigger after rezzing in battlegrouns
== Change Log ==
2.0.1
* Premier GUI added
* fix battle music priority over swimming
* improved XP gain effects
* added Silvermoon City support (code only)
* added Shattrath City support (code only)
v1.1.6
* fix typo "Stormwind" to "Stormwind City"
* fix typo "Iron Forge" to "IronForge"
v1.1.5
* fix typo in OnLoad function (this fixes slash commands and event registration issues)
v1.1.4
* new themes will now get added properly
v1.1.3
* the RestSong will only be played when resting AND indoors (still excluding major cities)
* tweaked XP gain song to trigger more accurately
* suppress other songs when in battlegrounds
v1.1.2
* Fixed zip file structure
* Added updated files from v1.1.1
v1.1.1
* Added music checks for Stormwind, The Exodar, Darnassus, and Iron Forge
* FinalFantasy7 Theme has new music to support the added cities
Originally posted by mulesh I use http://www.filebam.com to host my sound pack. Its not great service, but it is free. And I would be happy to look over your theme file for you.
I have made one but some songs arent working in certen areas (exodar and IF)
where can i post it? (for free) and would u be willing to look at it and see where i messed up?
Quote:
Originally posted by mulesh That is a bug, it will be fixed in the next release.
Id like to get a more stable, feature full version posted before I start working on new themes. However, you are more than welcome to create one and host it as a plugin for MusicTheme.
Originally posted by Malqui I have come accross this issue as well. is there a fix for it?
and have you given thought to other RPG themes becides FF7? like maybe Xenogears (not xenosaga)?
That is a bug, it will be fixed in the next release.
Id like to get a more stable, feature full version posted before I start working on new themes. However, you are more than welcome to create one and host it as a plugin for MusicTheme.
__________________
"Don"t tase me bro!" ~ Andrew Meyer
Work has been progressing with the new model. Ive got several new features as well as improved old ones.
3.0.0 Features:
Enhanced GUI (new look)
Support for editing during gameplay
Support for multiple songs per event
I have finished most of the "Backgrounds" section and laid the ground work for all the other sections. Things should go faster now that I have all the XML typed up.
Just a heads up, now back to work
__________________
"Don"t tase me bro!" ~ Andrew Meyer
Originally posted by Ragatol Great add-on ^^ I love it! One question though, is there a possibility to enable it to add songs for specific areas by yourself, if for example I want one song to play in Zangarmarch?
Zone specific music, yes its possible to code that. Now that I think about it, that doesnt sound too hard to do. Ill try to get that in with the next bug fix release.
Quote:
Originally posted by Ragatol Also what I most would like is a music for when you're inside an instance and another for when you're inside(want one song to play inside caves even if they would play inside houses as well :P)
Ive been wanting to add specific music for all instances anyway, that wont be too difficult. But about the "inside" music. The API only sees two states (inside and outside) and it will not return differently if its a house or a cave. Id rather not add that sort of thing, sorry.
__________________
"Don"t tase me bro!" ~ Andrew Meyer
Great add-on ^^ I love it! One question though, is there a possibility to enable it to add songs for specific areas by yourself, if for example I want oen song to play in Zangarmarch?
Also what I most would like is a music for when you're inside an instance and another for when you're inside(want one song to play inside caves even if they would play inside houses aswell :P)
Originally posted by Zintin Question when you make a music library can you just have only 2 events example: pvp song and pve song? or do you have to fill the entire thing. I only did 2 songs and I got an error something like "Musicfile"
The theme file needs to have all the elements presant, but you can leave them blank (i.e. RestSong = "").
I haven't tested this but I'm pretty sure it will work.
You should also turn off all other triggers on the ingame options screen.
__________________
"Don"t tase me bro!" ~ Andrew Meyer
Question when you make a music library can you just have only 2 events example: pvp song and pve song? or do you have to fill the entire thing. I only did 2 songs and I got an error something like "Musicfile"
I will be attempting to add sub-tables to each sound element to allow for overall randomness. Users will be able to create themes that have several songs for any one element and the addon will randomly select one to play when that event is triggered. This will change the way themes are coded, but should allow for some really interesting effects.
__________________
"Don"t tase me bro!" ~ Andrew Meyer