New door open/close sounds
This commit is contained in:
parent
4fc3d9329f
commit
f835c88341
@ -1,16 +1,30 @@
|
||||
Door mod
|
||||
========
|
||||
By PilzAdam.
|
||||
Tweaked by Kaadmy and Wuzzy, for Repixture.
|
||||
Mod historically by PilzAdam, but completely reworked
|
||||
by Kaadmy and later by Wuzzy. Mod for Repixture.
|
||||
|
||||
This mod adds various doors to the game.
|
||||
Use the 'place' key on doors to open/close them.
|
||||
|
||||
Developers: See `API.md` if you want to add your own door.
|
||||
|
||||
## Licenses
|
||||
|
||||
### Media
|
||||
|
||||
Media file license: CC BY-SA 4.0
|
||||
* door_blocked.ogg: Derivate work of a work by datasoundsample from freesound.org
|
||||
* Origin: <https://freesound.org/people/datasoundsample/sounds/638640/>
|
||||
|
||||
Credits:
|
||||
|
||||
* door_blocked.ogg: Derivate work of a work by datasoundsample from freesound.org
|
||||
* Origin: <https://freesound.org/people/datasoundsample/sounds/638640/>
|
||||
* door_open.ogg: By kenney.nl
|
||||
* Origin: <https://opengameart.org/content/50-rpg-sound-effects>
|
||||
* door_close.ogg: By kenney.nl
|
||||
* Origin: <https://opengameart.org/content/50-rpg-sound-effects>
|
||||
* door_open_stone.ogg: Remix of sound by Wuzzy and kenney.nl
|
||||
* door_close_stone.ogg: By Wuzzy
|
||||
|
||||
### Source code
|
||||
|
||||
Source code license: LGPLv2.1
|
||||
|
@ -508,6 +508,8 @@ door.register_door(
|
||||
tiles_bottom = {"door_stone_b.png", "door_stone_side.png"},
|
||||
sounds = rp_sounds.node_sound_stone_defaults(),
|
||||
sunlight = false,
|
||||
sound_open_door = "door_open_stone",
|
||||
sound_close_door = "door_close_stone",
|
||||
})
|
||||
|
||||
crafting.register_craft(
|
||||
|
Binary file not shown.
BIN
mods/rp_door/sounds/door_close_stone.ogg
Normal file
BIN
mods/rp_door/sounds/door_close_stone.ogg
Normal file
Binary file not shown.
BIN
mods/rp_door/sounds/door_open_stone.ogg
Normal file
BIN
mods/rp_door/sounds/door_open_stone.ogg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user