New door open/close sounds

This commit is contained in:
Wuzzy 2023-03-08 13:54:28 +01:00
parent 4fc3d9329f
commit f835c88341
5 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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.

Binary file not shown.

Binary file not shown.