Add new TNT sounds
authorTumeniNodes <tumeninodes@gmail.com>
Wed, 28 Aug 2019 02:06:23 +0000 (22:06 -0400)
committerParamat <paramat@users.noreply.github.com>
Wed, 28 Aug 2019 02:06:23 +0000 (03:06 +0100)
mods/tnt/README.txt
mods/tnt/init.lua
mods/tnt/license.txt
mods/tnt/sounds/tnt_explode.ogg
mods/tnt/sounds/tnt_gunpowder_burning.ogg
mods/tnt/sounds/tnt_ignite.ogg

index 1970804f080869a40649663c8e24318ee5881751..df244fe4a1a99be638c51885106b192e1d9d21e4 100644 (file)
@@ -9,8 +9,8 @@ ShadowNinja (MIT)
 sofar (sofar@foo-projects.org) (MIT)
 Various Minetest developers and contributors (MIT)
 
-Authors of media (textures)
----------------------------
+Authors of media
+----------------
 BlockMen (CC BY-SA 3.0):
 All textures not mentioned below.
 
@@ -26,6 +26,23 @@ tnt_blast.png
 paramat (CC BY-SA 3.0)
 tnt_tnt_stick.png - Derived from a texture by benrob0329.
 
+TumeniNodes (CC0 1.0)
+tnt_explode.ogg
+renamed, edited, and converted to .ogg from Explosion2.wav
+by steveygos93 (CC0 1.0)
+<https://freesound.org/s/80401/>
+
+tnt_ignite.ogg
+renamed, edited, and converted to .ogg from sparkler_fuse_nm.wav
+by theneedle.tv (CC0 1.0)
+<https://freesound.org/s/316682/>
+
+tnt_gunpowder_burning.ogg
+renamed, edited, and converted to .ogg from road flare ignite burns.wav
+by frankelmedico (CC0 1.0)
+<https://freesound.org/s/348767/>
+
+
 Introduction
 ------------
 This mod adds TNT to Minetest. TNT is a tool to help the player
index 3efc6ec0a6fe38cedecf033c272d605639db3352..0cf3f098fe70250835818b2b4002c2335060ac5a 100644 (file)
@@ -396,7 +396,7 @@ function tnt.boom(pos, def)
                minetest.set_node(pos, {name = "tnt:boom"})
        end
        local sound = def.sound or "tnt_explode"
-       minetest.sound_play(sound, {pos = pos, gain = 1.5,
+       minetest.sound_play(sound, {pos = pos, gain = 2.5,
                        max_hear_distance = math.min(def.radius * 20, 128)})
        local drops, radius = tnt_explode(pos, def.radius, def.ignore_protection,
                        def.ignore_on_blast, owner, def.explode_center)
index 2c57df38a95d2be5e0fd6558df6ce76a26fe20a6..e59ec6ef215f1fb7cf638e2c241ec0bd0989dd1a 100644 (file)
@@ -26,9 +26,10 @@ DEALINGS IN THE SOFTWARE.
 For more details:
 https://opensource.org/licenses/MIT
 
+===================================
 
-Licenses of media (textures)
-----------------------------
+Licenses of media
+-----------------
 
 Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
 Copyright (C) 2014-2016 BlockMen
@@ -64,3 +65,36 @@ rights may limit how you use the material.
 
 For more details:
 http://creativecommons.org/licenses/by-sa/3.0/
+
+====================================================
+
+CC0 1.0 Universal (CC0 1.0) Public Domain Dedication 
+for audio files (found in sounds folder)
+TumeniNodes
+steveygos93
+theneedle.tv
+frankelmedico
+
+No Copyright
+
+The person who associated a work with this deed has dedicated the work to the public domain
+by waiving all of his or her rights to the work worldwide under copyright law, including all
+related and neighboring rights, to the extent allowed by law.
+
+You can copy, modify, distribute and perform the work, even for commercial purposes, all
+without asking permission. See Other Information below.
+
+In no way are the patent or trademark rights of any person affected by CC0, nor are the
+rights that other persons may have in the work or in how the work is used, such as publicity
+or privacy rights.
+
+Unless expressly stated otherwise, the person who associated a work with this deed makes no
+warranties about the work, and disclaims liability for all uses of the work, to the fullest
+extent permitted by applicable law.
+
+When using or citing the work, you should not imply endorsement by the author or the affirmer.
+
+This license is acceptable for Free Cultural Works.
+For more Information:
+https://creativecommons.org/publicdomain/zero/1.0/
+
index 1748bc56a3a3a32235652cda3f5e31958d0b29e4..e00a16c1a332404379bc5dfeb74007d6bd3d701d 100644 (file)
Binary files a/mods/tnt/sounds/tnt_explode.ogg and b/mods/tnt/sounds/tnt_explode.ogg differ
index 5c5bfaf204db1795ae4e0c1da430fd0b9c777f4a..8581c2d600fa9fac9173561d91080a533edf670f 100644 (file)
Binary files a/mods/tnt/sounds/tnt_gunpowder_burning.ogg and b/mods/tnt/sounds/tnt_gunpowder_burning.ogg differ
index 3686fcddb5f3caf1ff812943126794cb1c33ceb5..1a7062e96dd71d51d8b6fe520cd831aa42c04c15 100644 (file)
Binary files a/mods/tnt/sounds/tnt_ignite.ogg and b/mods/tnt/sounds/tnt_ignite.ogg differ