rubber bat sound
Posted: 30 Sep 2015, 01:17
Some players are annoyed by the rubber bat sound so here's a poll.
Meanwhile, here's some instructions to disable it for yourself:
Linux
Windows 7, 8, 8.1 and 10
Meanwhile, here's some instructions to disable it for yourself:
Linux
- Open a terminal
- paste the following command in the terminal and press enter:
Code: Select all
F=~/.local/share/mana/updates/updates.themanaworld.org/updates/local/sfx/monsters/bat/bat-hit1.ogg; mkdir -p "$(dirname "$F")" && touch "$F"
- restart manaplus
Windows 7, 8, 8.1 and 10
- press WIN+R (the WIN button is the button with the flag on it)
- write "powershell" and press enter
- paste the following in the blue window that opens and press enter:
Code: Select all
$p="$env:LOCALAPPDATA\Mana\updates\updates.themanaworld.org\updates\local\sfx\monsters\bat"; mkdir $p; echo $null >> $p\bat-hit1.ogg; exit
- restart manaplus