0 of 0

File information

Last updated

Original upload

Created by

Laroustine

Uploaded by

Laroustine

Virus scan

Safe to use

About this mod

This mod is made in order to add custom battle music to the game.

Permissions and credits
This mod is made in order to add custom battle music to the game.
You can now add songs that fit factions for the base game or even from mods.
It is very easy to modify and implement.
Now contains music for every major faction in the game.


For Developers:
To add compatibility for your mod you just need to add this in your .faction

"music": {
  "battle": "music_faction_battle"
}

and you also need to add the list of songs for your faction in the config file sounds.json.

{
  "music": {
    "music_faction_battle": [
      {
        "source": "sounds/music/",
        "volume": 0.15,
        "file": "song1.ogg"
      }
    ]
  }
}

The name of the list of songs can be different from the one above and need to be different from any other existing list.
You can also use song lists present in the game already.

Changelog