stujones11 / shooter

First Person Shooter Mod for Minetest
Other
30 stars 18 forks source link

Delete MTG TNT sounds from the mod #47

Closed Panquesito7 closed 5 years ago

Panquesito7 commented 5 years ago

If a sub-mod is using sounds from the tnt mod (included in minetest_game), delete them immediately and replace them with the newer ones. See the Forums for more information.

ClobberXD commented 5 years ago

CTF is using a very outdated version of this mod, where the code plays tnt_explode.ogg. This was a problem because CTF doesn't have the tnt mod, so no sound would be played. So I copied the sound file from the tnt mod to shooter, and renamed it to shooter_explode.ogg.

It seems like the newer versions of shooter already have a shooter_explode.ogg file, but the sound doesn't resemble the original (and problematic) tnt_explode.ogg in any way (fortunately).

Panquesito7 commented 5 years ago

Oh, I see. Thank you for the information. I will close this issue, then.