README.txt 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. Following textures created by paramat (CC-BY-SA-3.0):
  34. door_trapdoor_side.png
  35. doors_trapdoor_steel_side.png
  36. Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (CC BY-SA 3.0):
  37. door_obsidian_glass.png
  38. Glass door textures by Krock and paramat based on textures by VanessaE (CC BY-SA 3.0):
  39. doors_door_glass.png
  40. doors_item_glass.png
  41. All other textures (created by PilzAdam) (CC BY-SA 3.0):
  42. Door textures were converted to the new texture map by sofar, paramat and
  43. red-001, under the same license as the originals.
  44. Authors of media (models)
  45. -------------------------
  46. Door 3d models by sofar (CC-BY-SA-3.0)
  47. - door_a.obj
  48. - door_b.obj
  49. Fence gate models by sofar (CC-BY-SA-3.0)
  50. - fencegate_open.obj
  51. - fencegate_closed.obj
  52. Authors of media (sounds)
  53. -------------------------
  54. Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
  55. door_open.ogg
  56. Closing-Sound created by bennstir (CC BY 3.0)
  57. door_close.ogg
  58. fencegate_open.ogg:
  59. http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
  60. fencegate_close.ogg:
  61. http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
  62. http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
  63. Steel door sounds open & close (CC-BY-3.0) by HazMatt
  64. - http://www.freesound.org/people/HazMattt/sounds/187283/
  65. doors_steel_door_open.ogg
  66. doors_steel_door_close.ogg
  67. doors_glass_door_open.ogg, doors_glass_door_close.ogg:
  68. https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)