mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
parent
4e890408ab
commit
89238d025f
@ -1,9 +0,0 @@
|
|||||||
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
|
|
43
mods/ambience_modpack/ambience/README.txt
Executable file
43
mods/ambience_modpack/ambience/README.txt
Executable file
@ -0,0 +1,43 @@
|
|||||||
|
=== 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.
|
BIN
mods/ambience_modpack/ambience/ambience.zip
Executable file
BIN
mods/ambience_modpack/ambience/ambience.zip
Executable file
Binary file not shown.
@ -1,5 +1,2 @@
|
|||||||
default
|
default
|
||||||
fire?
|
|
||||||
bakedclay?
|
|
||||||
ethereal?
|
|
||||||
soundset
|
soundset
|
File diff suppressed because it is too large
Load Diff
@ -4,10 +4,7 @@ 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
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user