Music

From BotF2-Wiki
Jump to: navigation, search

Folder: \Music


At Options it's possible to control volume.


MusicPacks.xml

Due to different versions of the game are present (by different provider...one is original MStrobel's code at his repository) beware of with MusicPacks.xml is used in your version (just go to \Resources\Data\MusicPacks.xml and check content.

2017-01-29

  • <MusicPack Name="DefaultMusic" Path="Resources/Music">
  • <MusicPack Name="Menu" Path="Resources/SoundFX/Menu">
  • <MusicPack Name="GroundCombat" Path="Resources/SoundFX/GroundCombat">
  • <MusicPack Name="TaskForceOrders" Path="Resources/SoundFX/TaskForceOrders">

2015-08-01

new structure: see https://bitbucket.org/kflanagan/supremacydev/commits/f7e2ee20cf048f8b2dd868d93968a6b50d6a06dd#comment-2161495

examples for new structure:

  • <MusicPack Name="Federation" Path="Resources/Music">
  • <MusicPack Name="Effects" Path="Resources/SoundFX">
  • <MusicPack Name="FedTaskForceOrders" Path="Resources/SoundFX/TaskForceOrders">

2013-12-23

Since 2013-12-23 it's possible to set a playlist of themes to be played continuously, either sequencially or randomly. You can also define different themes for different empires. Therefore \Resources\Data\MusicPacks.xml must be edit manually.

  • .flac, *.ogg or *.mp3 is recommend.


To define your individual list just set it like this (mention that in xml-files between < !-- and --> content is deactivated, so you have to activate it).