README.txt 2.5 KB

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