lazarr/CREDITS.md

65 lines
2.5 KiB
Markdown
Raw Normal View History

2021-12-21 16:55:18 -08:00
CREDITS for Lazarr!
2021-12-21 15:53:16 -08:00
2021-12-21 16:55:18 -08:00
Lazarr! is a puzzle game by Wuzzy, using some textures, sounds and code from others.
2021-12-21 15:53:16 -08:00
External mods used:
2021-12-21 16:55:18 -08:00
* `show_wielded_item`
2021-12-21 15:53:16 -08:00
* `no_fall_damage`
* `player_api`, `xpanes`, `stairs`, `screwdriver2`
2021-12-21 16:55:18 -08:00
* `xdecor` (heavily modified, non-free textures removed)
2021-12-21 15:53:16 -08:00
---
Textures:
2021-12-21 16:55:18 -08:00
- Water, wood, tree, stone, tools, hand, player textures come from “PixelBOX” texture pack by jp (CC0)
- Textures in xdecor mod made by jp (CC0)
- Crosshair, wieldhand, `smoke_puff.png`: trivial textures by Wuzzy (CC0)
2021-12-23 13:28:55 -08:00
- Emitter, detector textures: Derivate works of xdecor textures by jp (CC0)
- Mirror textures: by Wuzzy (CC0)
- Screwdriver texture: by 12Me21 (CC0)
2021-12-21 15:53:16 -08:00
Models:
2021-12-21 16:55:18 -08:00
- Player models comes from Minetest Game (see license of Minetest Game 5.4.1 for details)
2021-12-21 15:53:16 -08:00
Sounds:
2021-12-27 08:58:59 -08:00
- Ocean waves come from <https://freesound.org/people/inchadney/sounds/135805/>
2021-12-21 16:55:18 -08:00
- by inchadney (CC BY 3.0)
2021-12-27 08:58:59 -08:00
- Mirror rotation sound comes from <https://freesound.org/people/killianm97/sounds/554236/>
2021-12-27 08:42:16 -08:00
- by killanm97 (CC0)
2021-12-27 08:58:59 -08:00
- `screwdriver2_rotate.ogg` comes from <https://freesound.org/people/el_boss/sounds/560700/>
2021-12-27 09:54:07 -08:00
- by `el_boss` (CC0)
- Glass sounds:
- Footstep: Derivate work from <https://freesound.org/people/deleted_user_2104797/sounds/325252/>
- by `deleted_user_2104797` (CC0)
- Dig: Derivate work from <https://freesound.org/people/kelsey_w/sounds/467039/>
- by `kelsey_w` (CC BY 3.0)
- Place: Derivate work of <https://freesound.org/people/kbnevel/sounds/119839/>
- by kbnevel (CC0)
2021-12-27 10:25:11 -08:00
- 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.
2021-12-27 08:58:59 -08:00
- All other sounds come from Minetest Game (see license of Minetest Game 5.4.1 for details)
2021-12-21 15:53:16 -08:00
Code:
- `player_api`, `stairs`, `xpanes` come from Minetest Game 5.4.1 (mods modified for Lazarr!), by Minetest Game developers (see README.txt in those folders)
- `screwdriver2` by 12Me21, modified version (CC0)
2021-12-21 16:55:18 -08:00
- `xdecor` by jp (BSD-3 clause license; massively-simplified version from the original)
2021-12-21 15:53:16 -08:00
Other stuff:
- See the licence files of the individual mods
2021-12-21 16:55:18 -08:00
Code for all the mods that begin with "lzr_" (e.g. the mod "`lzr_laser`")
2021-12-21 15:53:16 -08:00
- done by Wuzzy (GPLv3+)
2021-12-21 16:55:18 -08:00
`no_fall_damage`, `no_multiplayer`, `show_wielded_item` mods
- done by Wuzzy (CC0)