README.txt 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. Authors of media (textures)
  14. ---------------------------
  15. Following textures created by Fernando Zapata (CC BY-SA 3.0):
  16. door_wood.png
  17. door_wood_a.png
  18. door_wood_a_r.png
  19. door_wood_b.png
  20. door_wood_b_r.png
  21. Following textures created by BlockMen (MIT):
  22. door_trapdoor.png
  23. door_obsidian_glass_side.png
  24. Following textures created by celeron55 (CC BY-SA 3.0):
  25. door_glass_a.png
  26. door_glass_b.png
  27. Following textures created by PenguinDad (CC BY-SA 4.0):
  28. door_glass.png
  29. door_obsidian_glass.png
  30. Following textures created by sofar (CC-BY-SA-3.0):
  31. doors_trapdoor_steel.png
  32. doors_trapdoor_steel_side.png
  33. door_trapdoor_side.png
  34. Obsidian door textures by red-001 based on textures by Pilzadam and BlockMen (MIT):
  35. door_obsidian_glass.png
  36. Glass door textures by red-001 based on textures by celeron55 (CC BY-SA 3.0):
  37. door_glass.png
  38. All other textures (created by PilzAdam) (MIT):
  39. Door textures were converted to the new texture map by sofar, paramat and
  40. red-001, under the same license as the originals.
  41. Authors of media (models)
  42. -------------------------
  43. Door 3d models by sofar (CC-BY-SA-3.0)
  44. - door_a.obj
  45. - door_b.obj
  46. Fence gate models by sofar (CC-BY-SA-3.0)
  47. - fencegate_open.obj
  48. - fencegate_closed.obj
  49. Authors of media (sounds)
  50. -------------------------
  51. Opening-Sound created by CGEffex (CC BY 3.0), modified by BlockMen
  52. door_open.ogg
  53. Closing-Sound created by bennstir (CC BY 3.0)
  54. door_close.ogg
  55. fencegate_open.ogg:
  56. http://www.freesound.org/people/mhtaylor67/sounds/126041/ - (CC0 1.0)
  57. fencegate_close.ogg:
  58. http://www.freesound.org/people/BarkersPinhead/sounds/274807/ - (CC-BY-3.0)
  59. http://www.freesound.org/people/rivernile7/sounds/249573/ - (CC-BY-3.0)
  60. Steel door sounds open & close (CC-BY-3.0) by HazMatt
  61. - http://www.freesound.org/people/HazMattt/sounds/187283/
  62. doors_steel_door_open.ogg
  63. doors_steel_door_close.ogg
  64. doors_glass_door_open.ogg, doors_glass_door_close.ogg:
  65. https://www.freesound.org/people/SkeetMasterFunk69/sounds/235546/ (CC0 1.0)