Author Topic: Sound files  (Read 1228 times)

0 Members and 1 Guest are viewing this topic.

AeroNinja

  • Guest
Sound files
« on: July 17, 2015, 04:30:07 pm »
How do you make a sound file sound louder than others? Is it Possible?

Offline usnavy30

  • Colonel
  • *
  • Posts: 1983
  • Former Freelance Modder
    • View Profile
  • Side: Neutral
Re: Sound files
« Reply #1 on: July 17, 2015, 11:54:59 pm »
How do you make a sound file sound louder than others? Is it Possible?
By increasing the sf_vol_# OR having the sound file be naturally louder than another sound file. Yes, easily done in the source code with module_sounds.py and I'll check that for if the sounds.txt file has a similar functionality.

Code: Example from module_sounds.py
("man_victory",sf_priority_8|sf_vol_13,


  # battle cries.
 ("voice_cry_brit", sf_priority_8|sf_vol_13,

You should be able to use the newly compiled sounds.txt from the source in regular NW if you try this.

For the text files, I have no idea which number after the sound name would change the volume level. So I hope that helps what I have.
« Last Edit: July 18, 2015, 01:31:26 am by usnavy30 »
How To Run A Mod Installer.exe
Quote
Hello.. I have a problem... It says I don't have Mount&Blade Warband: Napoleonic War and I have to buy it
Try joining a regular Napoleonic Wars server and then re-running the installer.

AeroNinja

  • Guest
Re: Sound files
« Reply #2 on: July 21, 2015, 10:35:09 am »
Got it. :)

Thanks for everyone who helped me. Locking this thread.