This is a quick batch (and shell) script to add back the original death sound effect to Roblox. It allows you to use any .ogg file you want and automatically replaces the current one in your game.
A few notes:
- When your game is updated, the sound effect will be replaced and you will need to run this script again.
- The original sound effect is not included to avoid any copyright issues. You can download the original here.
- Download
return-oof.bat
(right click 'raw' and save link as...) - Get an audio file and convert it to .ogg if it isn't one
- You can use any converter, such as File Converter or CloudConvert
- Rename the audio file to
ouch.ogg
and place it in the same folder as the .bat script. - Run the .bat script. (Double click)
- Check in game (Mess around with the volume slider or just reset)
If this doesn't work, you likely have Roblox installed in a different location. To fix that...
- Search up "Roblox" in the start menu, right click it and open folder location
- Right click the shortcut "Roblox Player" and press open folder
- Go into content, then sounds
- Click the address bar (the bar at the top of the files indicating where it is) and copy the location
- Open up command prompt (search up 'cmd' in the start menu)
- Type
cd (directory)
, with(directory)
being the folder where you placedreturn-oof.bat
- Type
return-oof.bat (roblox dir)
, with(roblox dir)
being the location you copied earlier
Unfortunately I don't own a Mac and my VM is too slow to try out Roblox.
You should be able to use the same return-oof.sh
script as Linux, but I cannot guarantee it works.
You'll have to find and set Roblox's directory manually - you can find the location by going to Applications in Finder,
right clicking Roblox, pressing 'Show package contents', and opening contents/sounds.
You can use return-oof.sh
. Due to the wide range of Linux distros and a few ways to get Roblox running on them,
you'll have to find and set the directory manually. Once you do so, you can run return-oof.sh <dir>
.
Please note that you'll still need to get an audio file, rename it to ouch.ogg
, and move it to the same directory as the shell script.
If there's enough interest, I'll implement flags so this won't be required.