I'm trying to add in some additional sounds for the shouts and yells the players and bots make when they are in combat/holding an attack/getting hit/etc.
When I add a new entry in the sounds.txt like from this:
插入代码块:
...
original_shout_1.wav ####
original_shout_2.wav ####
...
to this
插入代码块:
...
original_shout_1.wav ####
original_shout_2.wav ####
new_shout_1.wav ####
...
and have placed the new files in the sounds folder, it crashes M&B on load up.
What am I doing incorrectly? I did this before to my game with music, but I'm guessing this is a different animal somehow.