rubber bat sound

A place for players to do role playing, discuss their guilds, etc.
Post Reply

Disable the rubber bat sound?

Poll ended at 30 Oct 2015, 01:17

No
8
89%
Yes
1
11%
 
Total votes: 9
User avatar
gumi
TMW Adviser
TMW Adviser
Posts: 797
Joined: 19 May 2014, 18:18

rubber bat sound

Post by gumi »

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
  1. Open a terminal
  2. 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"
  3. restart manaplus

Windows 7, 8, 8.1 and 10
  1. press WIN+R (the WIN button is the button with the flag on it)
  2. write "powershell" and press enter
  3. 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
  4. restart manaplus
User avatar
nelson6e65
Novice
Novice
Posts: 68
Joined: 25 Aug 2010, 00:05
Location: Venezuela
Contact:

Re: rubber bat sound

Post by nelson6e65 »

So Fluffy's sound too?

Maybe should be changed, not removed totally. Or add a usage delay of 2s, like the 30 min of Towel.

There is also annoying sound in summoned Spiky Mushroom attack. >.<
The Mana World - Comunidad Hispanohablante


"When we die, we go to the same place: Soul Menhir"nelson6e65
Edit: Well... Not anymore. u.u

nelson6e65: Image
Edward Elric: Image
Edward Elric (Hagane): Image
4144
Knight
Knight
Posts: 965
Joined: 03 Aug 2009, 11:57

Re: rubber bat sound

Post by 4144 »

meko wrote: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
  1. Open a terminal
  2. 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"
  3. restart manaplus

Windows 7, 8, 8.1 and 10
  1. press WIN+R (the WIN button is the button with the flag on it)
  2. write "powershell" and press enter
  3. 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
  4. restart manaplus
meko, please explain also how remove all this custom changes, because after players will complain what something not working.
User avatar
gumi
TMW Adviser
TMW Adviser
Posts: 797
Joined: 19 May 2014, 18:18

Re: rubber bat sound

Post by gumi »

Since this poll did not get enough votes and since most of the votes were No I opted for a compromise: a 2 seconds cooldown
Post Reply