Add new wood sounds

master
Wuzzy 2021-12-27 19:25:11 +01:00
parent 9f7eacd72a
commit 4b75e43908
7 changed files with 58 additions and 2 deletions

View File

@ -36,6 +36,16 @@ Sounds:
- by `kelsey_w` (CC BY 3.0)
- Place: Derivate work of <https://freesound.org/people/kbnevel/sounds/119839/>
- by kbnevel (CC0)
- Wood sounds:
- Footstep:
- by Jan Schupke 'Vehicle' (http://www.vehiclemusic.eu jan.schupke@gmail.com)
- License: CC0
- Origin:
- <http://opengameart.org/content/fantasy-sound-effects-tinysized-sfx>
- <http://opengameart.org/content/fantasy-accessory-sfx-library>
- <http://opengameart.org/content/fantasy-weapons-and-apparel-sfx-library>
- All sounds are organic and unprocessed, apart from normalization and downmixing to mono.
- 96 files, 44.1kHz, 16bit.
- All other sounds come from Minetest Game (see license of Minetest Game 5.4.1 for details)
Code:

View File

@ -36,9 +36,9 @@ end
function lzr_sounds.node_sound_wood_defaults(table)
table = table or {}
table.footstep = table.footstep or
{name = "default_wood_footstep", gain = 0.3}
{name = "lzr_sounds_footstep_wood", gain = 0.3}
table.dug = table.dug or
{name = "default_wood_footstep", gain = 1.0}
{name = "lzr_sounds_footstep_wood", gain = 1.0}
lzr_sounds.node_sound_defaults(table)
return table
end

View File

@ -0,0 +1,46 @@
Author: Various Authors
License: MIT
Origin: https://github.com/jonburesh/sintelgame
"An open source adventure game created with Blender based on the open source film 'Sintel'.
Sintel The Game is released under the MIT license. http://opensource.org/licenses/MIT"
<data>
<section id="developers" title="A Game By">
<name>Jonathan Buresh</name>
<name>David Jogoo</name>
<name>Noah Summers</name>
<name>Malcolm Corliss</name>
<name>James Raymond</name>
</section>
<section id="music" title="With Music By">
<name>Philippe Rey</name>
</section>
<section id="special" title="Special Thanks">
<name>David Barker</name>
<name>Pasha Sadikov</name>
</section>
<section id="support" title="With Support from">
<name>Champlain College FIREHOSE</name>
<name>Christopher Grebs</name>
<name>Matias Cervino</name>
<name>Denis A. Zunon</name>
<name>Johannes Schwartz</name>
<name>Leandro da Silva</name>
<name>Kevin Weir</name>
<name>Simone Borges</name>
<name>Rolf Gottschling</name>
<name>Colin Levy</name>
<name>David Revoy</name>
<name>Mike Pan</name>
<name>Dalai Felinto</name>
<name>Jake Centofranchi</name>
<name>Andrew Clifford</name>
<name>Thomas Francis</name>
<name>Keith N. Addams</name>
</section>
<section id="bye" title="Thanks!">
</section>
</data>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.