mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 11:00:25 +01:00
New ambience mod
- Note: We should rewrite our code for Obani's sound, it was probably wiped away due to the complete replacement of the code (which was very different)
This commit is contained in:
parent
f2182809d9
commit
2761e95f19
9
mods/ambience_modpack/ambience/README.md
Executable file
9
mods/ambience_modpack/ambience/README.md
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
Ambience Lite mod for Minetest
|
||||||
|
|
||||||
|
Based on Immersive Sounds .36 mod by Neuromancer and optimized to run on servers with new fire sounds added when Fire Redo mod is detected...
|
||||||
|
|
||||||
|
0.1 - Initial release
|
||||||
|
0.2 - Code change and new water sounds added
|
||||||
|
0.3 - Works with Fire Redo mod to provide fire sounds
|
||||||
|
0.4 - Code optimized
|
||||||
|
0.5 - Changed to kilbiths smaller sound files and removed canadianloon1, adjusted timings
|
@ -1,43 +0,0 @@
|
|||||||
=== AMBIENCE-MOD for MINETEST-C55 ===
|
|
||||||
by Neuromancer and PilzAdam
|
|
||||||
|
|
||||||
Intorduction:
|
|
||||||
This mod adds sounds to Minetest, that are played randomly in ambiences.
|
|
||||||
|
|
||||||
How to install:
|
|
||||||
Unzip the archive an place it in minetest-base-directory/mods/minetest/
|
|
||||||
if you have a windows client or a linux run-in-place client. If you have
|
|
||||||
a linux system-wide instalation place it in ~/.minetest/mods/minetest/.
|
|
||||||
If you want to install this mod only in one world create the folder
|
|
||||||
worldmods/ in your worlddirectory.
|
|
||||||
For further information or help see:
|
|
||||||
http://wiki.minetest.com/wiki/Installing_Mods
|
|
||||||
!!!Important!!!
|
|
||||||
Unzip the sounds folder before you use the mod or you wont hear
|
|
||||||
anything.
|
|
||||||
|
|
||||||
Configuration:
|
|
||||||
To add your own sounds copy them into the ambience/sounds/ folder and
|
|
||||||
add there names with the length in seconds to the tables at the top of
|
|
||||||
init.lua (only ogg files are supported).
|
|
||||||
|
|
||||||
License:
|
|
||||||
Sourcecode: WTFPL (see below)
|
|
||||||
Sounds: see sounds/SoundLicenses.txt
|
|
||||||
|
|
||||||
See also:
|
|
||||||
http://minetest.net/
|
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
||||||
Version 2, December 2004
|
|
||||||
|
|
||||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
||||||
|
|
||||||
Everyone is permitted to copy and distribute verbatim or modified
|
|
||||||
copies of this license document, and changing it is allowed as long
|
|
||||||
as the name is changed.
|
|
||||||
|
|
||||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
||||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
||||||
|
|
||||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
Binary file not shown.
@ -1,2 +1,5 @@
|
|||||||
default
|
default
|
||||||
soundset
|
fire?
|
||||||
|
bakedclay?
|
||||||
|
ethereal?
|
||||||
|
soundset
|
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,10 @@ Amethystium:
|
|||||||
--Ethereal
|
--Ethereal
|
||||||
--Faraway
|
--Faraway
|
||||||
--Strangely Beautiful
|
--Strangely Beautiful
|
||||||
Used with kind permission from Øystein Ramfjord / AM.mu Records
|
|
||||||
|
"I can't give you a formal license (legal paperwork) for it, but as long as it's non-commercial I can give you my personal blessing and guarantee that you won't get in trouble for using it :) If that's enough just feel free to use any of my tracks. Please credit the music properly though, and include a link to www.amethystium.com and www.am.mu (it's the same site right now, but the latter will be a label/music store site soon).
|
||||||
|
Best regards,
|
||||||
|
Øystein Ramfjord"
|
||||||
|
|
||||||
Jordach:
|
Jordach:
|
||||||
--dark_ambiance
|
--dark_ambiance
|
||||||
|
BIN
mods/ambience_modpack/ambience/sounds/beach.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/beach.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/bird1.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/bird1.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/bird2.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/bird2.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/canadianloon2.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/canadianloon2.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/cardinal.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/cardinal.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/coyote.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/coyote.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/crestedlark.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/crestedlark.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/cricket.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/cricket.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/deer.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/deer.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/desertwind.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/desertwind.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/drippingwater1.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/drippingwater1.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/drippingwater2.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/drippingwater2.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/fire_large.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/fire_large.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/fire_small.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/fire_small.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/frog.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/frog.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/gull.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/gull.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/hornedowl.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/hornedowl.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/lava.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/lava.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/peacock.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/peacock.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/robin.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/robin.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/scuba.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/scuba.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/swim_splashing.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/swim_splashing.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/waterfall.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/waterfall.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/wind.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/wind.ogg
Executable file
Binary file not shown.
BIN
mods/ambience_modpack/ambience/sounds/wolves.ogg
Executable file
BIN
mods/ambience_modpack/ambience/sounds/wolves.ogg
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user