[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
m
no edit summary
imported>Jaime74 m |
imported>Jaime74 m |
||
Line 47: | 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. | ||
* 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 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). | ||
==See Also== | ==See Also== |