Mount & Blade II: Bannerlord

File information

Last updated

Original upload

Created by

ShutUpMalfoy

Uploaded by

ShutUpMalfoy

Virus scan

Safe to use

Mod articles

  • How to Customize Horn Sounds

    Immersive Battlefields - How to Customize Horn Sounds




    1. Download Custom Horn Addon (or other Custom horn mod) and paste the contents into the ImmersiveBattlefields folder.










    2. Inside the ModuleSounds folder is an example file for testing. You should matching the file name and format with your sound source.








    3. If you've done it correctly, the horn sound will now sound different in the game.

    moVlljKetrc




    <?xml version="1.0" encoding="utf-8"?>
    <base>
    <module_sounds>


    Tutorial

    This file has no effect on the execution of mod!

  • How to modify config.xml

    1. <Blah>Value</Blah>You can write true, false, or a number for the 'Value' inside.
    2. Both true and false must be entered in lowercase letters, and there must be no spacing.


    <?xml version="1.0" encoding="utf-8"?>
    <ImmersiveBattlefields.Settings>



    <!-- WarHorn -->
    <EnableHorn>true</EnableHorn>
    <SmallHorn>50</SmallHorn>
    <LargeHorn>300</LargeHorn>

    Minimum number of people for horn to sound.


    <!-- PopUp -->
    <PopUPMessage>true</PopUPMessage>
    <OnlyHero>false</OnlyHero>
    <Frequency>3</Frequency>

    If Frequency is set to 1, there is always a pop-up, and the probab...