README.txt 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. Extra Doors Mod v2.0
  2. By Leslie Krause
  3. Repository
  4. ----------------------
  5. Browse source code:
  6. https://bitbucket.org/sorcerykid/extra_doors
  7. Download archive:
  8. https://bitbucket.org/sorcerykid/extra_doors/get/master.zip
  9. https://bitbucket.org/sorcerykid/extra_doors/get/master.tar.gz
  10. Revision History
  11. ----------------------
  12. Version 1.0b (12-Jan-2018)
  13. - initial version within doors mod
  14. Version 2.0 (31-Aug-2018)
  15. - separated common routines into standalone mod
  16. - included support files for public release
  17. Compatability
  18. ----------------------
  19. Minetest 0.4.15+ required
  20. Dependencies
  21. ----------------------
  22. Doors Mod (required)
  23. https://github.com/minetest/minetest_game/doors
  24. Installation
  25. ----------------------
  26. 1) Unzip the archive into the mods directory of your game
  27. 2) Rename the extra_doors-master directory to "extra_doors"
  28. Source Code License
  29. ----------------------
  30. GNU Lesser General Public License v3 (LGPL-3.0)
  31. Copyright (c) 2018, Leslie Krause (leslie@searstower.org)
  32. This program is free software; you can redistribute it and/or modify it under the terms of
  33. the GNU Lesser General Public License as published by the Free Software Foundation; either
  34. version 3 of the License, or (at your option) any later version.
  35. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  36. without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  37. See the GNU Lesser General Public License for more details.
  38. http://www.gnu.org/licenses/lgpl-2.1.html
  39. License of media (textures, sounds, and models)
  40. ----------------------------------------------------------
  41. Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
  42. /textures/doors_door_cottage1.png
  43. by kilbith (relicensed WTFPL)
  44. modified by sorcerykid
  45. /textures/doors_door_cottage2.png
  46. by kilbith (relicensed WTFPL)
  47. modified by sorcerykid
  48. /textures/doors_door_french.png
  49. by kilbith (relicensed WTFPL)
  50. modified by sorcerykid
  51. /textures/doors_door_japanese.png
  52. by kilbith (relicensed WTFPL)
  53. modified by sorcerykid
  54. /textures/doors_item_cottage1.png
  55. by kilbith (relicensed WTFPL)
  56. modified by sorcerykid
  57. /textures/doors_item_cottage2.png
  58. by kilbith (relicensed WTFPL)
  59. modified by sorcerykid
  60. /textures/doors_item_french.png
  61. by kilbith (relicensed WTFPL)
  62. modified by sorcerykid
  63. /textures/doors_item_japanese.png
  64. by kilbith (relicensed WTFPL)
  65. modified by sorcerykid
  66. /textures/default_steel_rod.png
  67. by sorcerykid
  68. /textures/doors_door_barn1.png
  69. by sorcerykid
  70. /textures/doors_door_barn2.png
  71. by sorcerykid
  72. /textures/doors_door_castle1.png
  73. by sorcerykid
  74. /textures/doors_door_castle2.png
  75. by sorcerykid
  76. /textures/doors_door_dungeon1.png
  77. by sorcerykid
  78. /textures/doors_door_dungeon2.png
  79. by sorcerykid
  80. /textures/doors_door_mansion1.png
  81. by sorcerykid
  82. /textures/doors_door_mansion2.png
  83. by sorcerykid
  84. /textures/doors_door_steelglass1.png
  85. by sorcerykid
  86. /textures/doors_door_steelglass2.png
  87. by sorcerykid
  88. /textures/doors_door_steelpanel1.png
  89. by sorcerykid
  90. /textures/doors_door_woodglass1.png
  91. by sorcerykid
  92. /textures/doors_door_woodglass2.png
  93. by sorcerykid
  94. /textures/doors_door_woodpanel1.png
  95. by sorcerykid
  96. /textures/doors_item_barn1.png
  97. by sorcerykid
  98. /textures/doors_item_barn2.png
  99. by sorcerykid
  100. /textures/doors_item_castle1.png
  101. by sorcerykid
  102. /textures/doors_item_castle2.png
  103. by sorcerykid
  104. /textures/doors_item_dungeon1.png
  105. by sorcerykid
  106. /textures/doors_item_dungeon2.png
  107. by sorcerykid
  108. /textures/doors_item_mansion1.png
  109. by sorcerykid
  110. /textures/doors_item_mansion2.png
  111. by sorcerykid
  112. /textures/doors_item_steelglass1.png
  113. by sorcerykid
  114. /textures/doors_item_steelglass2.png
  115. by sorcerykid
  116. /textures/doors_item_steelpanel1.png
  117. by sorcerykid
  118. /textures/doors_item_woodglass1.png
  119. by sorcerykid
  120. /textures/doors_item_woodglass2.png
  121. by sorcerykid
  122. /textures/doors_item_woodpanel1.png
  123. by sorcerykid
  124. You are free to:
  125. Share — copy and redistribute the material in any medium or format.
  126. Adapt — remix, transform, and build upon the material for any purpose, even commercially.
  127. The licensor cannot revoke these freedoms as long as you follow the license terms.
  128. Under the following terms:
  129. Attribution — You must give appropriate credit, provide a link to the license, and
  130. indicate if changes were made. You may do so in any reasonable manner, but not in any way
  131. that suggests the licensor endorses you or your use.
  132. No additional restrictions — You may not apply legal terms or technological measures that
  133. legally restrict others from doing anything the license permits.
  134. Notices:
  135. You do not have to comply with the license for elements of the material in the public
  136. domain or where your use is permitted by an applicable exception or limitation.
  137. No warranties are given. The license may not give you all of the permissions necessary
  138. for your intended use. For example, other rights such as publicity, privacy, or moral
  139. rights may limit how you use the material.
  140. For more details:
  141. http://creativecommons.org/licenses/by-sa/3.0/