README.txt 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. Minetest Game mod: doors
  2. ========================
  3. See license.txt for license information.
  4. Authors of source code
  5. ----------------------
  6. Originally by PilzAdam (MIT)
  7. Modified by BlockMen (MIT): Added sounds, glass doors (glass, obsidian glass) and trapdoor.
  8. Modified by sofar (sofar@foo-projects.org) (MIT):
  9. Added Steel trapdoor.
  10. Re-implemented most of the door algorithms, added meshes, UV wrapped texture.
  11. Added doors API to facilitate coding mods accessing and operating doors.
  12. Added Fence Gate model, code, and sounds.
  13. Various Minetest developers and contributors (MIT)
  14. Authors of media (textures)
  15. ---------------------------
  16. Following textures created by Fernando Zapata (CC BY-SA 3.0):
  17. door_wood.png
  18. door_wood_a.png
  19. door_wood_a_r.png
  20. door_wood_b.png
  21. door_wood_b_r.png
  22. Following textures created by BlockMen (CC BY-SA 3.0):
  23. door_trapdoor.png
  24. door_obsidian_glass_side.png
  25. Following textures created by celeron55 (CC BY-SA 3.0):
  26. door_glass_a.png
  27. door_glass_b.png
  28. Following textures created by PenguinDad (CC BY-SA 4.0):
  29. door_glass.png
  30. door_obsidian_glass.png
  31. Following textures created by sofar (CC-BY-SA-3.0):
  32. doors_trapdoor_steel.png
  33. doors_trapdoor_steel_side.png
  34. door_trapdoor_side.png
  35. Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
  36. door_obsidian_glass.png
  37. Glass door textures by Krock and paramat based on textures by VanessaE (CC BY-SA 3.0):
  38. doors_door_glass.png
  39. doors_item_glass.png
  40. All other textures (created by PilzAdam) (CC BY-SA 3.0):
  41. Door textures were converted to the new texture map by sofar, paramat and
  42. red-001, under the same license as the originals.
  43. Authors of media (models)
  44. -------------------------
  45. Door 3d models by sofar (CC-BY-SA-3.0)
  46. - door_a.obj
  47. - door_b.obj
  48. Fence gate models by sofar (CC-BY-SA-3.0)
  49. - fencegate_open.obj
  50. - fencegate_closed.obj
  51. Authors of media (sounds)
  52. -------------------------
  53. Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
  54. door_open.ogg
  55. Closing-Sound created by bennstir (CC BY 3.0)
  56. door_close.ogg
  57. fencegate_open.ogg:
  58. http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
  59. fencegate_close.ogg:
  60. http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
  61. http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
  62. Steel door sounds open & close (CC-BY-3.0) by HazMatt
  63. - http://www.freesound.org/people/HazMattt/sounds/187283/
  64. doors_steel_door_open.ogg
  65. doors_steel_door_close.ogg
  66. doors_glass_door_open.ogg, doors_glass_door_close.ogg:
  67. https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)