[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "StreamMusic"
Jump to navigation
Jump to search
Added informations about the changes made to this command by the plugin EMC2.
imported>Jaime74 m |
imported>Forli (Added informations about the changes made to this command by the plugin EMC2.) |
||
Line 10: | Line 10: | ||
StreamMusic Explore play a random track out of Data\Music\Explore | StreamMusic Explore play a random track out of Data\Music\Explore | ||
StreamMusic Dungeon play a random track out of Data\Music\Dungeon | StreamMusic Dungeon play a random track out of Data\Music\Dungeon | ||
StreamMusic Battle play a random track out of Data\Music\Battle (requires: EMC2) | |||
StreamMusic Random play a random track out of one of the three folders above | |||
StreamMusic Random play a random track out of one of the three/four folders above | |||
Line 46: | Line 47: | ||
* StreamMusic does not work while HawkleyFox's OBSE plugin [http://www.tesnexus.com/downloads/file.php?id=19772| Enhanced Music and Control] (EMC) is installed. As EMC is a requirement for running [http://www.tesnexus.com/downloads/file.php?id=26892| BetterMusicSystem] (BMS), StreamMusic will probably not work together with BMS. | * StreamMusic does not work while HawkleyFox's OBSE plugin [http://www.tesnexus.com/downloads/file.php?id=19772| Enhanced Music and Control] (EMC) is installed. As EMC is a requirement for running [http://www.tesnexus.com/downloads/file.php?id=26892| BetterMusicSystem] (BMS), StreamMusic will probably not work together with BMS. | ||
* This command is altered by the plugin [http://www.nexusmods.com/oblivion/mods/45925/?| Enhanced Music and Control 2] (EMC2) in order to solve the compatibility issue caused by EMC2 itself. StreamMusic maintains all its features (except for the ability to play videos, which causes problems anyway), but it can now use * and ? regex characters in the filepath, can use the Battle keyword too (to play a random battle track), and all above issues are fixed. | |||
* If you want to stream specific tracks in specific cells of your own mod, relying on StreamMusic alone is not a good approach, because many users will have either SoundCommands installed, or Enhanced Music Controls, or Better Music System, or even a combination of them. The best approach is to use OBSE function [[IsPluginInstalled]] to detect which of these plugins are installed, and then use the appropriate commands to start your track. There are tutorials about how to do this (see the two linked articles below). | * If you want to stream specific tracks in specific cells of your own mod, relying on StreamMusic alone is not a good approach, because many users will have either SoundCommands installed, or Enhanced Music Controls, or Better Music System, or even a combination of them. The best approach is to use OBSE function [[IsPluginInstalled]] to detect which of these plugins are installed, and then use the appropriate commands to start your track. There are tutorials about how to do this (see the two linked articles below). |