commit 344d54c2be8a3eff97562fd9757ff9a0dd7b9c9b Author: n0m Date: Mon Aug 12 17:18:01 2024 +0200 Заливка проекта в гит diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8000a6f --- /dev/null +++ b/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random + Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/README.md b/README.md new file mode 100644 index 0000000..93e80ce --- /dev/null +++ b/README.md @@ -0,0 +1,102 @@ +# Simple Arcs +This modpack includes 3 mods: + +- pkarcs +- pkarcs_doors +- pkarcs_doors3 + + +Note this is a fork of PEAK's mod Simple Arcs (pkarcs) https://forum.minetest.net/viewtopic.php?f=11&t=14541 which adds arched doors made to work specifically with the mod. + +## Requirements +Works with MT/MTG 5.0.0+. + +## License +Click [here](https://github.com/TumeniNodes/pkarcs/blob/master/LICENSE) to see the license. + +## Installation +- Unzip the archive, rename the folder to pkarcs and +place it in .. minetest/mods/ + +- GNU/Linux: If you use a system-wide installation place + it in ~/.minetest/mods/. + +- If you only want this to be used in a single world, place + the folder in .. worldmods/ in your world directory. + +For further information or help, see: +https://wiki.minetest.net/Installing_Mods + +## Compatibility with mods +To make arcs from nodes of your mod, add "optional_depends = pkarcs" (**without the quotes**) to your "mod.conf", +and call this function in your `init.lua`: + +`if minetest.get_modpath("pkarcs") then + pkarcs.register_node("your_mod:your_nodename") +end` + +## Bugs, suggestions, features & bugfixes. +Report bugs or suggest ideas by [creating an issue](https://github.com/TumeniNodes/pkarcs/issues/new). +If you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/TumeniNodes/pkarcs/compare). + +## Screenshots +![Preview](https://github.com/TumeniNodes/pkarcs/blob/master/pkarcs/screenshot.png) + +![Preview](https://github.com/TumeniNodes/pkarcs/blob/master/pkarcs_doors/screenshot.png) + +![Preview](https://github.com/TumeniNodes/pkarcs/blob/master//pkarcs_doors3/screenshot.png) + +## Provided nodes +- default:cobble +- default:mossycobble +- default:stone +- default:stonebrick +- default:stone_block +- default:desert_cobble +- default:desert_stone +- default:desert_stonebrick +- default:desert_stone_block +- default:sandstone +- default:sandstonebrick +- default:sandstone_block +- default:brick +- default:obsidian +- default:obsidianbrick +- default:obsidian_block +- default:wood +- default:junglewood +- default:pine_wood +- default:acacia_wood + +- default:aspen_wood + +## Announcing the new doors +TumeniNodes 2017-07-03 + +Added pkarcs doors. Arched doors which work exclusively with pkarcs. + +Basic options for doors are wood and metal types. (sorry, no glass types, you can add if you like) + +Acacia Wood + +Apple Wood (typically known as just "wood" in Minetest Game) + +Aspen Wood + +Jungle Wood + +Pine Wood + +Bronze + +Copper + +Iron + +Steel + +Tin + +## Additional info +If you want to get additional info about this fork, go to the [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9&t=22839). +If you want to go to the original topic of the mod, click [here](https://forum.minetest.net/viewtopic.php?f=11&t=14541). diff --git a/modpack.conf b/modpack.conf new file mode 100644 index 0000000..99e9709 --- /dev/null +++ b/modpack.conf @@ -0,0 +1,5 @@ +name = pkarcs +release = 1933 +author = TumeniNodes +description = Adds arched doors +title = pkarcs diff --git a/pkarcs/LICENSE b/pkarcs/LICENSE new file mode 100644 index 0000000..8000a6f --- /dev/null +++ b/pkarcs/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random + Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/pkarcs/README.md b/pkarcs/README.md new file mode 100644 index 0000000..233e6a3 --- /dev/null +++ b/pkarcs/README.md @@ -0,0 +1,89 @@ +# Simple Arcs +This mod adds arc-nodes to Minetest as well as arcs for inner and outer corners. +Note this is a fork of PEAK's mod Simple Arcs (pkarcs) https://forum.minetest.net/viewtopic.php?f=11&t=14541 which adds arched doors made to work specifically with the mod. + +## Dependencies +- default (included in minetest_game) +- doors (included in minetest_game) +- mesecons (**optional dependency!**) + +## Requirements +Works with MT/MTG 5.0.0+. + +## License +Click [here](https://github.com/TumeniNodes/pkarcs/blob/master/LICENSE) to see the license. + +## Installation +- Unzip the archive, rename the folder to pkarcs and +place it in ..minetest/mods/ + +- GNU/Linux: If you use a system-wide installation place + it in ~/.minetest/mods/. + +- If you only want this to be used in a single world, place + the folder in ..worldmods/ in your world directory. + +For further information or help, see: +https://wiki.minetest.net/Installing_Mods + +## Compatibility with mods +To make arcs from nodes of your mod, add "optional_depends = pkarcs" (**without the quotes**) to your "mod.conf", +and call this function in your init.lua: + +`if minetest.get_modpath("pkarcs") then + pkarcs.register_node("your_mod:your_nodename") +end` + +## Bugs, suggestions, features & bugfixes. +Report bugs or suggest ideas by [creating an issue](https://github.com/TumeniNodes/pkarcs/issues/new). +If you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/TumeniNodes/pkarcs/compare). + +## Screenshot +![Preview](https://github.com/TumeniNodes/pkarcs/blob/master/screenshot.png) + +## Provided nodes +- default:cobble + +- default:mossycobble + +- default:stone + +- default:stonebrick + +- default:stone_block + +- default:desert_cobble + +- default:desert_stone + +- default:desert_stonebrick + +- default:desert_stone_block + +- default:sandstone + +- default:sandstonebrick + +- default:sandstone_block + +- default:brick + +- default:obsidian + +- default:obsidianbrick + +- default:obsidian_block + +- default:wood + +- default:junglewood + +- default:pine_wood + +- default:acacia_wood + +- default:aspen_wood + +## Additional info +If you want to get additional info about this fork, go to the [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9&t=22839). +If you want to go to the original topic of the mod, click [here](https://forum.minetest.net/viewtopic.php?f=11&t=14541). diff --git a/pkarcs/init.lua b/pkarcs/init.lua new file mode 100644 index 0000000..0c93606 --- /dev/null +++ b/pkarcs/init.lua @@ -0,0 +1,344 @@ +-- [Mod] Simple Arcs [pkarcs] +-- by PEAK +-- 06-05-2017 + + +--[[ + + This mod adds arc-nodes to Minetest as well as arcs for inner and outer + corners, based on the default stone and wood materials. + + To make arcs from nodes of your mod, put "pkarcs?" into your depends.txt, + and call this function in your init.lua: + +if minetest.get_modpath("pkarcs") then + pkarcs.register_node("your_mod:your_nodename") +end + + works with Minetest 0.4.16 + +--]] + + +pkarcs = {} + +-- convert integer coordinates to nodebox coordinates + +function nb(n) + return n/16-1/2 +end + +-- define nodes + +function pkarcs.register_all(nodename, desc, tile, sound, group, craftmaterial) + local tile_collection + if type(tile) == "string" then + tile_collection[1] = tile + else + tile_collection = table.copy(tile) + end + + minetest.register_node(":pkarcs:"..nodename.."_arc", { + description = desc.." Arc", + paramtype = "light", + paramtype2 = "facedir", + tiles = tile_collection, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + { nb(0), nb(0), nb(0), nb(1), nb(16), nb(16) }, + { nb(1), nb(4), nb(0), nb(2), nb(16), nb(16) }, + { nb(2), nb(7), nb(0), nb(3), nb(16), nb(16) }, + { nb(3), nb(8), nb(0), nb(4), nb(16), nb(16) }, + { nb(4), nb(10), nb(0), nb(5), nb(16), nb(16) }, + { nb(5), nb(11), nb(0), nb(6), nb(16), nb(16) }, + { nb(6), nb(12), nb(0), nb(8), nb(16), nb(16) }, + { nb(8), nb(13), nb(0), nb(9), nb(16), nb(16) }, + { nb(9), nb(14), nb(0), nb(12), nb(16), nb(16) }, + { nb(12), nb(15), nb(0), nb(16), nb(16), nb(16) }, + } + }, + groups = group, + sounds = sound, + + on_place = function(itemstack, placer, pointed_thing) + if pointed_thing.type ~= "node" then + return itemstack + end + + local p1 = pointed_thing.under + local p0 = pointed_thing.above + local param2 = 0 + + local placer_pos = placer:get_pos() + if placer_pos then + local dir = { + x = p1.x - placer_pos.x, + y = p1.y - placer_pos.y, + z = p1.z - placer_pos.z + } + param2 = minetest.dir_to_facedir(dir) + end + + if p0.y-1 == p1.y then + param2 = param2 + 20 + if param2 == 21 then + param2 = 23 + elseif param2 == 23 then + param2 = 21 + end + end + + local NROT = 4 -- Number of possible "rotations" (4 Up down left right) + local rot = param2 % NROT + local wall = math.floor(param2/NROT) + if rot >=3 then + rot = 0 + else + rot = rot +1 + end + param2 = wall*NROT+rot + + return minetest.item_place(itemstack, placer, pointed_thing, param2) + end, + }) + + minetest.register_craft({ + output = "pkarcs:"..nodename.."_arc".." 5", + recipe = { + { craftmaterial, craftmaterial, craftmaterial }, + { craftmaterial, "", "" }, + { craftmaterial, "", "" } + } + }) + + minetest.register_node(":pkarcs:"..nodename.."_outer_arc", { + description = desc.." Outer Arc", + paramtype = "light", + paramtype2 = "facedir", + tiles = tile_collection, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + { nb(0), nb(0), nb(16), nb(1), nb(16), nb(16-1) }, + { nb(0), nb(4), nb(16), nb(2), nb(16), nb(16-2) }, + { nb(0), nb(7), nb(16), nb(3), nb(16), nb(16-3) }, + { nb(0), nb(8), nb(16), nb(4), nb(16), nb(16-4) }, + { nb(0), nb(10), nb(16), nb(5), nb(16), nb(16-5) }, + { nb(0), nb(11), nb(16), nb(6), nb(16), nb(16-6) }, + { nb(0), nb(12), nb(16), nb(8), nb(16), nb(16-8) }, + { nb(0), nb(13), nb(16), nb(9), nb(16), nb(16-9) }, + { nb(0), nb(14), nb(16), nb(12), nb(16), nb(16-12) }, + { nb(0), nb(15), nb(16), nb(16), nb(16), nb(16-16) }, + } + }, + groups = group, + sounds = sound, + + on_place = function(itemstack, placer, pointed_thing) + if pointed_thing.type ~= "node" then + return itemstack + end + + local p1 = pointed_thing.under + local p0 = pointed_thing.above + local param2 = 0 + + local placer_pos = placer:get_pos() + if placer_pos then + local dir = { + x = p1.x - placer_pos.x, + y = p1.y - placer_pos.y, + z = p1.z - placer_pos.z + } + param2 = minetest.dir_to_facedir(dir) + end + + if p0.y-1 == p1.y then + param2 = param2 + 20 + if param2 == 21 then + param2 = 23 + elseif param2 == 23 then + param2 = 21 + end + end + + local NROT = 4 -- Number of possible "rotations" (4 Up down left right) + local rot = param2 % NROT + local wall = math.floor(param2/NROT) + if rot >=3 then + rot = 0 + else + rot = rot +1 + end + param2 = wall*NROT+rot + + return minetest.item_place(itemstack, placer, pointed_thing, param2) + end, + + }) + + minetest.register_craft({ + output = "pkarcs:"..nodename.."_outer_arc".." 5", + recipe = { + { "default:torch", craftmaterial, craftmaterial }, + { craftmaterial, "", "" }, + { craftmaterial, "", "" } + } + }) + + minetest.register_node(":pkarcs:"..nodename.."_inner_arc", { + description = desc.." Inner Arc", + paramtype = "light", + paramtype2 = "facedir", + tiles = tile_collection, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + { nb(0), nb(0), nb(16), nb(1), nb(16), nb(0) }, + { nb(0), nb(0), nb(16), nb(16), nb(16), nb(16-1) }, + + { nb(0), nb(4), nb(16), nb(2), nb(16), nb(0) }, + { nb(0), nb(4), nb(16), nb(16), nb(16), nb(16-2) }, + + { nb(0), nb(7), nb(16), nb(3), nb(16), nb(0) }, + { nb(0), nb(7), nb(16), nb(16), nb(16), nb(16-3) }, + + { nb(0), nb(8), nb(16), nb(4), nb(16), nb(0) }, + { nb(0), nb(8), nb(16), nb(16), nb(16), nb(16-4) }, + + { nb(0), nb(10), nb(16), nb(5), nb(16), nb(0) }, + { nb(0), nb(10), nb(16), nb(16), nb(16), nb(16-5) }, + + { nb(0), nb(11), nb(16), nb(6), nb(16), nb(0) }, + { nb(0), nb(11), nb(16), nb(16), nb(16), nb(16-6) }, + + { nb(0), nb(12), nb(16), nb(8), nb(16), nb(0) }, + { nb(0), nb(12), nb(16), nb(16), nb(16), nb(16-8) }, + + { nb(0), nb(13), nb(16), nb(9), nb(16), nb(0) }, + { nb(0), nb(13), nb(16), nb(16), nb(16), nb(16-9) }, + + { nb(0), nb(14), nb(16), nb(12), nb(16), nb(0) }, + { nb(0), nb(14), nb(16), nb(16), nb(16), nb(16-12) }, + + { nb(0), nb(15), nb(16), nb(16), nb(16), nb(16-16) }, + } + }, + groups = group, + sounds = sound, + + on_place = function(itemstack, placer, pointed_thing) + if pointed_thing.type ~= "node" then + return itemstack + end + + local p1 = pointed_thing.under + local p0 = pointed_thing.above + local param2 = 0 + + local placer_pos = placer:get_pos() + if placer_pos then + local dir = { + x = p1.x - placer_pos.x, + y = p1.y - placer_pos.y, + z = p1.z - placer_pos.z + } + param2 = minetest.dir_to_facedir(dir) + end + + if p0.y-1 == p1.y then + param2 = param2 + 20 + if param2 == 21 then + param2 = 23 + elseif param2 == 23 then + param2 = 21 + end + end + + local NROT = 4 -- Number of possible "rotations" (4 Up down left right) + local rot = param2 % NROT + local wall = math.floor(param2/NROT) + if rot >=3 then + rot = 0 + else + rot = rot +1 + end + param2 = wall*NROT+rot + + return minetest.item_place(itemstack, placer, pointed_thing, param2) + end, + + }) + + minetest.register_craft({ + output = "pkarcs:"..nodename.."_inner_arc".." 5", + recipe = { + { "", craftmaterial, craftmaterial }, + { craftmaterial, "default:torch", "" }, + { craftmaterial, "", "" } + } + }) + +end + +-- register nodes + +function pkarcs.register_node(name) + local node_def = minetest.registered_nodes[name] + if not node_def then + minetest.log("warning", "[pkarcs] Skipping unknown node: ".. name) + return + end + local node_name = name:split(':')[2] + + if not node_def.tiles then + node_def.tiles = table.copy(node_def.tile_images) + node_def.tile_images = nil + end + + pkarcs.register_all(node_name, node_def.description, node_def.tiles, node_def.sounds, node_def.groups, name) +end + + +-- make arcs for all default stone and wood nodes + +pkarcs.register_node("default:cobble") +pkarcs.register_node("default:mossycobble") +pkarcs.register_node("default:desert_cobble") + +pkarcs.register_node("default:stone") +pkarcs.register_node("default:stonebrick") +pkarcs.register_node("default:stone_block") + +pkarcs.register_node("default:desert_stone") +pkarcs.register_node("default:desert_stonebrick") +pkarcs.register_node("default:desert_stone_block") + +pkarcs.register_node("default:desert_sandstone") +pkarcs.register_node("default:desert_sandstone_block") +pkarcs.register_node("default:desert_sandstone_brick") + +pkarcs.register_node("default:silver_sandstone") +pkarcs.register_node("default:silver_sandstone_block") +pkarcs.register_node("default:silver_sandstone_brick") + +pkarcs.register_node("default:sandstone") +pkarcs.register_node("default:sandstonebrick") +pkarcs.register_node("default:sandstone_block") + +pkarcs.register_node("default:brick") + +pkarcs.register_node("default:obsidian") +pkarcs.register_node("default:obsidianbrick") +pkarcs.register_node("default:obsidian_block") + +pkarcs.register_node("default:wood") +pkarcs.register_node("default:junglewood") +pkarcs.register_node("default:pine_wood") +pkarcs.register_node("default:acacia_wood") +pkarcs.register_node("default:aspen_wood") + diff --git a/pkarcs/license.txt b/pkarcs/license.txt new file mode 100644 index 0000000..5c63f2c --- /dev/null +++ b/pkarcs/license.txt @@ -0,0 +1,4 @@ +Simple Arcs for Minetest 5.0.x (pkarcs) +by PEAK + +License for the code: LGPLv2.1+ diff --git a/pkarcs/mod.conf b/pkarcs/mod.conf new file mode 100644 index 0000000..81d6ff5 --- /dev/null +++ b/pkarcs/mod.conf @@ -0,0 +1,3 @@ +name = pkarcs +depends = default +optional_depends = screwdriver diff --git a/pkarcs/screenshot.png b/pkarcs/screenshot.png new file mode 100644 index 0000000..79f4365 Binary files /dev/null and b/pkarcs/screenshot.png differ diff --git a/pkarcs/screenshots/crafting_arc.png b/pkarcs/screenshots/crafting_arc.png new file mode 100644 index 0000000..3d88013 Binary files /dev/null and b/pkarcs/screenshots/crafting_arc.png differ diff --git a/pkarcs/screenshots/crafting_inner_arc.png b/pkarcs/screenshots/crafting_inner_arc.png new file mode 100644 index 0000000..a992c20 Binary files /dev/null and b/pkarcs/screenshots/crafting_inner_arc.png differ diff --git a/pkarcs/screenshots/crafting_outer_arc.png b/pkarcs/screenshots/crafting_outer_arc.png new file mode 100644 index 0000000..8a72c0d Binary files /dev/null and b/pkarcs/screenshots/crafting_outer_arc.png differ diff --git a/pkarcs/screenshots/screenshot_1.png b/pkarcs/screenshots/screenshot_1.png new file mode 100644 index 0000000..69671f0 Binary files /dev/null and b/pkarcs/screenshots/screenshot_1.png differ diff --git a/pkarcs_doors/LICENSE b/pkarcs_doors/LICENSE new file mode 100644 index 0000000..8000a6f --- /dev/null +++ b/pkarcs_doors/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random + Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/pkarcs_doors/README.md b/pkarcs_doors/README.md new file mode 100644 index 0000000..291d69d --- /dev/null +++ b/pkarcs_doors/README.md @@ -0,0 +1,66 @@ +# pkarcs doors +This mod adds arched doors to Minetest Game to work with PEAK's mod Simple Arcs (pkarcs) https://forum.minetest.net/viewtopic.php?f=11&t=14541 + +## Dependencies +- default (included in minetest_game) +- doors (included in minetest_game) +- xpanes (included in minetes_game) +- mesecons (**optional dependency!**) + +## Requierments +Works with MT/MTG 5.0.0+. + +## License +Click [here](https://github.com/TumeniNodes/pkarcs/blob/master/LICENSE) to see the license. +License for media are found in their respective folders + +## Installation +- Unzip the archive, rename the folder to pkarcs and +place it in ..minetest/mods/ + +- GNU/Linux: If you use a system-wide installation place + it in ~/.minetest/mods/. + +- If you only want this to be used in a single world, place + the folder in ..worldmods/ in your world directory. + +For further information or help, see: +https://wiki.minetest.net/Installing_Mods + +## Bugs, suggestions, features & bugfixes. +Report bugs or suggest ideas by [creating an issue](https://github.com/TumeniNodes/pkarcs/issues/new). +If you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/TumeniNodes/pkarcs/compare). + +## Screenshot +![Preview](https://github.com/TumeniNodes/pkarcs/blob/master/screenshot.png) + +## Announcing arched doors doors +TumeniNodes 2017-07-03 + +Added pkarcs doors. Arched doors which work exclusively with pkarcs. + +Basic options for doors are wood and metal types. (sorry, no glass types, you can add if you like) + +Acacia Wood + +Apple Wood (typically known as just "wood" in Minetest Game) + +Aspen Wood + +Jungle Wood + +Pine Wood + +Bronze + +Copper + +Iron + +Steel + +Tin + +## Additional info +If you want to get additional info about this fork, go to the [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9&t=22839). +If you want to go to the original topic of the mod, click [here](https://forum.minetest.net/viewtopic.php?f=11&t=14541). diff --git a/pkarcs_doors/craft left.png b/pkarcs_doors/craft left.png new file mode 100644 index 0000000..62afc84 Binary files /dev/null and b/pkarcs_doors/craft left.png differ diff --git a/pkarcs_doors/craft right.png b/pkarcs_doors/craft right.png new file mode 100644 index 0000000..7bc7149 Binary files /dev/null and b/pkarcs_doors/craft right.png differ diff --git a/pkarcs_doors/init.lua b/pkarcs_doors/init.lua new file mode 100644 index 0000000..e8c0b34 --- /dev/null +++ b/pkarcs_doors/init.lua @@ -0,0 +1,350 @@ +screwdriver = screwdriver or {} + +pkarcs_doors = {} + +-- Register Door Nodes +pkarcs_doors.door = { + { + "acacia_wood", + "Acacia Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors_acacia.png", backface_culling = true}, + "default:acacia_wood" + }, + + { + "aspen_wood", + "Aspen Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors_aspen.png", backface_culling = true}, + "default:aspen_wood" + }, + + { + "junglewood", + "Junglewood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors_junglewood.png", backface_culling = true}, + "default:junglewood" + }, + + { + "pine_wood", + "Pine Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors_pine.png", backface_culling = true}, + "default:pine_wood" + }, + + { + "wood", + "Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors_wood.png", backface_culling = true}, + "default:wood" + }, + + { + "bronze", + "Bronze", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors_bronze.png", backface_culling = true}, + "default:bronzeblock" + }, + + { + "copper", + "Copper", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors_copper.png", backface_culling = true}, + "default:copperblock" + }, + + { + "iron", + "Iron", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors_iron.png", backface_culling = true}, + "default:iron_lump" + }, + + { + "steel", + "Steel", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors_steel.png", backface_culling = true}, + "default:steelblock" + }, + + { + "tin", + "Tin", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors_tin.png", backface_culling = true}, + "default:tinblock" + }, + + { + "bar", + "Bar", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors_bar.png", backface_culling = true}, + "xpanes:bar_flat" + }, +} + + +-- open and close actions as generalized functions +pkarcs_doors.open = function (pos, node, name, side, door_sound) + if not side or side == "L" then + minetest.swap_node(pos, {name = "pkarcs_doors:" ..name.. "_Ldoor_open", param2 = node.param2}) + elseif side == "R" or side then + minetest.swap_node(pos, {name = "pkarcs_doors:" ..name.. "_Rdoor_open", param2 = node.param2}) + end + minetest.sound_play(door_sound.."_open", {pos = pos, gain = 0.20, max_hear_distance = 10}) +end + +pkarcs_doors.close = function (pos, node, name, side, door_sound) + if not side or side == "L" then + minetest.swap_node(pos, {name = "pkarcs_doors:" ..name.. "_Ldoor", param2 = node.param2}) + elseif side == "R" or side then + minetest.swap_node(pos, {name = "pkarcs_doors:" ..name.. "_Rdoor", param2 = node.param2}) + end + minetest.sound_play(door_sound.."_close", {pos = pos, gain = 0.15, max_hear_distance = 10}) +end + +for _, row in ipairs(pkarcs_doors.door) do + local name = row[1] + local desc = row[2] + local mat_groups = row[3] + local mat_sound = row[4] + local door_sound = row[5] + local door_tiles = row[6] + local craft_material = row[7] + + local Ldoor_def = { + description = desc.. " Arch Door (left)", + inventory_image = "pkarcs_doors_" ..name.. "_item.png", + wield_image = "pkarcs_doors_" ..name.. "_item.png", + drawtype = "mesh", + mesh = "pkarcs_door_L.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 1.4375, -0.375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 1.4375, -0.375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors.open(pos, node, name, "L", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Ldoor_def.mesecons = { + effector = { + action_on = function(pos, node) + pkarcs_doors.open(pos, node, name, "L", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors:" ..name.. "_Ldoor", Ldoor_def) + + + local Ldoor_open_def = { + drawtype = "mesh", + mesh = "pkarcs_door_L_open.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + legacy_facedir_simple = true, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + drop = "pkarcs_doors:" ..name.. "_Ldoor", + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -1.4375, -0.375, 1.4375, -0.4375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -1.4375, -0.375, 1.4375, -0.4375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors.close(pos, node, name, "L", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Ldoor_open_def.mesecons = { + effector = { + action_off = function(pos, node) + pkarcs_doors.close(pos, node, name, "L", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors:" ..name.. "_Ldoor_open", Ldoor_open_def) + + + local Rdoor_def = { + description = desc.. " Arch Door (right)", + inventory_image = "pkarcs_doors_" ..name.. "_item.png^[transformFXX", + wield_image = "pkarcs_doors_" ..name.. "_item.png^[transformFXX", + drawtype = "mesh", + mesh = "pkarcs_door_R.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 1.4375, -0.375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 1.4375, -0.375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors.open(pos, node, name, "R", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Rdoor_def.mesecons = { + effector = { + action_on = function(pos, node) + pkarcs_doors.open(pos, node, name, "R", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors:" ..name.. "_Rdoor", Rdoor_def) + + + local Rdoor_open_def = { + drawtype = "mesh", + mesh = "pkarcs_door_R_open.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + legacy_facedir_simple = true, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + drop = "pkarcs_doors:" ..name.. "_Rdoor", + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {0.375, -0.5, -1.4375, 0.5, 1.4375, -0.4375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {0.375, -0.5, -1.4375, 0.5, 1.4375, -0.4375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors.close(pos, node, name, "R", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Rdoor_open_def.mesecons = { + effector = { + action_off = function(pos, node) + pkarcs_doors.close(pos, node, name, "R", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors:" ..name.. "_Rdoor_open", Rdoor_open_def) + + +-- +-- Crafting +-- + + minetest.register_craft({ + output = "pkarcs_doors:" ..name.. "_Ldoor", + recipe = { + {"", "", ""}, + {"", craft_material, ""}, + {craft_material, craft_material, ""}, + } + }) + + minetest.register_craft({ + output = "pkarcs_doors:" ..name.. "_Rdoor", + recipe = { + {"", "", ""}, + {"", craft_material, ""}, + {"", craft_material, craft_material}, + } + }) +end diff --git a/pkarcs_doors/mod.conf b/pkarcs_doors/mod.conf new file mode 100644 index 0000000..3cf9196 --- /dev/null +++ b/pkarcs_doors/mod.conf @@ -0,0 +1,4 @@ +name = pkarcs_doors +description = Adds arched doors for the Simple_Arcs [pkarcs] mod for minetest game. +depends = default, doors, xpanes +optional_depends = mesecons diff --git a/pkarcs_doors/models/LICENSE.txt b/pkarcs_doors/models/LICENSE.txt new file mode 100644 index 0000000..e5db187 --- /dev/null +++ b/pkarcs_doors/models/LICENSE.txt @@ -0,0 +1,130 @@ +(c) TumeniNodes 2016 - 2019 + CC BY-SA 4.0 + +* arch_door_L.obj +* arch_door_L_open.obj +* arch_door_R.obj +* arch_door_R_open.obj + +** With great thanks to VanessaE for setting the models to use triangulation. An issue I was unable to figure out. ** (Now I know what to do if the same issue pops up one day) Knowledge is Power + +Creative Commons Attribution-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + Licensor means the individual(s) or entity(ies) granting rights under this Public License. + Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + License grant. + Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + reproduce and Share the Licensed Material, in whole or in part; and + produce, reproduce, and Share Adapted Material. + Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + Term. The term of this Public License is specified in Section 6(a). + Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + Downstream recipients. + Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + Other rights. + Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + Patent and trademark rights are not licensed under this Public License. + To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + Attribution. + + If You Share the Licensed Material (including in modified form), You must: + retain the following if it is supplied by the Licensor with the Licensed Material: + identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + a copyright notice; + a notice that refers to this Public License; + a notice that refers to the disclaimer of warranties; + a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + ShareAlike. + + In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + upon express reinstatement by the Licensor. + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. + +Additional languages available: Bahasa Indonesia, Español, eesti keel, euskara, Deutsch, Español, français, hrvatski, italiano, latviski, Lietuvių, Nederlands, norsk, polski, português, suomeksi, svenska, te reo Māori, Türkçe, čeština, Ελληνικά, русский, українська, العربية, 日本語. Please read the FAQ for more information about official translations. + + Contact Privacy Policies Terms + +We'd love to hear from you! +Creative Commons +PO Box 1866, Mountain View, CA 94042 + + info@creativecommons.org + Frequently Asked Questions + + diff --git a/pkarcs_doors/models/pkarcs_door_L.obj b/pkarcs_doors/models/pkarcs_door_L.obj new file mode 100644 index 0000000..294d10e --- /dev/null +++ b/pkarcs_doors/models/pkarcs_door_L.obj @@ -0,0 +1,245 @@ +# Blender v2.79 (sub 0) OBJ File: 'arch_door_L_revised_by_VE.blend' +# www.blender.org +o Cube.002 +v 0.499260 -0.499657 -0.498500 +v 0.499260 -0.499657 -0.373500 +v 0.499260 0.500343 -0.498500 +v -0.500740 1.437843 -0.498500 +v -0.250740 1.437843 -0.498500 +v -0.250740 1.375343 -0.498500 +v -0.063240 1.375343 -0.498500 +v -0.063240 1.312843 -0.498500 +v -0.000740 1.312843 -0.498500 +v -0.000740 1.250343 -0.498500 +v 0.124260 1.250343 -0.498500 +v 0.124260 1.187843 -0.498500 +v 0.186760 1.187843 -0.498500 +v 0.186760 1.125343 -0.498500 +v 0.249260 1.125343 -0.498500 +v 0.249260 1.000343 -0.498500 +v 0.311760 1.000343 -0.498500 +v 0.311760 0.937843 -0.498500 +v 0.374260 0.937843 -0.498500 +v 0.374260 0.750343 -0.498500 +v 0.436760 0.750343 -0.498500 +v 0.436760 0.500343 -0.498500 +v 0.499260 0.500343 -0.373500 +v -0.500740 1.437843 -0.373500 +v 0.436760 0.500343 -0.373500 +v 0.436760 0.750343 -0.373500 +v 0.374260 0.750343 -0.373500 +v 0.374260 0.937843 -0.373500 +v 0.311760 0.937843 -0.373500 +v 0.311760 1.000343 -0.373500 +v 0.249260 1.000343 -0.373500 +v 0.249260 1.125343 -0.373500 +v 0.186760 1.125343 -0.373500 +v 0.186760 1.187843 -0.373500 +v 0.124260 1.187843 -0.373500 +v 0.124260 1.250343 -0.373500 +v -0.000740 1.250343 -0.373500 +v -0.000740 1.312843 -0.373500 +v -0.063240 1.312843 -0.373500 +v -0.063240 1.375343 -0.373500 +v -0.250740 1.375343 -0.373500 +v -0.250740 1.437843 -0.373500 +v -0.500740 -0.499657 -0.498500 +v -0.500740 -0.499657 -0.373500 +vt 0.000000 0.000000 +vt 1.000000 0.031250 +vt 0.000000 0.031250 +vt 0.062500 0.500000 +vt 0.000000 0.500000 +vt 0.937500 -0.000000 +vt 1.000000 0.968750 +vt 0.937500 0.968750 +vt 0.000000 0.437500 +vt 0.125000 0.468750 +vt 0.000000 0.468750 +vt 1.000000 0.968750 +vt 0.750000 1.000000 +vt 0.750000 0.968750 +vt 0.812500 0.937500 +vt 0.812500 0.968750 +vt 0.562500 0.968750 +vt 0.750000 1.000000 +vt 0.562500 1.000000 +vt 0.562500 0.906250 +vt 0.500000 0.937500 +vt 0.500000 0.906250 +vt 0.500000 0.968750 +vt 0.375000 1.000000 +vt 0.375000 0.968750 +vt 0.375000 0.875000 +vt 0.437500 0.843750 +vt 0.437500 0.875000 +vt 0.375000 0.843750 +vt 0.312500 0.906250 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.375000 0.843750 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.250000 0.875000 +vt 0.250000 0.812500 +vt 0.250000 0.750000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.250000 0.781250 +vt 0.187500 0.843750 +vt 0.187500 0.781250 +vt 0.187500 0.718750 +vt 0.125000 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.781250 +vt 0.187500 0.718750 +vt 0.187500 0.781250 +vt 0.125000 0.718750 +vt 0.187500 0.625000 +vt 0.187500 0.718750 +vt 0.125000 0.656250 +vt 0.062500 0.718750 +vt 0.062500 0.656250 +vt 0.062500 0.625000 +vt 0.125000 0.500000 +vt 0.125000 0.625000 +vt 0.562500 0.937500 +vt 0.625000 0.906250 +vt 0.625000 0.937500 +vt 0.500000 0.968750 +vt 0.562500 1.000000 +vt 0.500000 1.000000 +vt 0.250000 0.750000 +vt 0.125000 0.625000 +vt 1.000000 0.000000 +vt 0.111111 0.625000 +vt 1.000000 -0.000000 +vt 0.062500 -0.000000 +vt 0.125000 0.437500 +vt 1.000000 1.000000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.562500 0.937500 +vt 0.500000 1.000000 +vt 0.375000 0.843750 +vt 0.375000 0.906250 +vt 0.375000 0.812500 +vt 0.312500 0.875000 +vt 0.312500 0.750000 +vt 0.250000 0.843750 +vt 0.187500 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.718750 +vt 0.062500 0.500000 +vt 0.562500 0.906250 +vt 0.562500 0.968750 +vt 0.062500 0.625000 +vt 0.000000 0.500000 +vt 0.000000 0.000000 +vt 0.750000 0.937500 +vt 0.562500 0.906250 +vt 0.500000 0.906250 +vt 0.500000 0.875000 +vt 0.375000 0.875000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.187500 0.750000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.055556 0.500000 +vt 0.500000 0.875000 +vt 0.055556 0.625000 +vt 0.111111 0.718750 +vt 0.166667 0.718750 +vt 0.166667 0.750000 +vt 0.312500 0.812500 +vt 0.312500 0.843750 +vt 0.375000 0.843750 +vt 0.375000 0.875000 +vt 0.562500 0.906250 +vt 0.562500 0.937500 +s off +f 2/1 43/2 1/3 +f 2/1 3/4 23/5 +f 43/6 24/7 4/8 +f 25/9 3/10 22/11 +f 4/12 42/13 5/14 +f 5/14 41/15 6/16 +f 7/17 41/18 40/19 +f 37/20 9/21 38/22 +f 36/23 10/24 37/25 +f 35/26 11/27 36/28 +f 34/29 12/30 35/31 +f 34/32 14/33 13/34 +f 32/35 14/36 33/37 +f 31/38 15/39 32/40 +f 30/41 16/42 31/43 +f 29/44 17/45 30/46 +f 28/47 18/48 29/49 +f 27/50 19/51 28/52 +f 26/53 20/54 27/55 +f 25/56 21/57 26/58 +f 7/59 39/60 8/61 +f 39/62 9/63 8/64 +f 16/65 20/66 43/67 +f 27/68 31/38 44/69 +f 2/1 44/69 43/2 +f 2/1 1/70 3/4 +f 43/6 44/69 24/7 +f 25/9 23/71 3/10 +f 4/12 24/72 42/13 +f 5/14 42/73 41/15 +f 7/17 6/74 41/18 +f 37/20 10/75 9/21 +f 36/23 11/76 10/24 +f 35/26 12/77 11/27 +f 34/29 13/78 12/30 +f 34/32 33/79 14/33 +f 32/35 15/80 14/36 +f 31/38 16/81 15/39 +f 30/41 17/82 16/42 +f 29/44 18/83 17/45 +f 28/47 19/84 18/48 +f 27/50 20/66 19/51 +f 26/53 21/85 20/54 +f 25/56 22/86 21/57 +f 7/59 40/87 39/60 +f 39/62 38/88 9/63 +f 20/66 21/89 22/86 +f 22/86 3/90 1/91 +f 1/91 43/67 22/86 +f 43/67 4/12 6/92 +f 4/12 5/14 6/92 +f 6/92 7/59 8/93 +f 8/93 9/94 10/95 +f 10/95 11/96 12/77 +f 12/77 13/34 14/97 +f 14/97 15/98 16/65 +f 16/65 17/99 18/48 +f 18/48 19/84 20/66 +f 20/66 22/86 43/67 +f 43/67 6/92 10/95 +f 6/92 8/93 10/95 +f 10/95 12/77 14/97 +f 16/65 18/48 20/66 +f 10/95 14/97 16/65 +f 43/67 10/95 16/65 +f 41/100 42/101 24/7 +f 24/7 44/69 41/100 +f 44/69 2/1 25/102 +f 41/100 44/69 37/103 +f 2/1 23/5 25/102 +f 25/102 26/104 27/68 +f 27/68 28/105 29/106 +f 29/106 30/107 31/38 +f 31/38 32/40 33/108 +f 33/108 34/109 35/110 +f 35/110 36/111 37/103 +f 37/103 38/22 39/112 +f 39/112 40/113 41/100 +f 37/103 44/69 31/38 +f 25/102 27/68 44/69 +f 27/68 29/106 31/38 +f 31/38 33/108 35/110 +f 37/103 39/112 41/100 +f 31/38 35/110 37/103 diff --git a/pkarcs_doors/models/pkarcs_door_L_open.obj b/pkarcs_doors/models/pkarcs_door_L_open.obj new file mode 100644 index 0000000..453ab8b --- /dev/null +++ b/pkarcs_doors/models/pkarcs_door_L_open.obj @@ -0,0 +1,245 @@ +# Blender v2.79 (sub 0) OBJ File: 'arch_door_L_revised_by_VE.blend' +# www.blender.org +o Cube.002 +v 0.502500 -0.499657 -0.429180 +v 0.377500 -0.499657 -0.429180 +v 0.502500 0.500343 -0.429180 +v 0.502500 1.437843 -1.429180 +v 0.502500 1.437843 -1.179180 +v 0.502500 1.375343 -1.179180 +v 0.502500 1.375343 -0.991680 +v 0.502500 1.312843 -0.991680 +v 0.502500 1.312843 -0.929180 +v 0.502500 1.250343 -0.929180 +v 0.502500 1.250343 -0.804180 +v 0.502500 1.187843 -0.804180 +v 0.502500 1.187843 -0.741680 +v 0.502500 1.125343 -0.741680 +v 0.502500 1.125343 -0.679180 +v 0.502500 1.000343 -0.679180 +v 0.502500 1.000343 -0.616680 +v 0.502500 0.937843 -0.616680 +v 0.502500 0.937843 -0.554180 +v 0.502500 0.750343 -0.554180 +v 0.502500 0.750343 -0.491680 +v 0.502500 0.500343 -0.491680 +v 0.377500 0.500343 -0.429180 +v 0.377500 1.437843 -1.429180 +v 0.377500 0.500343 -0.491680 +v 0.377500 0.750343 -0.491680 +v 0.377500 0.750343 -0.554180 +v 0.377500 0.937843 -0.554180 +v 0.377500 0.937843 -0.616680 +v 0.377500 1.000343 -0.616680 +v 0.377500 1.000343 -0.679180 +v 0.377500 1.125343 -0.679180 +v 0.377500 1.125343 -0.741680 +v 0.377500 1.187843 -0.741680 +v 0.377500 1.187843 -0.804180 +v 0.377500 1.250343 -0.804180 +v 0.377500 1.250343 -0.929180 +v 0.377500 1.312843 -0.929180 +v 0.377500 1.312843 -0.991680 +v 0.377500 1.375343 -0.991680 +v 0.377500 1.375343 -1.179180 +v 0.377500 1.437843 -1.179180 +v 0.502500 -0.499657 -1.429180 +v 0.377500 -0.499657 -1.429180 +vt 0.000000 0.000000 +vt 1.000000 0.031250 +vt 0.000000 0.031250 +vt 0.062500 0.500000 +vt 0.000000 0.500000 +vt 0.937500 -0.000000 +vt 1.000000 0.968750 +vt 0.937500 0.968750 +vt 0.000000 0.437500 +vt 0.125000 0.468750 +vt 0.000000 0.468750 +vt 1.000000 0.968750 +vt 0.750000 1.000000 +vt 0.750000 0.968750 +vt 0.812500 0.937500 +vt 0.812500 0.968750 +vt 0.562500 0.968750 +vt 0.750000 1.000000 +vt 0.562500 1.000000 +vt 0.562500 0.906250 +vt 0.500000 0.937500 +vt 0.500000 0.906250 +vt 0.500000 0.968750 +vt 0.375000 1.000000 +vt 0.375000 0.968750 +vt 0.375000 0.875000 +vt 0.437500 0.843750 +vt 0.437500 0.875000 +vt 0.375000 0.843750 +vt 0.312500 0.906250 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.375000 0.843750 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.250000 0.875000 +vt 0.250000 0.812500 +vt 0.250000 0.750000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.250000 0.781250 +vt 0.187500 0.843750 +vt 0.187500 0.781250 +vt 0.187500 0.718750 +vt 0.125000 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.781250 +vt 0.187500 0.718750 +vt 0.187500 0.781250 +vt 0.125000 0.718750 +vt 0.187500 0.625000 +vt 0.187500 0.718750 +vt 0.125000 0.656250 +vt 0.062500 0.718750 +vt 0.062500 0.656250 +vt 0.062500 0.625000 +vt 0.125000 0.500000 +vt 0.125000 0.625000 +vt 0.562500 0.937500 +vt 0.625000 0.906250 +vt 0.625000 0.937500 +vt 0.500000 0.968750 +vt 0.562500 1.000000 +vt 0.500000 1.000000 +vt 0.250000 0.750000 +vt 0.125000 0.625000 +vt 1.000000 0.000000 +vt 0.111111 0.625000 +vt 1.000000 -0.000000 +vt 0.062500 -0.000000 +vt 0.125000 0.437500 +vt 1.000000 1.000000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.562500 0.937500 +vt 0.500000 1.000000 +vt 0.375000 0.843750 +vt 0.375000 0.906250 +vt 0.375000 0.812500 +vt 0.312500 0.875000 +vt 0.312500 0.750000 +vt 0.250000 0.843750 +vt 0.187500 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.718750 +vt 0.062500 0.500000 +vt 0.562500 0.906250 +vt 0.562500 0.968750 +vt 0.062500 0.625000 +vt 0.000000 0.500000 +vt 0.000000 0.000000 +vt 0.750000 0.937500 +vt 0.562500 0.906250 +vt 0.500000 0.906250 +vt 0.500000 0.875000 +vt 0.375000 0.875000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.187500 0.750000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.055556 0.500000 +vt 0.500000 0.875000 +vt 0.055556 0.625000 +vt 0.111111 0.718750 +vt 0.166667 0.718750 +vt 0.166667 0.750000 +vt 0.312500 0.812500 +vt 0.312500 0.843750 +vt 0.375000 0.843750 +vt 0.375000 0.875000 +vt 0.562500 0.906250 +vt 0.562500 0.937500 +s off +f 2/1 43/2 1/3 +f 2/1 3/4 23/5 +f 43/6 24/7 4/8 +f 25/9 3/10 22/11 +f 4/12 42/13 5/14 +f 5/14 41/15 6/16 +f 7/17 41/18 40/19 +f 37/20 9/21 38/22 +f 36/23 10/24 37/25 +f 35/26 11/27 36/28 +f 34/29 12/30 35/31 +f 34/32 14/33 13/34 +f 32/35 14/36 33/37 +f 31/38 15/39 32/40 +f 30/41 16/42 31/43 +f 29/44 17/45 30/46 +f 28/47 18/48 29/49 +f 27/50 19/51 28/52 +f 26/53 20/54 27/55 +f 25/56 21/57 26/58 +f 7/59 39/60 8/61 +f 39/62 9/63 8/64 +f 16/65 20/66 43/67 +f 27/68 31/38 44/69 +f 2/1 44/69 43/2 +f 2/1 1/70 3/4 +f 43/6 44/69 24/7 +f 25/9 23/71 3/10 +f 4/12 24/72 42/13 +f 5/14 42/73 41/15 +f 7/17 6/74 41/18 +f 37/20 10/75 9/21 +f 36/23 11/76 10/24 +f 35/26 12/77 11/27 +f 34/29 13/78 12/30 +f 34/32 33/79 14/33 +f 32/35 15/80 14/36 +f 31/38 16/81 15/39 +f 30/41 17/82 16/42 +f 29/44 18/83 17/45 +f 28/47 19/84 18/48 +f 27/50 20/66 19/51 +f 26/53 21/85 20/54 +f 25/56 22/86 21/57 +f 7/59 40/87 39/60 +f 39/62 38/88 9/63 +f 20/66 21/89 22/86 +f 22/86 3/90 1/91 +f 1/91 43/67 22/86 +f 43/67 4/12 6/92 +f 4/12 5/14 6/92 +f 6/92 7/59 8/93 +f 8/93 9/94 10/95 +f 10/95 11/96 12/77 +f 12/77 13/34 14/97 +f 14/97 15/98 16/65 +f 16/65 17/99 18/48 +f 18/48 19/84 20/66 +f 20/66 22/86 43/67 +f 43/67 6/92 10/95 +f 6/92 8/93 10/95 +f 10/95 12/77 14/97 +f 16/65 18/48 20/66 +f 10/95 14/97 16/65 +f 43/67 10/95 16/65 +f 41/100 42/101 24/7 +f 24/7 44/69 41/100 +f 44/69 2/1 25/102 +f 41/100 44/69 37/103 +f 2/1 23/5 25/102 +f 25/102 26/104 27/68 +f 27/68 28/105 29/106 +f 29/106 30/107 31/38 +f 31/38 32/40 33/108 +f 33/108 34/109 35/110 +f 35/110 36/111 37/103 +f 37/103 38/22 39/112 +f 39/112 40/113 41/100 +f 37/103 44/69 31/38 +f 25/102 27/68 44/69 +f 27/68 29/106 31/38 +f 31/38 33/108 35/110 +f 37/103 39/112 41/100 +f 31/38 35/110 37/103 diff --git a/pkarcs_doors/models/pkarcs_door_R.obj b/pkarcs_doors/models/pkarcs_door_R.obj new file mode 100644 index 0000000..32b3d1f --- /dev/null +++ b/pkarcs_doors/models/pkarcs_door_R.obj @@ -0,0 +1,245 @@ +# Blender v2.79 (sub 0) OBJ File: 'arch_door_L_revised_by_VE.blend' +# www.blender.org +o Cube.002 +v -0.499637 -0.499657 -0.375500 +v -0.499637 -0.499657 -0.500500 +v -0.499637 0.500343 -0.375500 +v 0.500363 1.437843 -0.375500 +v 0.250363 1.437843 -0.375500 +v 0.250363 1.375343 -0.375500 +v 0.062863 1.375343 -0.375500 +v 0.062863 1.312843 -0.375500 +v 0.000363 1.312843 -0.375500 +v 0.000363 1.250343 -0.375500 +v -0.124637 1.250343 -0.375500 +v -0.124637 1.187843 -0.375500 +v -0.187137 1.187843 -0.375500 +v -0.187137 1.125343 -0.375500 +v -0.249637 1.125343 -0.375500 +v -0.249637 1.000343 -0.375500 +v -0.312137 1.000343 -0.375500 +v -0.312137 0.937843 -0.375500 +v -0.374637 0.937843 -0.375500 +v -0.374637 0.750343 -0.375500 +v -0.437137 0.750343 -0.375500 +v -0.437137 0.500343 -0.375500 +v -0.499637 0.500343 -0.500500 +v 0.500363 1.437843 -0.500500 +v -0.437137 0.500343 -0.500500 +v -0.437137 0.750343 -0.500500 +v -0.374637 0.750343 -0.500500 +v -0.374637 0.937843 -0.500500 +v -0.312137 0.937843 -0.500500 +v -0.312137 1.000343 -0.500500 +v -0.249637 1.000343 -0.500500 +v -0.249637 1.125343 -0.500500 +v -0.187137 1.125343 -0.500500 +v -0.187137 1.187843 -0.500500 +v -0.124637 1.187843 -0.500500 +v -0.124637 1.250343 -0.500500 +v 0.000363 1.250343 -0.500500 +v 0.000363 1.312843 -0.500500 +v 0.062863 1.312843 -0.500500 +v 0.062863 1.375343 -0.500500 +v 0.250363 1.375343 -0.500500 +v 0.250363 1.437843 -0.500500 +v 0.500363 -0.499657 -0.375500 +v 0.500363 -0.499657 -0.500500 +vt 0.000000 0.000000 +vt 1.000000 0.031250 +vt 0.000000 0.031250 +vt 0.062500 0.500000 +vt 0.000000 0.500000 +vt 0.937500 -0.000000 +vt 1.000000 0.968750 +vt 0.937500 0.968750 +vt 0.000000 0.437500 +vt 0.125000 0.468750 +vt 0.000000 0.468750 +vt 1.000000 0.968750 +vt 0.750000 1.000000 +vt 0.750000 0.968750 +vt 0.812500 0.937500 +vt 0.812500 0.968750 +vt 0.562500 0.968750 +vt 0.750000 1.000000 +vt 0.562500 1.000000 +vt 0.562500 0.906250 +vt 0.500000 0.937500 +vt 0.500000 0.906250 +vt 0.500000 0.968750 +vt 0.375000 1.000000 +vt 0.375000 0.968750 +vt 0.375000 0.875000 +vt 0.437500 0.843750 +vt 0.437500 0.875000 +vt 0.375000 0.843750 +vt 0.312500 0.906250 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.375000 0.843750 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.250000 0.875000 +vt 0.250000 0.812500 +vt 0.250000 0.750000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.250000 0.781250 +vt 0.187500 0.843750 +vt 0.187500 0.781250 +vt 0.187500 0.718750 +vt 0.125000 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.781250 +vt 0.187500 0.718750 +vt 0.187500 0.781250 +vt 0.125000 0.718750 +vt 0.187500 0.625000 +vt 0.187500 0.718750 +vt 0.125000 0.656250 +vt 0.062500 0.718750 +vt 0.062500 0.656250 +vt 0.062500 0.625000 +vt 0.125000 0.500000 +vt 0.125000 0.625000 +vt 0.562500 0.937500 +vt 0.625000 0.906250 +vt 0.625000 0.937500 +vt 0.500000 0.968750 +vt 0.562500 1.000000 +vt 0.500000 1.000000 +vt 0.250000 0.750000 +vt 0.125000 0.625000 +vt 1.000000 0.000000 +vt 0.111111 0.625000 +vt 1.000000 -0.000000 +vt 0.062500 -0.000000 +vt 0.125000 0.437500 +vt 1.000000 1.000000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.562500 0.937500 +vt 0.500000 1.000000 +vt 0.375000 0.843750 +vt 0.375000 0.906250 +vt 0.375000 0.812500 +vt 0.312500 0.875000 +vt 0.312500 0.750000 +vt 0.250000 0.843750 +vt 0.187500 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.718750 +vt 0.062500 0.500000 +vt 0.562500 0.906250 +vt 0.562500 0.968750 +vt 0.062500 0.625000 +vt 0.000000 0.500000 +vt 0.000000 0.000000 +vt 0.750000 0.937500 +vt 0.562500 0.906250 +vt 0.500000 0.906250 +vt 0.500000 0.875000 +vt 0.375000 0.875000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.187500 0.750000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.055556 0.500000 +vt 0.500000 0.875000 +vt 0.055556 0.625000 +vt 0.111111 0.718750 +vt 0.166667 0.718750 +vt 0.166667 0.750000 +vt 0.312500 0.812500 +vt 0.312500 0.843750 +vt 0.375000 0.843750 +vt 0.375000 0.875000 +vt 0.562500 0.906250 +vt 0.562500 0.937500 +s off +f 2/1 43/2 1/3 +f 2/1 3/4 23/5 +f 43/6 24/7 4/8 +f 25/9 3/10 22/11 +f 4/12 42/13 5/14 +f 5/14 41/15 6/16 +f 7/17 41/18 40/19 +f 37/20 9/21 38/22 +f 36/23 10/24 37/25 +f 35/26 11/27 36/28 +f 34/29 12/30 35/31 +f 34/32 14/33 13/34 +f 32/35 14/36 33/37 +f 31/38 15/39 32/40 +f 30/41 16/42 31/43 +f 29/44 17/45 30/46 +f 28/47 18/48 29/49 +f 27/50 19/51 28/52 +f 26/53 20/54 27/55 +f 25/56 21/57 26/58 +f 7/59 39/60 8/61 +f 39/62 9/63 8/64 +f 16/65 20/66 43/67 +f 27/68 31/38 44/69 +f 2/1 44/69 43/2 +f 2/1 1/70 3/4 +f 43/6 44/69 24/7 +f 25/9 23/71 3/10 +f 4/12 24/72 42/13 +f 5/14 42/73 41/15 +f 7/17 6/74 41/18 +f 37/20 10/75 9/21 +f 36/23 11/76 10/24 +f 35/26 12/77 11/27 +f 34/29 13/78 12/30 +f 34/32 33/79 14/33 +f 32/35 15/80 14/36 +f 31/38 16/81 15/39 +f 30/41 17/82 16/42 +f 29/44 18/83 17/45 +f 28/47 19/84 18/48 +f 27/50 20/66 19/51 +f 26/53 21/85 20/54 +f 25/56 22/86 21/57 +f 7/59 40/87 39/60 +f 39/62 38/88 9/63 +f 20/66 21/89 22/86 +f 22/86 3/90 1/91 +f 1/91 43/67 22/86 +f 43/67 4/12 6/92 +f 4/12 5/14 6/92 +f 6/92 7/59 8/93 +f 8/93 9/94 10/95 +f 10/95 11/96 12/77 +f 12/77 13/34 14/97 +f 14/97 15/98 16/65 +f 16/65 17/99 18/48 +f 18/48 19/84 20/66 +f 20/66 22/86 43/67 +f 43/67 6/92 10/95 +f 6/92 8/93 10/95 +f 10/95 12/77 14/97 +f 16/65 18/48 20/66 +f 10/95 14/97 16/65 +f 43/67 10/95 16/65 +f 41/100 42/101 24/7 +f 24/7 44/69 41/100 +f 44/69 2/1 25/102 +f 41/100 44/69 37/103 +f 2/1 23/5 25/102 +f 25/102 26/104 27/68 +f 27/68 28/105 29/106 +f 29/106 30/107 31/38 +f 31/38 32/40 33/108 +f 33/108 34/109 35/110 +f 35/110 36/111 37/103 +f 37/103 38/22 39/112 +f 39/112 40/113 41/100 +f 37/103 44/69 31/38 +f 25/102 27/68 44/69 +f 27/68 29/106 31/38 +f 31/38 33/108 35/110 +f 37/103 39/112 41/100 +f 31/38 35/110 37/103 diff --git a/pkarcs_doors/models/pkarcs_door_R_open.obj b/pkarcs_doors/models/pkarcs_door_R_open.obj new file mode 100644 index 0000000..9dece37 --- /dev/null +++ b/pkarcs_doors/models/pkarcs_door_R_open.obj @@ -0,0 +1,245 @@ +# Blender v2.79 (sub 0) OBJ File: 'arch_door_L_revised_by_VE.blend' +# www.blender.org +o Cube.002 +v -0.377500 -0.499657 -0.439180 +v -0.502500 -0.499657 -0.439180 +v -0.377500 0.500343 -0.439180 +v -0.377500 1.437843 -1.439180 +v -0.377500 1.437843 -1.189180 +v -0.377500 1.375343 -1.189180 +v -0.377500 1.375343 -1.001680 +v -0.377500 1.312843 -1.001680 +v -0.377500 1.312843 -0.939180 +v -0.377500 1.250343 -0.939180 +v -0.377500 1.250343 -0.814180 +v -0.377500 1.187843 -0.814180 +v -0.377500 1.187843 -0.751680 +v -0.377500 1.125343 -0.751680 +v -0.377500 1.125343 -0.689180 +v -0.377500 1.000343 -0.689180 +v -0.377500 1.000343 -0.626680 +v -0.377500 0.937843 -0.626680 +v -0.377500 0.937843 -0.564180 +v -0.377500 0.750343 -0.564180 +v -0.377500 0.750343 -0.501680 +v -0.377500 0.500343 -0.501680 +v -0.502500 0.500343 -0.439180 +v -0.502500 1.437843 -1.439180 +v -0.502500 0.500343 -0.501680 +v -0.502500 0.750343 -0.501680 +v -0.502500 0.750343 -0.564180 +v -0.502500 0.937843 -0.564180 +v -0.502500 0.937843 -0.626680 +v -0.502500 1.000343 -0.626680 +v -0.502500 1.000343 -0.689180 +v -0.502500 1.125343 -0.689180 +v -0.502500 1.125343 -0.751680 +v -0.502500 1.187843 -0.751680 +v -0.502500 1.187843 -0.814180 +v -0.502500 1.250343 -0.814180 +v -0.502500 1.250343 -0.939180 +v -0.502500 1.312843 -0.939180 +v -0.502500 1.312843 -1.001680 +v -0.502500 1.375343 -1.001680 +v -0.502500 1.375343 -1.189180 +v -0.502500 1.437843 -1.189180 +v -0.377500 -0.499657 -1.439180 +v -0.502500 -0.499657 -1.439180 +vt 0.000000 0.000000 +vt 1.000000 0.031250 +vt 0.000000 0.031250 +vt 0.062500 0.500000 +vt 0.000000 0.500000 +vt 0.937500 -0.000000 +vt 1.000000 0.968750 +vt 0.937500 0.968750 +vt 0.000000 0.437500 +vt 0.125000 0.468750 +vt 0.000000 0.468750 +vt 1.000000 0.968750 +vt 0.750000 1.000000 +vt 0.750000 0.968750 +vt 0.812500 0.937500 +vt 0.812500 0.968750 +vt 0.562500 0.968750 +vt 0.750000 1.000000 +vt 0.562500 1.000000 +vt 0.562500 0.906250 +vt 0.500000 0.937500 +vt 0.500000 0.906250 +vt 0.500000 0.968750 +vt 0.375000 1.000000 +vt 0.375000 0.968750 +vt 0.375000 0.875000 +vt 0.437500 0.843750 +vt 0.437500 0.875000 +vt 0.375000 0.843750 +vt 0.312500 0.906250 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.375000 0.843750 +vt 0.312500 0.843750 +vt 0.312500 0.812500 +vt 0.250000 0.875000 +vt 0.250000 0.812500 +vt 0.250000 0.750000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.250000 0.781250 +vt 0.187500 0.843750 +vt 0.187500 0.781250 +vt 0.187500 0.718750 +vt 0.125000 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.781250 +vt 0.187500 0.718750 +vt 0.187500 0.781250 +vt 0.125000 0.718750 +vt 0.187500 0.625000 +vt 0.187500 0.718750 +vt 0.125000 0.656250 +vt 0.062500 0.718750 +vt 0.062500 0.656250 +vt 0.062500 0.625000 +vt 0.125000 0.500000 +vt 0.125000 0.625000 +vt 0.562500 0.937500 +vt 0.625000 0.906250 +vt 0.625000 0.937500 +vt 0.500000 0.968750 +vt 0.562500 1.000000 +vt 0.500000 1.000000 +vt 0.250000 0.750000 +vt 0.125000 0.625000 +vt 1.000000 0.000000 +vt 0.111111 0.625000 +vt 1.000000 -0.000000 +vt 0.062500 -0.000000 +vt 0.125000 0.437500 +vt 1.000000 1.000000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.562500 0.937500 +vt 0.500000 1.000000 +vt 0.375000 0.843750 +vt 0.375000 0.906250 +vt 0.375000 0.812500 +vt 0.312500 0.875000 +vt 0.312500 0.750000 +vt 0.250000 0.843750 +vt 0.187500 0.750000 +vt 0.125000 0.718750 +vt 0.125000 0.718750 +vt 0.062500 0.500000 +vt 0.562500 0.906250 +vt 0.562500 0.968750 +vt 0.062500 0.625000 +vt 0.000000 0.500000 +vt 0.000000 0.000000 +vt 0.750000 0.937500 +vt 0.562500 0.906250 +vt 0.500000 0.906250 +vt 0.500000 0.875000 +vt 0.375000 0.875000 +vt 0.312500 0.812500 +vt 0.250000 0.812500 +vt 0.187500 0.750000 +vt 0.750000 0.937500 +vt 0.750000 0.968750 +vt 0.055556 0.500000 +vt 0.500000 0.875000 +vt 0.055556 0.625000 +vt 0.111111 0.718750 +vt 0.166667 0.718750 +vt 0.166667 0.750000 +vt 0.312500 0.812500 +vt 0.312500 0.843750 +vt 0.375000 0.843750 +vt 0.375000 0.875000 +vt 0.562500 0.906250 +vt 0.562500 0.937500 +s off +f 2/1 43/2 1/3 +f 2/1 3/4 23/5 +f 43/6 24/7 4/8 +f 25/9 3/10 22/11 +f 4/12 42/13 5/14 +f 5/14 41/15 6/16 +f 7/17 41/18 40/19 +f 37/20 9/21 38/22 +f 36/23 10/24 37/25 +f 35/26 11/27 36/28 +f 34/29 12/30 35/31 +f 34/32 14/33 13/34 +f 32/35 14/36 33/37 +f 31/38 15/39 32/40 +f 30/41 16/42 31/43 +f 29/44 17/45 30/46 +f 28/47 18/48 29/49 +f 27/50 19/51 28/52 +f 26/53 20/54 27/55 +f 25/56 21/57 26/58 +f 7/59 39/60 8/61 +f 39/62 9/63 8/64 +f 16/65 20/66 43/67 +f 27/68 31/38 44/69 +f 2/1 44/69 43/2 +f 2/1 1/70 3/4 +f 43/6 44/69 24/7 +f 25/9 23/71 3/10 +f 4/12 24/72 42/13 +f 5/14 42/73 41/15 +f 7/17 6/74 41/18 +f 37/20 10/75 9/21 +f 36/23 11/76 10/24 +f 35/26 12/77 11/27 +f 34/29 13/78 12/30 +f 34/32 33/79 14/33 +f 32/35 15/80 14/36 +f 31/38 16/81 15/39 +f 30/41 17/82 16/42 +f 29/44 18/83 17/45 +f 28/47 19/84 18/48 +f 27/50 20/66 19/51 +f 26/53 21/85 20/54 +f 25/56 22/86 21/57 +f 7/59 40/87 39/60 +f 39/62 38/88 9/63 +f 20/66 21/89 22/86 +f 22/86 3/90 1/91 +f 1/91 43/67 22/86 +f 43/67 4/12 6/92 +f 4/12 5/14 6/92 +f 6/92 7/59 8/93 +f 8/93 9/94 10/95 +f 10/95 11/96 12/77 +f 12/77 13/34 14/97 +f 14/97 15/98 16/65 +f 16/65 17/99 18/48 +f 18/48 19/84 20/66 +f 20/66 22/86 43/67 +f 43/67 6/92 10/95 +f 6/92 8/93 10/95 +f 10/95 12/77 14/97 +f 16/65 18/48 20/66 +f 10/95 14/97 16/65 +f 43/67 10/95 16/65 +f 41/100 42/101 24/7 +f 24/7 44/69 41/100 +f 44/69 2/1 25/102 +f 41/100 44/69 37/103 +f 2/1 23/5 25/102 +f 25/102 26/104 27/68 +f 27/68 28/105 29/106 +f 29/106 30/107 31/38 +f 31/38 32/40 33/108 +f 33/108 34/109 35/110 +f 35/110 36/111 37/103 +f 37/103 38/22 39/112 +f 39/112 40/113 41/100 +f 37/103 44/69 31/38 +f 25/102 27/68 44/69 +f 27/68 29/106 31/38 +f 31/38 33/108 35/110 +f 37/103 39/112 41/100 +f 31/38 35/110 37/103 diff --git a/pkarcs_doors/screenshot.png b/pkarcs_doors/screenshot.png new file mode 100644 index 0000000..c53f3f7 Binary files /dev/null and b/pkarcs_doors/screenshot.png differ diff --git a/pkarcs_doors/textures/LICENSE.txt b/pkarcs_doors/textures/LICENSE.txt new file mode 100644 index 0000000..5402385 --- /dev/null +++ b/pkarcs_doors/textures/LICENSE.txt @@ -0,0 +1,153 @@ +(c) TumeniNodes 2016 - 2019 + CC BY-SA 4.0 + +* pkarcs_doors_acacia_wood.png +* pkarcs_doors_acacia_wood_item.png +* pkarcs_doors_aspen_wood.png +* pkarcs_doors_aspen_wood_item.png +* pkarcs_doors_bar.png +* pkarcs_doors_bar_item.png +* pkarcs_doors_bronze.png +* pkarcs_doors_bronze_item.png +* pkarcs_doors_copper.png +* pkarcs_doors_copper_item.png +* pkarcs_doors_iron.png +* pkarcs_doors_iron_item.png +* pkarcs_doors_junglewood.png +* pkarcs_doors_junglewood_item.png +* pkarcs_doors_pine_wood.png +* pkarcs_doors_pine_wood_item.png +* pkarcs_doors_steel.png +* pkarcs_doors_steel_item.png +* pkarcs_doors_tin.png +* pkarcs_doors_tin_item.png +* pkarcs_doors_wood.png +* pkarcs_doors_wood_item.png + +** All wooden arch door textures are derived from textures in minetest_game 'default' mod ** +=============================== See license in that folder ================================= + +** All sounds are provided by minetest_game 'doors' mod ** +============= See license in that folder ================= + + +Creative Commons Attribution-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + Licensor means the individual(s) or entity(ies) granting rights under this Public License. + Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + License grant. + Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + reproduce and Share the Licensed Material, in whole or in part; and + produce, reproduce, and Share Adapted Material. + Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + Term. The term of this Public License is specified in Section 6(a). + Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + Downstream recipients. + Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + Other rights. + Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + Patent and trademark rights are not licensed under this Public License. + To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + Attribution. + + If You Share the Licensed Material (including in modified form), You must: + retain the following if it is supplied by the Licensor with the Licensed Material: + identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + a copyright notice; + a notice that refers to this Public License; + a notice that refers to the disclaimer of warranties; + a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + ShareAlike. + + In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + upon express reinstatement by the Licensor. + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. + +Additional languages available: Bahasa Indonesia, Español, eesti keel, euskara, Deutsch, Español, français, hrvatski, italiano, latviski, Lietuvių, Nederlands, norsk, polski, português, suomeksi, svenska, te reo Māori, Türkçe, čeština, Ελληνικά, русский, українська, العربية, 日本語. Please read the FAQ for more information about official translations. + + Contact Privacy Policies Terms + +We'd love to hear from you! +Creative Commons +PO Box 1866, Mountain View, CA 94042 + + info@creativecommons.org + Frequently Asked Questions + + diff --git a/pkarcs_doors/textures/pkarcs_doors_acacia.png b/pkarcs_doors/textures/pkarcs_doors_acacia.png new file mode 100644 index 0000000..66445d1 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_acacia.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_acacia_wood_item.png b/pkarcs_doors/textures/pkarcs_doors_acacia_wood_item.png new file mode 100644 index 0000000..5bb5ffb Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_acacia_wood_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_aspen.png b/pkarcs_doors/textures/pkarcs_doors_aspen.png new file mode 100644 index 0000000..ee17ba6 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_aspen.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_aspen_wood_item.png b/pkarcs_doors/textures/pkarcs_doors_aspen_wood_item.png new file mode 100644 index 0000000..88f6a02 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_aspen_wood_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_bar.png b/pkarcs_doors/textures/pkarcs_doors_bar.png new file mode 100644 index 0000000..dc40cbc Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_bar.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_bar_item.png b/pkarcs_doors/textures/pkarcs_doors_bar_item.png new file mode 100644 index 0000000..f867882 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_bar_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_bronze.png b/pkarcs_doors/textures/pkarcs_doors_bronze.png new file mode 100644 index 0000000..b2679f9 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_bronze.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_bronze_item.png b/pkarcs_doors/textures/pkarcs_doors_bronze_item.png new file mode 100644 index 0000000..4e01c1d Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_bronze_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_copper.png b/pkarcs_doors/textures/pkarcs_doors_copper.png new file mode 100644 index 0000000..c332a54 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_copper.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_copper_item.png b/pkarcs_doors/textures/pkarcs_doors_copper_item.png new file mode 100644 index 0000000..d830fbd Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_copper_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_iron.png b/pkarcs_doors/textures/pkarcs_doors_iron.png new file mode 100644 index 0000000..9298a2c Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_iron.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_iron_item.png b/pkarcs_doors/textures/pkarcs_doors_iron_item.png new file mode 100644 index 0000000..0f0d978 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_iron_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_junglewood.png b/pkarcs_doors/textures/pkarcs_doors_junglewood.png new file mode 100644 index 0000000..40ed36e Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_junglewood.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_junglewood_item.png b/pkarcs_doors/textures/pkarcs_doors_junglewood_item.png new file mode 100644 index 0000000..35f1a95 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_junglewood_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_pine.png b/pkarcs_doors/textures/pkarcs_doors_pine.png new file mode 100644 index 0000000..c38ca9a Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_pine.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_pine_wood_item.png b/pkarcs_doors/textures/pkarcs_doors_pine_wood_item.png new file mode 100644 index 0000000..d62c151 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_pine_wood_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_steel.png b/pkarcs_doors/textures/pkarcs_doors_steel.png new file mode 100644 index 0000000..9359d35 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_steel.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_steel_item.png b/pkarcs_doors/textures/pkarcs_doors_steel_item.png new file mode 100644 index 0000000..e7c3114 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_steel_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_tin.png b/pkarcs_doors/textures/pkarcs_doors_tin.png new file mode 100644 index 0000000..92befb7 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_tin.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_tin_item.png b/pkarcs_doors/textures/pkarcs_doors_tin_item.png new file mode 100644 index 0000000..e2ee82d Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_tin_item.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_wood.png b/pkarcs_doors/textures/pkarcs_doors_wood.png new file mode 100644 index 0000000..4b1f8a4 Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_wood.png differ diff --git a/pkarcs_doors/textures/pkarcs_doors_wood_item.png b/pkarcs_doors/textures/pkarcs_doors_wood_item.png new file mode 100644 index 0000000..019aa2f Binary files /dev/null and b/pkarcs_doors/textures/pkarcs_doors_wood_item.png differ diff --git a/pkarcs_doors3/LICENSE b/pkarcs_doors3/LICENSE new file mode 100644 index 0000000..8000a6f --- /dev/null +++ b/pkarcs_doors3/LICENSE @@ -0,0 +1,504 @@ + GNU LESSER GENERAL PUBLIC LICENSE + Version 2.1, February 1999 + + Copyright (C) 1991, 1999 Free Software Foundation, Inc. + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + +[This is the first released version of the Lesser GPL. It also counts + as the successor of the GNU Library Public License, version 2, hence + the version number 2.1.] + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +Licenses are intended to guarantee your freedom to share and change +free software--to make sure the software is free for all its users. + + This license, the Lesser General Public License, applies to some +specially designated software packages--typically libraries--of the +Free Software Foundation and other authors who decide to use it. You +can use it too, but we suggest you first think carefully about whether +this license or the ordinary General Public License is the better +strategy to use in any particular case, based on the explanations below. + + When we speak of free software, we are referring to freedom of use, +not price. Our General Public Licenses are designed to make sure that +you have the freedom to distribute copies of free software (and charge +for this service if you wish); that you receive source code or can get +it if you want it; that you can change the software and use pieces of +it in new free programs; and that you are informed that you can do +these things. + + To protect your rights, we need to make restrictions that forbid +distributors to deny you these rights or to ask you to surrender these +rights. These restrictions translate to certain responsibilities for +you if you distribute copies of the library or if you modify it. + + For example, if you distribute copies of the library, whether gratis +or for a fee, you must give the recipients all the rights that we gave +you. You must make sure that they, too, receive or can get the source +code. If you link other code with the library, you must provide +complete object files to the recipients, so that they can relink them +with the library after making changes to the library and recompiling +it. And you must show them these terms so they know their rights. + + We protect your rights with a two-step method: (1) we copyright the +library, and (2) we offer you this license, which gives you legal +permission to copy, distribute and/or modify the library. + + To protect each distributor, we want to make it very clear that +there is no warranty for the free library. Also, if the library is +modified by someone else and passed on, the recipients should know +that what they have is not the original version, so that the original +author's reputation will not be affected by problems that might be +introduced by others. + + Finally, software patents pose a constant threat to the existence of +any free program. We wish to make sure that a company cannot +effectively restrict the users of a free program by obtaining a +restrictive license from a patent holder. Therefore, we insist that +any patent license obtained for a version of the library must be +consistent with the full freedom of use specified in this license. + + Most GNU software, including some libraries, is covered by the +ordinary GNU General Public License. This license, the GNU Lesser +General Public License, applies to certain designated libraries, and +is quite different from the ordinary General Public License. We use +this license for certain libraries in order to permit linking those +libraries into non-free programs. + + When a program is linked with a library, whether statically or using +a shared library, the combination of the two is legally speaking a +combined work, a derivative of the original library. The ordinary +General Public License therefore permits such linking only if the +entire combination fits its criteria of freedom. The Lesser General +Public License permits more lax criteria for linking other code with +the library. + + We call this license the "Lesser" General Public License because it +does Less to protect the user's freedom than the ordinary General +Public License. It also provides other free software developers Less +of an advantage over competing non-free programs. These disadvantages +are the reason we use the ordinary General Public License for many +libraries. However, the Lesser license provides advantages in certain +special circumstances. + + For example, on rare occasions, there may be a special need to +encourage the widest possible use of a certain library, so that it becomes +a de-facto standard. To achieve this, non-free programs must be +allowed to use the library. A more frequent case is that a free +library does the same job as widely used non-free libraries. In this +case, there is little to gain by limiting the free library to free +software only, so we use the Lesser General Public License. + + In other cases, permission to use a particular library in non-free +programs enables a greater number of people to use a large body of +free software. For example, permission to use the GNU C Library in +non-free programs enables many more people to use the whole GNU +operating system, as well as its variant, the GNU/Linux operating +system. + + Although the Lesser General Public License is Less protective of the +users' freedom, it does ensure that the user of a program that is +linked with the Library has the freedom and the wherewithal to run +that program using a modified version of the Library. + + The precise terms and conditions for copying, distribution and +modification follow. Pay close attention to the difference between a +"work based on the library" and a "work that uses the library". The +former contains code derived from the library, whereas the latter must +be combined with the library in order to run. + + GNU LESSER GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License Agreement applies to any software library or other +program which contains a notice placed by the copyright holder or +other authorized party saying it may be distributed under the terms of +this Lesser General Public License (also called "this License"). +Each licensee is addressed as "you". + + A "library" means a collection of software functions and/or data +prepared so as to be conveniently linked with application programs +(which use some of those functions and data) to form executables. + + The "Library", below, refers to any such software library or work +which has been distributed under these terms. A "work based on the +Library" means either the Library or any derivative work under +copyright law: that is to say, a work containing the Library or a +portion of it, either verbatim or with modifications and/or translated +straightforwardly into another language. (Hereinafter, translation is +included without limitation in the term "modification".) + + "Source code" for a work means the preferred form of the work for +making modifications to it. For a library, complete source code means +all the source code for all modules it contains, plus any associated +interface definition files, plus the scripts used to control compilation +and installation of the library. + + Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running a program using the Library is not restricted, and output from +such a program is covered only if its contents constitute a work based +on the Library (independent of the use of the Library in a tool for +writing it). Whether that is true depends on what the Library does +and what the program that uses the Library does. + + 1. You may copy and distribute verbatim copies of the Library's +complete source code as you receive it, in any medium, provided that +you conspicuously and appropriately publish on each copy an +appropriate copyright notice and disclaimer of warranty; keep intact +all the notices that refer to this License and to the absence of any +warranty; and distribute a copy of this License along with the +Library. + + You may charge a fee for the physical act of transferring a copy, +and you may at your option offer warranty protection in exchange for a +fee. + + 2. You may modify your copy or copies of the Library or any portion +of it, thus forming a work based on the Library, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) The modified work must itself be a software library. + + b) You must cause the files modified to carry prominent notices + stating that you changed the files and the date of any change. + + c) You must cause the whole of the work to be licensed at no + charge to all third parties under the terms of this License. + + d) If a facility in the modified Library refers to a function or a + table of data to be supplied by an application program that uses + the facility, other than as an argument passed when the facility + is invoked, then you must make a good faith effort to ensure that, + in the event an application does not supply such function or + table, the facility still operates, and performs whatever part of + its purpose remains meaningful. + + (For example, a function in a library to compute square roots has + a purpose that is entirely well-defined independent of the + application. Therefore, Subsection 2d requires that any + application-supplied function or table used by this function must + be optional: if the application does not supply it, the square + root function must still compute square roots.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Library, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Library, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Library. + +In addition, mere aggregation of another work not based on the Library +with the Library (or with a work based on the Library) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may opt to apply the terms of the ordinary GNU General Public +License instead of this License to a given copy of the Library. To do +this, you must alter all the notices that refer to this License, so +that they refer to the ordinary GNU General Public License, version 2, +instead of to this License. (If a newer version than version 2 of the +ordinary GNU General Public License has appeared, then you can specify +that version instead if you wish.) Do not make any other change in +these notices. + + Once this change is made in a given copy, it is irreversible for +that copy, so the ordinary GNU General Public License applies to all +subsequent copies and derivative works made from that copy. + + This option is useful when you wish to copy part of the code of +the Library into a program that is not a library. + + 4. You may copy and distribute the Library (or a portion or +derivative of it, under Section 2) in object code or executable form +under the terms of Sections 1 and 2 above provided that you accompany +it with the complete corresponding machine-readable source code, which +must be distributed under the terms of Sections 1 and 2 above on a +medium customarily used for software interchange. + + If distribution of object code is made by offering access to copy +from a designated place, then offering equivalent access to copy the +source code from the same place satisfies the requirement to +distribute the source code, even though third parties are not +compelled to copy the source along with the object code. + + 5. A program that contains no derivative of any portion of the +Library, but is designed to work with the Library by being compiled or +linked with it, is called a "work that uses the Library". Such a +work, in isolation, is not a derivative work of the Library, and +therefore falls outside the scope of this License. + + However, linking a "work that uses the Library" with the Library +creates an executable that is a derivative of the Library (because it +contains portions of the Library), rather than a "work that uses the +library". The executable is therefore covered by this License. +Section 6 states terms for distribution of such executables. + + When a "work that uses the Library" uses material from a header file +that is part of the Library, the object code for the work may be a +derivative work of the Library even though the source code is not. +Whether this is true is especially significant if the work can be +linked without the Library, or if the work is itself a library. The +threshold for this to be true is not precisely defined by law. + + If such an object file uses only numerical parameters, data +structure layouts and accessors, and small macros and small inline +functions (ten lines or less in length), then the use of the object +file is unrestricted, regardless of whether it is legally a derivative +work. (Executables containing this object code plus portions of the +Library will still fall under Section 6.) + + Otherwise, if the work is a derivative of the Library, you may +distribute the object code for the work under the terms of Section 6. +Any executables containing that work also fall under Section 6, +whether or not they are linked directly with the Library itself. + + 6. As an exception to the Sections above, you may also combine or +link a "work that uses the Library" with the Library to produce a +work containing portions of the Library, and distribute that work +under terms of your choice, provided that the terms permit +modification of the work for the customer's own use and reverse +engineering for debugging such modifications. + + You must give prominent notice with each copy of the work that the +Library is used in it and that the Library and its use are covered by +this License. You must supply a copy of this License. If the work +during execution displays copyright notices, you must include the +copyright notice for the Library among them, as well as a reference +directing the user to the copy of this License. Also, you must do one +of these things: + + a) Accompany the work with the complete corresponding + machine-readable source code for the Library including whatever + changes were used in the work (which must be distributed under + Sections 1 and 2 above); and, if the work is an executable linked + with the Library, with the complete machine-readable "work that + uses the Library", as object code and/or source code, so that the + user can modify the Library and then relink to produce a modified + executable containing the modified Library. (It is understood + that the user who changes the contents of definitions files in the + Library will not necessarily be able to recompile the application + to use the modified definitions.) + + b) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (1) uses at run time a + copy of the library already present on the user's computer system, + rather than copying library functions into the executable, and (2) + will operate properly with a modified version of the library, if + the user installs one, as long as the modified version is + interface-compatible with the version that the work was made with. + + c) Accompany the work with a written offer, valid for at + least three years, to give the same user the materials + specified in Subsection 6a, above, for a charge no more + than the cost of performing this distribution. + + d) If distribution of the work is made by offering access to copy + from a designated place, offer equivalent access to copy the above + specified materials from the same place. + + e) Verify that the user has already received a copy of these + materials or that you have already sent this user a copy. + + For an executable, the required form of the "work that uses the +Library" must include any data and utility programs needed for +reproducing the executable from it. However, as a special exception, +the materials to be distributed need not include anything that is +normally distributed (in either source or binary form) with the major +components (compiler, kernel, and so on) of the operating system on +which the executable runs, unless that component itself accompanies +the executable. + + It may happen that this requirement contradicts the license +restrictions of other proprietary libraries that do not normally +accompany the operating system. Such a contradiction means you cannot +use both them and the Library together in an executable that you +distribute. + + 7. You may place library facilities that are a work based on the +Library side-by-side in a single library together with other library +facilities not covered by this License, and distribute such a combined +library, provided that the separate distribution of the work based on +the Library and of the other library facilities is otherwise +permitted, and provided that you do these two things: + + a) Accompany the combined library with a copy of the same work + based on the Library, uncombined with any other library + facilities. This must be distributed under the terms of the + Sections above. + + b) Give prominent notice with the combined library of the fact + that part of it is a work based on the Library, and explaining + where to find the accompanying uncombined form of the same work. + + 8. You may not copy, modify, sublicense, link with, or distribute +the Library except as expressly provided under this License. Any +attempt otherwise to copy, modify, sublicense, link with, or +distribute the Library is void, and will automatically terminate your +rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses +terminated so long as such parties remain in full compliance. + + 9. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Library or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Library (or any work based on the +Library), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + + 10. Each time you redistribute the Library (or any work based on the +Library), the recipient automatically receives a license from the +original licensor to copy, distribute, link with or modify the Library +subject to these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties with +this License. + + 11. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Library at all. For example, if a patent +license would not permit royalty-free redistribution of the Library by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 12. If the distribution and/or use of the Library is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Library under this License may add +an explicit geographical distribution limitation excluding those countries, +so that distribution is permitted only in or among countries not thus +excluded. In such case, this License incorporates the limitation as if +written in the body of this License. + + 13. The Free Software Foundation may publish revised and/or new +versions of the Lesser General Public License from time to time. +Such new versions will be similar in spirit to the present version, +but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Library +specifies a version number of this License which applies to it and +"any later version", you have the option of following the terms and +conditions either of that version or of any later version published by +the Free Software Foundation. If the Library does not specify a +license version number, you may choose any version ever published by +the Free Software Foundation. + + 14. If you wish to incorporate parts of the Library into other free +programs whose distribution conditions are incompatible with these, +write to the author to ask for permission. For software which is +copyrighted by the Free Software Foundation, write to the Free +Software Foundation; we sometimes make exceptions for this. Our +decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + + 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO +WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. +EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY +KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE +LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN +WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY +AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU +FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR +CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE +LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH +DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Libraries + + If you develop a new library, and you want it to be of the greatest +possible use to the public, we recommend making it free software that +everyone can redistribute and change. You can do so by permitting +redistribution under these terms (or, alternatively, under the terms of the +ordinary General Public License). + + To apply these terms, attach the following notices to the library. It is +safest to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least the +"copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 + USA + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the library, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the + library `Frob' (a library for tweaking knobs) written by James Random + Hacker. + + , 1 April 1990 + Ty Coon, President of Vice + +That's all there is to it! diff --git a/pkarcs_doors3/README.md b/pkarcs_doors3/README.md new file mode 100644 index 0000000..d30ef4f --- /dev/null +++ b/pkarcs_doors3/README.md @@ -0,0 +1,63 @@ +# pkarcs doors3 +This mod adds 3-node-high arched doors to Minetest Game to work specifically with PEAK's mod Simple Arcs (pkarcs) https://forum.minetest.net/viewtopic.php?f=11&t=14541 + +## Dependencies +- default (included in minetest_game) +- doors (included in minetest_game) +- xpanes (included in minetest_game) +- mesecons (**optional dependency!**) + +## Requierments +Works with MT/MTG 5.0.0+. + +## License +Click [here](https://github.com/TumeniNodes/pkarcs/blob/master/LICENSE) to see the license. +License for media found in their respective folders + +## Installation +- Unzip the archive, rename the folder to pkarcs and +place it in ..minetest/mods/ + +- GNU/Linux: If you use a system-wide installation place + it in ~/.minetest/mods/. + +- If you only want this to be used in a single world, place + the folder in ..worldmods/ in your world directory. + +For further information or help, see: +https://wiki.minetest.net/Installing_Mods + +## Bugs, suggestions, features & bugfixes. +Report bugs or suggest ideas by [creating an issue](https://github.com/TumeniNodes/pkarcs/issues/new). +If you know how to fix an issue, or want something to be added, consider opening a [pull request](https://github.com/TumeniNodes/pkarcs/compare). + +## Announcing 3-node-high arched doors +TumeniNodes 2017-07-03 + +Added pkarcs doors3. 3-node-high arched doors which work exclusively with pkarcs. + +Basic options for doors are wood and metal types. (sorry, no glass types, you can add if you like) + +Acacia Wood + +Apple Wood (typically known as just "wood" in Minetest Game) + +Aspen Wood + +Jungle Wood + +Pine Wood + +Bronze + +Copper + +Iron + +Steel + +Tin + +## Additional info +If you want to get additional info about this fork, go to the [Minetest Forums](https://forum.minetest.net/viewtopic.php?f=9&t=22839). +If you want to go to the original topic of the mod, click [here](https://forum.minetest.net/viewtopic.php?f=11&t=14541). diff --git a/pkarcs_doors3/craft left.png b/pkarcs_doors3/craft left.png new file mode 100644 index 0000000..67af463 Binary files /dev/null and b/pkarcs_doors3/craft left.png differ diff --git a/pkarcs_doors3/craft right.png b/pkarcs_doors3/craft right.png new file mode 100644 index 0000000..18da443 Binary files /dev/null and b/pkarcs_doors3/craft right.png differ diff --git a/pkarcs_doors3/init.lua b/pkarcs_doors3/init.lua new file mode 100644 index 0000000..16a880e --- /dev/null +++ b/pkarcs_doors3/init.lua @@ -0,0 +1,349 @@ +screwdriver = screwdriver or {} + +pkarcs_doors3 = {} + +-- Register Door Nodes +pkarcs_doors3.door = { + { + "acacia_wood", + "Acacia Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors3_acacia.png", backface_culling = true}, + "default:acacia_wood" + }, + + { + "aspen_wood", + "Aspen Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors3_aspen.png", backface_culling = true}, + "default:aspen_wood" + }, + + { + "junglewood", + "Junglewood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors3_junglewood.png", backface_culling = true}, + "default:junglewood" + }, + + { + "pine_wood", + "Pine Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors3_pine.png", backface_culling = true}, + "default:pine_wood" + }, + + { + "wood", + "Wood", + {choppy = 2, door = 1}, + default.node_sound_wood_defaults(), + "doors_door", + {name = "pkarcs_doors3_wood.png", backface_culling = true}, + "default:wood" + }, + + { + "bronze", + "Bronze", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors3_bronze.png", backface_culling = true}, + "default:bronzeblock" + }, + + { + "copper", + "Copper", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors3_copper.png", backface_culling = true}, + "default:copperblock" + }, + + { + "iron", + "Iron", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors3_iron.png", backface_culling = true}, + "default:iron_lump" + }, + + { + "steel", + "Steel", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors3_steel.png", backface_culling = true}, + "default:steelblock" + }, + + { + "tin", + "Tin", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors3_tin.png", backface_culling = true}, + "default:tinblock" + }, + + { + "bar", + "Bar", + {cracky = 1, level = 2, door = 1}, + default.node_sound_metal_defaults(), + "doors_steel_door", + {name = "pkarcs_doors3_bar.png", backface_culling = true}, + "xpanes:bar_flat" + }, +} + + +-- open and close actions as generalized functions +pkarcs_doors3.open = function (pos, node, name, side, door_sound) + if not side or side == "L" then + minetest.swap_node(pos, {name = "pkarcs_doors3:" ..name.. "_Ldoor_open", param2 = node.param2}) + elseif side == "R" or side then + minetest.swap_node(pos, {name = "pkarcs_doors3:" ..name.. "_Rdoor_open", param2 = node.param2}) + end + minetest.sound_play(door_sound.."_open", {pos = pos, gain = 0.20, max_hear_distance = 10}) +end + +pkarcs_doors3.close = function (pos, node, name, side, door_sound) + if not side or side == "L" then + minetest.swap_node(pos, {name = "pkarcs_doors3:" ..name.. "_Ldoor", param2 = node.param2}) + elseif side == "R" or side then + minetest.swap_node(pos, {name = "pkarcs_doors3:" ..name.. "_Rdoor", param2 = node.param2}) + end + minetest.sound_play(door_sound.."_close", {pos = pos, gain = 0.15, max_hear_distance = 10}) +end + +for _, row in ipairs(pkarcs_doors3.door) do + local name = row[1] + local desc = row[2] + local mat_groups = row[3] + local mat_sound = row[4] + local door_sound = row[5] + local door_tiles = row[6] + local craft_material = row[7] + + + local Ldoor_def = { + description = desc.. " Arch Door3 (left)", + inventory_image = "pkarcs_doors3_" ..name.. "_item.png", + wield_image = "pkarcs_doors3_" ..name.. "_item.png", + drawtype = "mesh", + mesh = "pkarcs_doors3_L.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 2.4375, -0.375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 2.4375, -0.375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors3.open(pos, node, name, "L", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Ldoor_def.mesecons = { + effector = { + action_on = function(pos, node) + pkarcs_doors3.open(pos, node, name, "L", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors3:" ..name.. "_Ldoor", Ldoor_def) + + local Ldoor_open_def = { + drawtype = "mesh", + mesh = "pkarcs_doors3_L_open.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + legacy_facedir_simple = true, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + drop = "pkarcs_doors3:" ..name.. "_Ldoor", + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -1.4375, -0.375, 2.4375, -0.4375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -1.4375, -0.375, 2.4375, -0.4375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors3.close(pos, node, name, "L", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Ldoor_open_def.mesecons = { + effector = { + action_off = function(pos, node) + pkarcs_doors3.close(pos, node, name, "L", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors3:" ..name.. "_Ldoor_open", Ldoor_open_def) + + local Rdoor_def = { + description = desc.. " Arch Door3 (right)", + inventory_image = "pkarcs_doors3_" ..name.. "_item.png^[transformFXX", + wield_image = "pkarcs_doors3_" ..name.. "_item.png^[transformFXX", + drawtype = "mesh", + mesh = "pkarcs_doors3_R.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 2.4375, -0.375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {-0.5, -0.5, -0.5, 0.5, 2.4375, -0.375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors3.open(pos, node, name, "R", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Rdoor_def.mesecons = { + effector = { + action_on = function(pos, node) + pkarcs_doors3.open(pos, node, name, "R", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors3:" ..name.. "_Rdoor", Rdoor_def) + + + local Rdoor_open_def = { + drawtype = "mesh", + mesh = "pkarcs_doors3_R_open.obj", + tiles = {door_tiles}, + use_texture_alpha = true, + paramtype = "light", + paramtype2 = "facedir", + on_rotate = screwdriver.rotate_simple, + legacy_facedir_simple = true, + sunlight_propogates = true, + is_ground_content = false, + groups = mat_groups, + drop = "pkarcs_doors3:" ..name.. "_Rdoor", + sounds = mat_sound, + selection_box = { + type = "fixed", + fixed = { + {0.375, -0.5, -1.4375, 0.5, 2.4375, -0.4375}, + }, + }, + collision_box = { + type = "fixed", + fixed = { + {0.375, -0.5, -1.4375, 0.5, 2.4375, -0.4375}, + }, + }, + on_rightclick = function(pos, node, puncher) + pkarcs_doors3.close(pos, node, name, "R", door_sound) + end, + } + + if minetest.get_modpath("mesecons") then + Rdoor_open_def.mesecons = { + effector = { + action_off = function(pos, node) + pkarcs_doors3.close(pos, node, name, "R", door_sound) + end, + rules = mesecon.rules.pplate + } + } + end + + minetest.register_node(":pkarcs_doors3:" ..name.. "_Rdoor_open", Rdoor_open_def) + + +-- +-- Crafting +-- + + minetest.register_craft({ + output = "pkarcs_doors3:" ..name.. "_Ldoor", + recipe = { + {"", craft_material, ""}, + {craft_material, craft_material, ""}, + {craft_material, craft_material, ""}, + } + }) + + minetest.register_craft({ + output = "pkarcs_doors3:" ..name.. "_Rdoor", + recipe = { + {"", craft_material, ""}, + {"", craft_material, craft_material}, + {"", craft_material, craft_material}, + } + }) +end diff --git a/pkarcs_doors3/mod.conf b/pkarcs_doors3/mod.conf new file mode 100644 index 0000000..374c525 --- /dev/null +++ b/pkarcs_doors3/mod.conf @@ -0,0 +1,3 @@ +name = pkarcs_doors3 +depends = default, doors, xpanes +optional_depends = mesecons diff --git a/pkarcs_doors3/models/LICENSE.txt b/pkarcs_doors3/models/LICENSE.txt new file mode 100644 index 0000000..410ae3d --- /dev/null +++ b/pkarcs_doors3/models/LICENSE.txt @@ -0,0 +1,130 @@ +(c) TumeniNodes 2016 - 2019 + CC BY-SA 4.0 + +* arch_doors3_L.obj +* arch_doors3_L_open.obj +* arch_doors3_R.obj +* arch_doors3_R_open.obj + +** With great thanks to VanessaE for setting the models to use triangulation. An issue I was unable to figure out. ** (Now I know what to do if the same issue pops up one day) Knowledge is Power + +Creative Commons Attribution-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + Licensor means the individual(s) or entity(ies) granting rights under this Public License. + Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + License grant. + Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + reproduce and Share the Licensed Material, in whole or in part; and + produce, reproduce, and Share Adapted Material. + Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + Term. The term of this Public License is specified in Section 6(a). + Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + Downstream recipients. + Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + Other rights. + Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + Patent and trademark rights are not licensed under this Public License. + To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + Attribution. + + If You Share the Licensed Material (including in modified form), You must: + retain the following if it is supplied by the Licensor with the Licensed Material: + identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + a copyright notice; + a notice that refers to this Public License; + a notice that refers to the disclaimer of warranties; + a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + ShareAlike. + + In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + upon express reinstatement by the Licensor. + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. + +Additional languages available: Bahasa Indonesia, Español, eesti keel, euskara, Deutsch, Español, français, hrvatski, italiano, latviski, Lietuvių, Nederlands, norsk, polski, português, suomeksi, svenska, te reo Māori, Türkçe, čeština, Ελληνικά, русский, українська, العربية, 日本語. Please read the FAQ for more information about official translations. + + Contact Privacy Policies Terms + +We'd love to hear from you! +Creative Commons +PO Box 1866, Mountain View, CA 94042 + + info@creativecommons.org + Frequently Asked Questions + + diff --git a/pkarcs_doors3/models/pkarcs_doors3_L.obj b/pkarcs_doors3/models/pkarcs_doors3_L.obj new file mode 100644 index 0000000..1de852a --- /dev/null +++ b/pkarcs_doors3/models/pkarcs_doors3_L.obj @@ -0,0 +1,266 @@ +# Blender v2.79 (sub 0) OBJ File: 'pkarcs_doors3_L.blend' +# www.blender.org +o Cube +v 0.500000 -0.500000 -0.500000 +v 0.500000 -0.500000 -0.375000 +v -0.500000 -0.500000 -0.375000 +v -0.500000 -0.500000 -0.500000 +v 0.500000 1.500000 -0.500000 +v -0.500000 2.437500 -0.500000 +v -0.250000 2.437500 -0.500000 +v -0.250000 2.375000 -0.500000 +v -0.062500 2.375000 -0.500000 +v -0.062500 2.312500 -0.500000 +v 0.000000 2.312500 -0.500000 +v 0.000000 2.250000 -0.500000 +v 0.125000 2.250000 -0.500000 +v 0.125000 2.187500 -0.500000 +v 0.187500 2.187500 -0.500000 +v 0.187500 2.125000 -0.500000 +v 0.250000 2.125000 -0.500000 +v 0.250000 2.000000 -0.500000 +v 0.312500 2.000000 -0.500000 +v 0.312500 1.937500 -0.500000 +v 0.375000 1.937500 -0.500000 +v 0.375000 1.750000 -0.500000 +v 0.437500 1.750000 -0.500000 +v 0.437500 1.500000 -0.500000 +v 0.500000 1.500000 -0.378906 +v -0.500000 2.437500 -0.375000 +v 0.437500 1.500000 -0.378906 +v 0.437500 1.750000 -0.378906 +v 0.375000 1.750000 -0.378906 +v 0.375000 1.937500 -0.378906 +v 0.312500 1.937500 -0.378906 +v 0.312500 2.000000 -0.378906 +v 0.250000 2.000000 -0.378906 +v 0.250000 2.125000 -0.378906 +v 0.187500 2.125000 -0.378906 +v 0.187500 2.187500 -0.378906 +v 0.125000 2.187500 -0.378906 +v 0.125000 2.250000 -0.378906 +v 0.000000 2.250000 -0.378906 +v 0.000000 2.312500 -0.378906 +v -0.062500 2.312500 -0.378906 +v -0.062500 2.375000 -0.378906 +v -0.250000 2.375000 -0.378906 +v -0.250000 2.437500 -0.378906 +vt 0.000000 0.000000 +vt 1.000000 0.021277 +vt 0.000000 0.021277 +vt 0.500000 0.895833 +vt 0.250000 0.812500 +vt 0.125000 0.729167 +vt -0.000000 0.645833 +vt 0.062500 0.000000 +vt 0.062500 0.645833 +vt 0.125000 0.729167 +vt 0.250000 0.812500 +vt 0.500000 0.895833 +vt 1.000000 0.000000 +vt 0.937500 0.958333 +vt 1.000000 0.958333 +vt 0.062500 0.979167 +vt -0.000000 0.958333 +vt -0.000000 0.979167 +vt 1.000000 0.979167 +vt 0.750000 0.958333 +vt 0.750000 0.979167 +vt -0.000000 0.937500 +vt 0.062500 0.958333 +vt 0.062500 0.937500 +vt 0.750000 0.958333 +vt 0.562500 0.979167 +vt 0.562500 0.958333 +vt 0.062500 0.916667 +vt -0.000000 0.895833 +vt -0.000000 0.916667 +vt 0.375000 0.958333 +vt 0.500000 0.979167 +vt 0.500000 0.958333 +vt 0.062500 0.895833 +vt -0.000000 0.875000 +vt -0.000000 0.895833 +vt 0.375000 0.958333 +vt 0.312500 0.979167 +vt 0.312500 0.958333 +vt -0.000000 0.875000 +vt 0.062500 0.854167 +vt 0.062500 0.875000 +vt 0.312500 0.979167 +vt 0.250000 0.958333 +vt 0.250000 0.979167 +vt 0.062500 0.854167 +vt -0.000000 0.812500 +vt -0.000000 0.854167 +vt 0.250000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.812500 +vt -0.000000 0.791667 +vt -0.000000 0.812500 +vt 0.125000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.729167 +vt -0.000000 0.791667 +vt 0.062500 0.791667 +vt 0.062500 0.979167 +vt 0.125000 0.958333 +vt 0.125000 0.979167 +vt -0.000000 0.729167 +vt 0.062500 0.645833 +vt -0.000000 0.645833 +vt 0.062500 0.937500 +vt -0.000000 0.916667 +vt 0.062500 0.916667 +vt 0.562500 0.979167 +vt 0.500000 0.958333 +vt 0.500000 0.979167 +vt 1.000000 0.000000 +vt 0.062500 0.645833 +vt -0.000000 0.645833 +vt 0.000000 0.000000 +vt 0.750000 0.958333 +vt 0.750000 0.937500 +vt 0.562500 0.937500 +vt 0.562500 0.916667 +vt 0.500000 0.916667 +vt 0.375000 0.895833 +vt 0.375000 0.875000 +vt 0.312500 0.875000 +vt 0.312500 0.854167 +vt 0.250000 0.854167 +vt 0.187500 0.812500 +vt 0.187500 0.791667 +vt 0.125000 0.791667 +vt 0.062500 0.729167 +vt 1.000000 0.958333 +vt 0.750000 0.937500 +vt 0.062500 0.645833 +vt 0.062500 0.729167 +vt 0.562500 0.916667 +vt 0.562500 0.937500 +vt 0.500000 0.916667 +vt 0.375000 0.875000 +vt 0.375000 0.895833 +vt 0.312500 0.854167 +vt 0.312500 0.875000 +vt 0.250000 0.854167 +vt 0.187500 0.791667 +vt 0.187500 0.812500 +vt 0.125000 0.791667 +vt 0.937500 0.000000 +vt 0.062500 0.958333 +vt -0.000000 0.958333 +vt 0.750000 0.979167 +vt 0.062500 0.895833 +vt 0.375000 0.979167 +vt 0.062500 0.875000 +vt 0.375000 0.979167 +vt -0.000000 0.854167 +vt 0.312500 0.958333 +vt 0.062500 0.812500 +vt 0.250000 0.958333 +vt 0.062500 0.791667 +vt 0.125000 0.958333 +vt -0.000000 0.729167 +vt 0.062500 0.958333 +vt 0.062500 0.729167 +vt -0.000000 0.937500 +vt 0.562500 0.958333 +vn 0.0000 -1.0000 0.0000 +vn 0.0000 0.0000 -1.0000 +vn 1.0000 0.0000 0.0000 +vn 0.0000 0.0000 1.0000 +vn -1.0000 0.0000 0.0000 +vn 0.0000 1.0000 0.0000 +vn 0.0156 0.0000 0.9999 +vn 0.0042 0.0000 1.0000 +vn 0.0194 0.0153 0.9997 +vn 0.0000 0.0020 1.0000 +s off +f 2/1/1 4/2/1 1/3/1 +f 12/4/2 18/5/2 22/6/2 +f 25/7/3 1/8/3 5/9/3 +f 29/10/4 33/11/4 39/12/4 +f 4/13/5 26/14/5 6/15/5 +f 25/16/6 24/17/6 27/18/6 +f 6/19/6 44/20/6 7/21/6 +f 7/22/3 43/23/3 8/24/3 +f 8/25/6 42/26/6 9/27/6 +f 39/28/3 11/29/3 40/30/3 +f 38/31/6 12/32/6 39/33/6 +f 37/34/3 13/35/3 38/36/3 +f 36/37/6 14/38/6 37/39/6 +f 35/40/3 15/41/3 36/42/3 +f 34/43/6 16/44/6 35/45/6 +f 33/46/3 17/47/3 34/48/3 +f 32/49/6 18/50/6 33/51/6 +f 31/52/3 19/53/3 32/54/3 +f 30/55/6 20/56/6 31/57/6 +f 29/58/3 21/59/3 30/60/3 +f 28/61/6 22/62/6 29/63/6 +f 27/64/3 23/65/3 28/66/3 +f 9/67/3 41/68/3 10/69/3 +f 40/70/6 10/71/6 41/72/6 +f 2/1/1 3/73/1 4/2/1 +f 24/74/2 5/75/2 1/76/2 +f 1/76/2 4/13/2 24/74/2 +f 4/13/2 6/15/2 24/74/2 +f 6/15/2 7/77/2 8/78/2 +f 8/78/2 9/79/2 10/80/2 +f 10/80/2 11/81/2 12/4/2 +f 12/4/2 13/82/2 14/83/2 +f 14/83/2 15/84/2 16/85/2 +f 16/85/2 17/86/2 18/5/2 +f 18/5/2 19/87/2 20/88/2 +f 20/88/2 21/89/2 22/6/2 +f 22/6/2 23/90/2 24/74/2 +f 6/15/2 8/78/2 22/6/2 +f 8/78/2 10/80/2 12/4/2 +f 12/4/2 14/83/2 16/85/2 +f 8/78/2 12/4/2 22/6/2 +f 22/6/2 24/74/2 6/15/2 +f 18/5/2 20/88/2 22/6/2 +f 12/4/2 16/85/2 18/5/2 +f 25/7/3 2/1/3 1/8/3 +f 44/20/7 26/91/7 43/92/7 +f 26/91/8 3/73/8 27/93/8 +f 43/92/9 26/91/9 27/93/9 +f 3/73/10 2/1/10 27/93/10 +f 2/1/10 25/7/10 27/93/10 +f 27/93/4 28/94/4 29/10/4 +f 41/95/4 42/96/4 43/92/4 +f 39/12/4 40/97/4 41/95/4 +f 37/98/4 38/99/4 39/12/4 +f 35/100/4 36/101/4 37/98/4 +f 33/11/4 34/102/4 35/100/4 +f 31/103/4 32/104/4 33/11/4 +f 29/10/4 30/105/4 31/103/4 +f 27/93/4 29/10/4 43/92/4 +f 41/95/4 43/92/4 39/12/4 +f 39/12/4 43/92/4 29/10/4 +f 35/100/4 37/98/4 39/12/4 +f 29/10/4 31/103/4 33/11/4 +f 33/11/4 35/100/4 39/12/4 +f 4/13/5 3/106/5 26/14/5 +f 25/16/6 5/107/6 24/17/6 +f 6/19/6 26/91/6 44/20/6 +f 7/22/3 44/108/3 43/23/3 +f 8/25/6 43/109/6 42/26/6 +f 39/28/3 12/110/3 11/29/3 +f 38/31/6 13/111/6 12/32/6 +f 37/34/3 14/112/3 13/35/3 +f 36/37/6 15/113/6 14/38/6 +f 35/40/3 16/114/3 15/41/3 +f 34/43/6 17/115/6 16/44/6 +f 33/46/3 18/116/3 17/47/3 +f 32/49/6 19/117/6 18/50/6 +f 31/52/3 20/118/3 19/53/3 +f 30/55/6 21/119/6 20/56/6 +f 29/58/3 22/120/3 21/59/3 +f 28/61/6 23/121/6 22/62/6 +f 27/64/3 24/122/3 23/65/3 +f 9/67/3 42/123/3 41/68/3 +f 40/70/6 11/124/6 10/71/6 diff --git a/pkarcs_doors3/models/pkarcs_doors3_L_open.obj b/pkarcs_doors3/models/pkarcs_doors3_L_open.obj new file mode 100644 index 0000000..fb7cae7 --- /dev/null +++ b/pkarcs_doors3/models/pkarcs_doors3_L_open.obj @@ -0,0 +1,262 @@ +# Blender v2.79 (sub 0) OBJ File: 'pkarcs_doors3_L_open.blend' +# www.blender.org +o Cube +v 0.500000 -0.500000 -0.437500 +v 0.375000 -0.500000 -0.437500 +v 0.375000 -0.500000 -1.437500 +v 0.500000 -0.500000 -1.437500 +v 0.500000 1.500000 -0.437500 +v 0.500000 2.437500 -1.437500 +v 0.500000 2.437500 -1.187500 +v 0.500000 2.375000 -1.187500 +v 0.500000 2.375000 -1.000000 +v 0.500000 2.312500 -1.000000 +v 0.500000 2.312500 -0.937500 +v 0.500000 2.250000 -0.937500 +v 0.500000 2.250000 -0.812500 +v 0.500000 2.187500 -0.812500 +v 0.500000 2.187500 -0.750000 +v 0.500000 2.125000 -0.750000 +v 0.500000 2.125000 -0.687500 +v 0.500000 2.000000 -0.687500 +v 0.500000 2.000000 -0.625000 +v 0.500000 1.937500 -0.625000 +v 0.500000 1.937500 -0.562500 +v 0.500000 1.750000 -0.562500 +v 0.500000 1.750000 -0.500000 +v 0.500000 1.500000 -0.500000 +v 0.375000 1.500000 -0.437500 +v 0.375000 2.437500 -1.437500 +v 0.375000 1.500000 -0.500000 +v 0.375000 1.750000 -0.500000 +v 0.375000 1.750000 -0.562500 +v 0.375000 1.937500 -0.562500 +v 0.375000 1.937500 -0.625000 +v 0.375000 2.000000 -0.625000 +v 0.375000 2.000000 -0.687500 +v 0.375000 2.125000 -0.687500 +v 0.375000 2.125000 -0.750000 +v 0.375000 2.187500 -0.750000 +v 0.375000 2.187500 -0.812500 +v 0.375000 2.250000 -0.812500 +v 0.375000 2.250000 -0.937500 +v 0.375000 2.312500 -0.937500 +v 0.375000 2.312500 -1.000000 +v 0.375000 2.375000 -1.000000 +v 0.375000 2.375000 -1.187500 +v 0.375000 2.437500 -1.187500 +vt 0.000000 -0.000000 +vt 1.000000 0.021277 +vt 0.000000 0.021277 +vt 0.500000 0.895833 +vt 0.250000 0.812500 +vt 0.125000 0.729167 +vt 0.062500 0.645833 +vt 0.000000 0.645833 +vt 0.125000 0.729167 +vt 0.250000 0.812500 +vt 0.500000 0.895833 +vt 1.000000 -0.000000 +vt 0.937500 0.958333 +vt 1.000000 0.958333 +vt 0.062500 0.979167 +vt 0.000000 0.958333 +vt 0.000000 0.979167 +vt 1.000000 0.979167 +vt 0.750000 0.958333 +vt 0.750000 0.979167 +vt 0.000000 0.937500 +vt 0.062500 0.958333 +vt 0.062500 0.937500 +vt 0.750000 0.958333 +vt 0.562500 0.979167 +vt 0.562500 0.958333 +vt 0.062500 0.916667 +vt 0.000000 0.895833 +vt 0.000000 0.916667 +vt 0.375000 0.958333 +vt 0.500000 0.979167 +vt 0.500000 0.958333 +vt 0.062500 0.895833 +vt 0.000000 0.875000 +vt 0.000000 0.895833 +vt 0.375000 0.958333 +vt 0.312500 0.979167 +vt 0.312500 0.958333 +vt 0.000000 0.875000 +vt 0.062500 0.854167 +vt 0.062500 0.875000 +vt 0.312500 0.979167 +vt 0.250000 0.958333 +vt 0.250000 0.979167 +vt 0.062500 0.854167 +vt 0.000000 0.812500 +vt 0.000000 0.854167 +vt 0.250000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.812500 +vt 0.000000 0.791667 +vt 0.000000 0.812500 +vt 0.125000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.729167 +vt 0.000000 0.791667 +vt 0.062500 0.791667 +vt 0.062500 0.979167 +vt 0.125000 0.958333 +vt 0.125000 0.979167 +vt 0.000000 0.729167 +vt 0.062500 0.645833 +vt 0.000000 0.645833 +vt 0.062500 0.937500 +vt 0.000000 0.916667 +vt 0.062500 0.916667 +vt 0.562500 0.979167 +vt 0.500000 0.958333 +vt 0.500000 0.979167 +vt 1.000000 -0.000000 +vt 0.062500 0.645833 +vt 0.000000 0.645833 +vt 0.000000 -0.000000 +vt 0.750000 0.958333 +vt 0.750000 0.937500 +vt 0.562500 0.937500 +vt 0.562500 0.916667 +vt 0.500000 0.916667 +vt 0.375000 0.895833 +vt 0.375000 0.875000 +vt 0.312500 0.875000 +vt 0.312500 0.854167 +vt 0.250000 0.854167 +vt 0.187500 0.812500 +vt 0.187500 0.791667 +vt 0.125000 0.791667 +vt 0.062500 0.729167 +vt 0.062500 -0.000000 +vt 1.000000 0.958333 +vt 0.750000 0.937500 +vt 0.062500 0.645833 +vt 0.062500 0.729167 +vt 0.562500 0.916667 +vt 0.562500 0.937500 +vt 0.500000 0.916667 +vt 0.375000 0.875000 +vt 0.375000 0.895833 +vt 0.312500 0.854167 +vt 0.312500 0.875000 +vt 0.250000 0.854167 +vt 0.187500 0.791667 +vt 0.187500 0.812500 +vt 0.125000 0.791667 +vt 0.937500 -0.000000 +vt 0.062500 0.958333 +vt 0.000000 0.958333 +vt 0.750000 0.979167 +vt 0.062500 0.895833 +vt 0.375000 0.979167 +vt 0.062500 0.875000 +vt 0.375000 0.979167 +vt 0.000000 0.854167 +vt 0.312500 0.958333 +vt 0.062500 0.812500 +vt 0.250000 0.958333 +vt 0.062500 0.791667 +vt 0.125000 0.958333 +vt 0.000000 0.729167 +vt 0.062500 0.958333 +vt 0.062500 0.729167 +vt 0.000000 0.937500 +vt 0.562500 0.958333 +vn 0.0000 -1.0000 0.0000 +vn 1.0000 0.0000 0.0000 +vn 0.0000 0.0000 1.0000 +vn -1.0000 0.0000 0.0000 +vn 0.0000 0.0000 -1.0000 +vn 0.0000 1.0000 0.0000 +s off +f 2/1/1 4/2/1 1/3/1 +f 12/4/2 18/5/2 22/6/2 +f 2/1/3 5/7/3 25/8/3 +f 29/9/4 33/10/4 39/11/4 +f 4/12/5 26/13/5 6/14/5 +f 25/15/6 24/16/6 27/17/6 +f 6/18/6 44/19/6 7/20/6 +f 7/21/3 43/22/3 8/23/3 +f 8/24/6 42/25/6 9/26/6 +f 39/27/3 11/28/3 40/29/3 +f 38/30/6 12/31/6 39/32/6 +f 37/33/3 13/34/3 38/35/3 +f 36/36/6 14/37/6 37/38/6 +f 35/39/3 15/40/3 36/41/3 +f 34/42/6 16/43/6 35/44/6 +f 33/45/3 17/46/3 34/47/3 +f 32/48/6 18/49/6 33/50/6 +f 31/51/3 19/52/3 32/53/3 +f 30/54/6 20/55/6 31/56/6 +f 29/57/3 21/58/3 30/59/3 +f 28/60/6 22/61/6 29/62/6 +f 27/63/3 23/64/3 28/65/3 +f 9/66/3 41/67/3 10/68/3 +f 40/69/6 10/70/6 41/71/6 +f 2/1/1 3/72/1 4/2/1 +f 24/73/2 5/74/2 1/75/2 +f 1/75/2 4/12/2 24/73/2 +f 4/12/2 6/14/2 24/73/2 +f 6/14/2 7/76/2 8/77/2 +f 8/77/2 9/78/2 10/79/2 +f 10/79/2 11/80/2 12/4/2 +f 12/4/2 13/81/2 14/82/2 +f 14/82/2 15/83/2 16/84/2 +f 16/84/2 17/85/2 18/5/2 +f 18/5/2 19/86/2 20/87/2 +f 20/87/2 21/88/2 22/6/2 +f 22/6/2 23/89/2 24/73/2 +f 6/14/2 8/77/2 22/6/2 +f 8/77/2 10/79/2 12/4/2 +f 12/4/2 14/82/2 16/84/2 +f 8/77/2 12/4/2 22/6/2 +f 22/6/2 24/73/2 6/14/2 +f 18/5/2 20/87/2 22/6/2 +f 12/4/2 16/84/2 18/5/2 +f 2/1/3 1/90/3 5/7/3 +f 44/19/4 26/91/4 43/92/4 +f 26/91/4 3/72/4 27/93/4 +f 43/92/4 26/91/4 27/93/4 +f 3/72/4 2/1/4 27/93/4 +f 2/1/4 25/8/4 27/93/4 +f 27/93/4 28/94/4 29/9/4 +f 41/95/4 42/96/4 43/92/4 +f 39/11/4 40/97/4 41/95/4 +f 37/98/4 38/99/4 39/11/4 +f 35/100/4 36/101/4 37/98/4 +f 33/10/4 34/102/4 35/100/4 +f 31/103/4 32/104/4 33/10/4 +f 29/9/4 30/105/4 31/103/4 +f 27/93/4 29/9/4 43/92/4 +f 41/95/4 43/92/4 39/11/4 +f 39/11/4 43/92/4 29/9/4 +f 35/100/4 37/98/4 39/11/4 +f 29/9/4 31/103/4 33/10/4 +f 33/10/4 35/100/4 39/11/4 +f 4/12/5 3/106/5 26/13/5 +f 25/15/6 5/107/6 24/16/6 +f 6/18/6 26/91/6 44/19/6 +f 7/21/3 44/108/3 43/22/3 +f 8/24/6 43/109/6 42/25/6 +f 39/27/3 12/110/3 11/28/3 +f 38/30/6 13/111/6 12/31/6 +f 37/33/3 14/112/3 13/34/3 +f 36/36/6 15/113/6 14/37/6 +f 35/39/3 16/114/3 15/40/3 +f 34/42/6 17/115/6 16/43/6 +f 33/45/3 18/116/3 17/46/3 +f 32/48/6 19/117/6 18/49/6 +f 31/51/3 20/118/3 19/52/3 +f 30/54/6 21/119/6 20/55/6 +f 29/57/3 22/120/3 21/58/3 +f 28/60/6 23/121/6 22/61/6 +f 27/63/3 24/122/3 23/64/3 +f 9/66/3 42/123/3 41/67/3 +f 40/69/6 11/124/6 10/70/6 diff --git a/pkarcs_doors3/models/pkarcs_doors3_R.obj b/pkarcs_doors3/models/pkarcs_doors3_R.obj new file mode 100644 index 0000000..4ec9a3e --- /dev/null +++ b/pkarcs_doors3/models/pkarcs_doors3_R.obj @@ -0,0 +1,262 @@ +# Blender v2.79 (sub 0) OBJ File: 'pkarcs_doors3_R.blend' +# www.blender.org +o Cube +v -0.500000 -0.500000 -0.375000 +v -0.500000 -0.500000 -0.500000 +v 0.500000 -0.500000 -0.500000 +v 0.500000 -0.500000 -0.375000 +v -0.500000 1.500000 -0.375000 +v 0.500000 2.437500 -0.375000 +v 0.250000 2.437500 -0.375000 +v 0.250000 2.375000 -0.375000 +v 0.062500 2.375000 -0.375000 +v 0.062500 2.312500 -0.375000 +v 0.000000 2.312500 -0.375000 +v 0.000000 2.250000 -0.375000 +v -0.125000 2.250000 -0.375000 +v -0.125000 2.187500 -0.375000 +v -0.187500 2.187500 -0.375000 +v -0.187500 2.125000 -0.375000 +v -0.250000 2.125000 -0.375000 +v -0.250000 2.000000 -0.375000 +v -0.312500 2.000000 -0.375000 +v -0.312500 1.937500 -0.375000 +v -0.375000 1.937500 -0.375000 +v -0.375000 1.750000 -0.375000 +v -0.437500 1.750000 -0.375000 +v -0.437500 1.500000 -0.375000 +v -0.500000 1.500000 -0.500000 +v 0.500000 2.437500 -0.500000 +v -0.437500 1.500000 -0.500000 +v -0.437500 1.750000 -0.500000 +v -0.375000 1.750000 -0.500000 +v -0.375000 1.937500 -0.500000 +v -0.312500 1.937500 -0.500000 +v -0.312500 2.000000 -0.500000 +v -0.250000 2.000000 -0.500000 +v -0.250000 2.125000 -0.500000 +v -0.187500 2.125000 -0.500000 +v -0.187500 2.187500 -0.500000 +v -0.125000 2.187500 -0.500000 +v -0.125000 2.250000 -0.500000 +v 0.000000 2.250000 -0.500000 +v 0.000000 2.312500 -0.500000 +v 0.062500 2.312500 -0.500000 +v 0.062500 2.375000 -0.500000 +v 0.250000 2.375000 -0.500000 +v 0.250000 2.437500 -0.500000 +vt 0.000000 0.000000 +vt 1.000000 0.020833 +vt 0.000000 0.020833 +vt 0.500000 0.895833 +vt 0.250000 0.812500 +vt 0.125000 0.729167 +vt 0.062500 0.645833 +vt 0.000000 0.645833 +vt 0.125000 0.729167 +vt 0.250000 0.812500 +vt 0.500000 0.895833 +vt 1.000000 0.000000 +vt 0.937500 0.958333 +vt 1.000000 0.958333 +vt 0.062500 0.979167 +vt -0.000000 0.958333 +vt -0.000000 0.979167 +vt 1.000000 0.979167 +vt 0.750000 0.958333 +vt 0.750000 0.979167 +vt 0.000000 0.958333 +vt 0.062500 0.979167 +vt 0.062500 0.958333 +vt 0.750000 0.958333 +vt 0.562500 0.979167 +vt 0.562500 0.958333 +vt 0.062500 0.937500 +vt 0.000000 0.916667 +vt 0.000000 0.937500 +vt 0.375000 0.958333 +vt 0.500000 0.979167 +vt 0.500000 0.958333 +vt 0.062500 0.916667 +vt 0.000000 0.895833 +vt 0.000000 0.916667 +vt 0.375000 0.958333 +vt 0.312500 0.979167 +vt 0.312500 0.958333 +vt 0.000000 0.895833 +vt 0.062500 0.875000 +vt 0.062500 0.895833 +vt 0.312500 0.979167 +vt 0.250000 0.958333 +vt 0.250000 0.979167 +vt 0.062500 0.875000 +vt 0.000000 0.833333 +vt 0.000000 0.875000 +vt 0.250000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.833333 +vt 0.000000 0.812500 +vt 0.000000 0.833333 +vt 0.125000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.750000 +vt 0.000000 0.812500 +vt 0.062500 0.812500 +vt 0.062500 0.979167 +vt 0.125000 0.958333 +vt 0.125000 0.979167 +vt 0.000000 0.750000 +vt 0.062500 0.666667 +vt 0.000000 0.666667 +vt 0.062500 0.958333 +vt 0.000000 0.937500 +vt 0.062500 0.937500 +vt 0.562500 0.979167 +vt 0.500000 0.958333 +vt 0.500000 0.979167 +vt 1.000000 0.000000 +vt 0.062500 0.645833 +vt 0.000000 0.645833 +vt 0.000000 -0.000000 +vt 0.750000 0.958333 +vt 0.750000 0.937500 +vt 0.562500 0.937500 +vt 0.562500 0.916667 +vt 0.500000 0.916667 +vt 0.375000 0.895833 +vt 0.375000 0.875000 +vt 0.312500 0.875000 +vt 0.312500 0.854167 +vt 0.250000 0.854167 +vt 0.187500 0.812500 +vt 0.187500 0.791667 +vt 0.125000 0.791667 +vt 0.062500 0.729167 +vt 0.062500 0.000000 +vt 1.000000 0.958333 +vt 0.750000 0.937500 +vt 0.062500 0.645833 +vt 0.062500 0.729167 +vt 0.562500 0.916667 +vt 0.562500 0.937500 +vt 0.500000 0.916667 +vt 0.375000 0.875000 +vt 0.375000 0.895833 +vt 0.312500 0.854167 +vt 0.312500 0.875000 +vt 0.250000 0.854167 +vt 0.187500 0.791667 +vt 0.187500 0.812500 +vt 0.125000 0.791667 +vt 0.937500 0.000000 +vt 0.062500 0.958333 +vt 0.000000 0.979167 +vt 0.750000 0.979167 +vt 0.062500 0.916667 +vt 0.375000 0.979167 +vt 0.062500 0.895833 +vt 0.375000 0.979167 +vt 0.000000 0.875000 +vt 0.312500 0.958333 +vt 0.062500 0.833333 +vt 0.250000 0.958333 +vt 0.062500 0.812500 +vt 0.125000 0.958333 +vt 0.000000 0.750000 +vt 0.062500 0.958333 +vt 0.062500 0.750000 +vt 0.000000 0.958333 +vt 0.562500 0.958333 +vn 0.0000 -1.0000 0.0000 +vn 0.0000 0.0000 1.0000 +vn -1.0000 0.0000 0.0000 +vn 0.0000 0.0000 -1.0000 +vn 1.0000 0.0000 0.0000 +vn 0.0000 1.0000 0.0000 +s off +f 2/1/1 4/2/1 1/3/1 +f 12/4/2 18/5/2 22/6/2 +f 2/1/3 5/7/3 25/8/3 +f 29/9/4 33/10/4 39/11/4 +f 4/12/5 26/13/5 6/14/5 +f 25/15/6 24/16/6 27/17/6 +f 6/18/6 44/19/6 7/20/6 +f 7/21/3 43/22/3 8/23/3 +f 8/24/6 42/25/6 9/26/6 +f 39/27/3 11/28/3 40/29/3 +f 38/30/6 12/31/6 39/32/6 +f 37/33/3 13/34/3 38/35/3 +f 36/36/6 14/37/6 37/38/6 +f 35/39/3 15/40/3 36/41/3 +f 34/42/6 16/43/6 35/44/6 +f 33/45/3 17/46/3 34/47/3 +f 32/48/6 18/49/6 33/50/6 +f 31/51/3 19/52/3 32/53/3 +f 30/54/6 20/55/6 31/56/6 +f 29/57/3 21/58/3 30/59/3 +f 28/60/6 22/61/6 29/62/6 +f 27/63/3 23/64/3 28/65/3 +f 9/66/3 41/67/3 10/68/3 +f 40/69/6 10/70/6 41/71/6 +f 2/1/1 3/72/1 4/2/1 +f 24/73/2 5/74/2 1/75/2 +f 1/75/2 4/12/2 24/73/2 +f 4/12/2 6/14/2 24/73/2 +f 6/14/2 7/76/2 8/77/2 +f 8/77/2 9/78/2 10/79/2 +f 10/79/2 11/80/2 12/4/2 +f 12/4/2 13/81/2 14/82/2 +f 14/82/2 15/83/2 16/84/2 +f 16/84/2 17/85/2 18/5/2 +f 18/5/2 19/86/2 20/87/2 +f 20/87/2 21/88/2 22/6/2 +f 22/6/2 23/89/2 24/73/2 +f 6/14/2 8/77/2 22/6/2 +f 8/77/2 10/79/2 12/4/2 +f 12/4/2 14/82/2 16/84/2 +f 8/77/2 12/4/2 22/6/2 +f 22/6/2 24/73/2 6/14/2 +f 18/5/2 20/87/2 22/6/2 +f 12/4/2 16/84/2 18/5/2 +f 2/1/3 1/90/3 5/7/3 +f 44/19/4 26/91/4 43/92/4 +f 26/91/4 3/72/4 27/93/4 +f 43/92/4 26/91/4 27/93/4 +f 3/72/4 2/1/4 27/93/4 +f 2/1/4 25/8/4 27/93/4 +f 27/93/4 28/94/4 29/9/4 +f 41/95/4 42/96/4 43/92/4 +f 39/11/4 40/97/4 41/95/4 +f 37/98/4 38/99/4 39/11/4 +f 35/100/4 36/101/4 37/98/4 +f 33/10/4 34/102/4 35/100/4 +f 31/103/4 32/104/4 33/10/4 +f 29/9/4 30/105/4 31/103/4 +f 27/93/4 29/9/4 43/92/4 +f 41/95/4 43/92/4 39/11/4 +f 39/11/4 43/92/4 29/9/4 +f 35/100/4 37/98/4 39/11/4 +f 29/9/4 31/103/4 33/10/4 +f 33/10/4 35/100/4 39/11/4 +f 4/12/5 3/106/5 26/13/5 +f 25/15/6 5/107/6 24/16/6 +f 6/18/6 26/91/6 44/19/6 +f 7/21/3 44/108/3 43/22/3 +f 8/24/6 43/109/6 42/25/6 +f 39/27/3 12/110/3 11/28/3 +f 38/30/6 13/111/6 12/31/6 +f 37/33/3 14/112/3 13/34/3 +f 36/36/6 15/113/6 14/37/6 +f 35/39/3 16/114/3 15/40/3 +f 34/42/6 17/115/6 16/43/6 +f 33/45/3 18/116/3 17/46/3 +f 32/48/6 19/117/6 18/49/6 +f 31/51/3 20/118/3 19/52/3 +f 30/54/6 21/119/6 20/55/6 +f 29/57/3 22/120/3 21/58/3 +f 28/60/6 23/121/6 22/61/6 +f 27/63/3 24/122/3 23/64/3 +f 9/66/3 42/123/3 41/67/3 +f 40/69/6 11/124/6 10/70/6 diff --git a/pkarcs_doors3/models/pkarcs_doors3_R_open.obj b/pkarcs_doors3/models/pkarcs_doors3_R_open.obj new file mode 100644 index 0000000..d01a0e9 --- /dev/null +++ b/pkarcs_doors3/models/pkarcs_doors3_R_open.obj @@ -0,0 +1,262 @@ +# Blender v2.79 (sub 0) OBJ File: 'pkarcs_doors3_R_open.blend' +# www.blender.org +o Cube +v -0.375000 -0.500000 -0.437500 +v -0.500000 -0.500000 -0.437500 +v -0.500000 -0.500000 -1.437500 +v -0.375000 -0.500000 -1.437500 +v -0.375000 1.500000 -0.437500 +v -0.375000 2.437500 -1.437500 +v -0.375000 2.437500 -1.187500 +v -0.375000 2.375000 -1.187500 +v -0.375000 2.375000 -1.000000 +v -0.375000 2.312500 -1.000000 +v -0.375000 2.312500 -0.937500 +v -0.375000 2.250000 -0.937500 +v -0.375000 2.250000 -0.812500 +v -0.375000 2.187500 -0.812500 +v -0.375000 2.187500 -0.750000 +v -0.375000 2.125000 -0.750000 +v -0.375000 2.125000 -0.687500 +v -0.375000 2.000000 -0.687500 +v -0.375000 2.000000 -0.625000 +v -0.375000 1.937500 -0.625000 +v -0.375000 1.937500 -0.562500 +v -0.375000 1.750000 -0.562500 +v -0.375000 1.750000 -0.500000 +v -0.375000 1.500000 -0.500000 +v -0.500000 1.500000 -0.437500 +v -0.500000 2.437500 -1.437500 +v -0.500000 1.500000 -0.500000 +v -0.500000 1.750000 -0.500000 +v -0.500000 1.750000 -0.562500 +v -0.500000 1.937500 -0.562500 +v -0.500000 1.937500 -0.625000 +v -0.500000 2.000000 -0.625000 +v -0.500000 2.000000 -0.687500 +v -0.500000 2.125000 -0.687500 +v -0.500000 2.125000 -0.750000 +v -0.500000 2.187500 -0.750000 +v -0.500000 2.187500 -0.812500 +v -0.500000 2.250000 -0.812500 +v -0.500000 2.250000 -0.937500 +v -0.500000 2.312500 -0.937500 +v -0.500000 2.312500 -1.000000 +v -0.500000 2.375000 -1.000000 +v -0.500000 2.375000 -1.187500 +v -0.500000 2.437500 -1.187500 +vt 0.000000 0.000000 +vt 1.000000 0.021277 +vt 0.000000 0.021277 +vt 0.500000 0.895833 +vt 0.250000 0.812500 +vt 0.125000 0.729167 +vt 0.062500 0.645833 +vt -0.000000 0.645833 +vt 0.125000 0.729167 +vt 0.250000 0.812500 +vt 0.500000 0.895833 +vt 1.000000 0.000000 +vt 0.937500 0.958333 +vt 1.000000 0.958333 +vt 0.062500 0.979167 +vt -0.000000 0.958333 +vt -0.000000 0.979167 +vt 1.000000 0.979167 +vt 0.750000 0.958333 +vt 0.750000 0.979167 +vt -0.000000 0.937500 +vt 0.062500 0.958333 +vt 0.062500 0.937500 +vt 0.750000 0.958333 +vt 0.562500 0.979167 +vt 0.562500 0.958333 +vt 0.062500 0.916667 +vt -0.000000 0.895833 +vt -0.000000 0.916667 +vt 0.375000 0.958333 +vt 0.500000 0.979167 +vt 0.500000 0.958333 +vt 0.062500 0.895833 +vt -0.000000 0.875000 +vt -0.000000 0.895833 +vt 0.375000 0.958333 +vt 0.312500 0.979167 +vt 0.312500 0.958333 +vt -0.000000 0.875000 +vt 0.062500 0.854167 +vt 0.062500 0.875000 +vt 0.312500 0.979167 +vt 0.250000 0.958333 +vt 0.250000 0.979167 +vt 0.062500 0.854167 +vt -0.000000 0.812500 +vt -0.000000 0.854167 +vt 0.250000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.812500 +vt -0.000000 0.791667 +vt -0.000000 0.812500 +vt 0.125000 0.979167 +vt 0.187500 0.958333 +vt 0.187500 0.979167 +vt 0.062500 0.729167 +vt -0.000000 0.791667 +vt 0.062500 0.791667 +vt 0.062500 0.979167 +vt 0.125000 0.958333 +vt 0.125000 0.979167 +vt -0.000000 0.729167 +vt 0.062500 0.645833 +vt -0.000000 0.645833 +vt 0.062500 0.937500 +vt -0.000000 0.916667 +vt 0.062500 0.916667 +vt 0.562500 0.979167 +vt 0.500000 0.958333 +vt 0.500000 0.979167 +vt 1.000000 0.000000 +vt 0.062500 0.645833 +vt -0.000000 0.645833 +vt 0.000000 0.000000 +vt 0.750000 0.958333 +vt 0.750000 0.937500 +vt 0.562500 0.937500 +vt 0.562500 0.916667 +vt 0.500000 0.916667 +vt 0.375000 0.895833 +vt 0.375000 0.875000 +vt 0.312500 0.875000 +vt 0.312500 0.854167 +vt 0.250000 0.854167 +vt 0.187500 0.812500 +vt 0.187500 0.791667 +vt 0.125000 0.791667 +vt 0.062500 0.729167 +vt 0.062500 0.000000 +vt 1.000000 0.958333 +vt 0.750000 0.937500 +vt 0.062500 0.645833 +vt 0.062500 0.729167 +vt 0.562500 0.916667 +vt 0.562500 0.937500 +vt 0.500000 0.916667 +vt 0.375000 0.875000 +vt 0.375000 0.895833 +vt 0.312500 0.854167 +vt 0.312500 0.875000 +vt 0.250000 0.854167 +vt 0.187500 0.791667 +vt 0.187500 0.812500 +vt 0.125000 0.791667 +vt 0.937500 0.000000 +vt 0.062500 0.958333 +vt -0.000000 0.958333 +vt 0.750000 0.979167 +vt 0.062500 0.895833 +vt 0.375000 0.979167 +vt 0.062500 0.875000 +vt 0.375000 0.979167 +vt -0.000000 0.854167 +vt 0.312500 0.958333 +vt 0.062500 0.812500 +vt 0.250000 0.958333 +vt 0.062500 0.791667 +vt 0.125000 0.958333 +vt -0.000000 0.729167 +vt 0.062500 0.958333 +vt 0.062500 0.729167 +vt -0.000000 0.937500 +vt 0.562500 0.958333 +vn 0.0000 -1.0000 0.0000 +vn 1.0000 0.0000 0.0000 +vn 0.0000 0.0000 1.0000 +vn -1.0000 0.0000 0.0000 +vn 0.0000 0.0000 -1.0000 +vn 0.0000 1.0000 0.0000 +s off +f 2/1/1 4/2/1 1/3/1 +f 12/4/2 18/5/2 22/6/2 +f 2/1/3 5/7/3 25/8/3 +f 29/9/4 33/10/4 39/11/4 +f 4/12/5 26/13/5 6/14/5 +f 25/15/6 24/16/6 27/17/6 +f 6/18/6 44/19/6 7/20/6 +f 7/21/3 43/22/3 8/23/3 +f 8/24/6 42/25/6 9/26/6 +f 39/27/3 11/28/3 40/29/3 +f 38/30/6 12/31/6 39/32/6 +f 37/33/3 13/34/3 38/35/3 +f 36/36/6 14/37/6 37/38/6 +f 35/39/3 15/40/3 36/41/3 +f 34/42/6 16/43/6 35/44/6 +f 33/45/3 17/46/3 34/47/3 +f 32/48/6 18/49/6 33/50/6 +f 31/51/3 19/52/3 32/53/3 +f 30/54/6 20/55/6 31/56/6 +f 29/57/3 21/58/3 30/59/3 +f 28/60/6 22/61/6 29/62/6 +f 27/63/3 23/64/3 28/65/3 +f 9/66/3 41/67/3 10/68/3 +f 40/69/6 10/70/6 41/71/6 +f 2/1/1 3/72/1 4/2/1 +f 24/73/2 5/74/2 1/75/2 +f 1/75/2 4/12/2 24/73/2 +f 4/12/2 6/14/2 24/73/2 +f 6/14/2 7/76/2 8/77/2 +f 8/77/2 9/78/2 10/79/2 +f 10/79/2 11/80/2 12/4/2 +f 12/4/2 13/81/2 14/82/2 +f 14/82/2 15/83/2 16/84/2 +f 16/84/2 17/85/2 18/5/2 +f 18/5/2 19/86/2 20/87/2 +f 20/87/2 21/88/2 22/6/2 +f 22/6/2 23/89/2 24/73/2 +f 6/14/2 8/77/2 22/6/2 +f 8/77/2 10/79/2 12/4/2 +f 12/4/2 14/82/2 16/84/2 +f 8/77/2 12/4/2 22/6/2 +f 22/6/2 24/73/2 6/14/2 +f 18/5/2 20/87/2 22/6/2 +f 12/4/2 16/84/2 18/5/2 +f 2/1/3 1/90/3 5/7/3 +f 44/19/4 26/91/4 43/92/4 +f 26/91/4 3/72/4 27/93/4 +f 43/92/4 26/91/4 27/93/4 +f 3/72/4 2/1/4 27/93/4 +f 2/1/4 25/8/4 27/93/4 +f 27/93/4 28/94/4 29/9/4 +f 41/95/4 42/96/4 43/92/4 +f 39/11/4 40/97/4 41/95/4 +f 37/98/4 38/99/4 39/11/4 +f 35/100/4 36/101/4 37/98/4 +f 33/10/4 34/102/4 35/100/4 +f 31/103/4 32/104/4 33/10/4 +f 29/9/4 30/105/4 31/103/4 +f 27/93/4 29/9/4 43/92/4 +f 41/95/4 43/92/4 39/11/4 +f 39/11/4 43/92/4 29/9/4 +f 35/100/4 37/98/4 39/11/4 +f 29/9/4 31/103/4 33/10/4 +f 33/10/4 35/100/4 39/11/4 +f 4/12/5 3/106/5 26/13/5 +f 25/15/6 5/107/6 24/16/6 +f 6/18/6 26/91/6 44/19/6 +f 7/21/3 44/108/3 43/22/3 +f 8/24/6 43/109/6 42/25/6 +f 39/27/3 12/110/3 11/28/3 +f 38/30/6 13/111/6 12/31/6 +f 37/33/3 14/112/3 13/34/3 +f 36/36/6 15/113/6 14/37/6 +f 35/39/3 16/114/3 15/40/3 +f 34/42/6 17/115/6 16/43/6 +f 33/45/3 18/116/3 17/46/3 +f 32/48/6 19/117/6 18/49/6 +f 31/51/3 20/118/3 19/52/3 +f 30/54/6 21/119/6 20/55/6 +f 29/57/3 22/120/3 21/58/3 +f 28/60/6 23/121/6 22/61/6 +f 27/63/3 24/122/3 23/64/3 +f 9/66/3 42/123/3 41/67/3 +f 40/69/6 11/124/6 10/70/6 diff --git a/pkarcs_doors3/models/source files/LICENSE.txt b/pkarcs_doors3/models/source files/LICENSE.txt new file mode 100644 index 0000000..ecc3f21 --- /dev/null +++ b/pkarcs_doors3/models/source files/LICENSE.txt @@ -0,0 +1,130 @@ +(c) TumeniNodes 2016 - 2019 + CC BY-SA 4.0 + +* arch_doors3_L.blend +* arch_doors3_L_open.blend +* arch_doors3_R.blend +* arch_doors3_R_open.blend + +** With great thanks to VanessaE for setting the models to use triangulation. An issue I was unable to figure out. ** (Now I know what to do if the same issue pops up one day) Knowledge is Power + +Creative Commons Attribution-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + Licensor means the individual(s) or entity(ies) granting rights under this Public License. + Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + License grant. + Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + reproduce and Share the Licensed Material, in whole or in part; and + produce, reproduce, and Share Adapted Material. + Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + Term. The term of this Public License is specified in Section 6(a). + Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + Downstream recipients. + Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + Other rights. + Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + Patent and trademark rights are not licensed under this Public License. + To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + Attribution. + + If You Share the Licensed Material (including in modified form), You must: + retain the following if it is supplied by the Licensor with the Licensed Material: + identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + a copyright notice; + a notice that refers to this Public License; + a notice that refers to the disclaimer of warranties; + a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + ShareAlike. + + In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + upon express reinstatement by the Licensor. + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. + +Additional languages available: Bahasa Indonesia, Español, eesti keel, euskara, Deutsch, Español, français, hrvatski, italiano, latviski, Lietuvių, Nederlands, norsk, polski, português, suomeksi, svenska, te reo Māori, Türkçe, čeština, Ελληνικά, русский, українська, العربية, 日本語. Please read the FAQ for more information about official translations. + + Contact Privacy Policies Terms + +We'd love to hear from you! +Creative Commons +PO Box 1866, Mountain View, CA 94042 + + info@creativecommons.org + Frequently Asked Questions + + diff --git a/pkarcs_doors3/models/source files/pkarcs_doors3_L.blend b/pkarcs_doors3/models/source files/pkarcs_doors3_L.blend new file mode 100644 index 0000000..9cfc321 Binary files /dev/null and b/pkarcs_doors3/models/source files/pkarcs_doors3_L.blend differ diff --git a/pkarcs_doors3/models/source files/pkarcs_doors3_L_open.blend b/pkarcs_doors3/models/source files/pkarcs_doors3_L_open.blend new file mode 100644 index 0000000..faed864 Binary files /dev/null and b/pkarcs_doors3/models/source files/pkarcs_doors3_L_open.blend differ diff --git a/pkarcs_doors3/models/source files/pkarcs_doors3_R.blend b/pkarcs_doors3/models/source files/pkarcs_doors3_R.blend new file mode 100644 index 0000000..1def79d Binary files /dev/null and b/pkarcs_doors3/models/source files/pkarcs_doors3_R.blend differ diff --git a/pkarcs_doors3/models/source files/pkarcs_doors3_R_open.blend b/pkarcs_doors3/models/source files/pkarcs_doors3_R_open.blend new file mode 100644 index 0000000..f841040 Binary files /dev/null and b/pkarcs_doors3/models/source files/pkarcs_doors3_R_open.blend differ diff --git a/pkarcs_doors3/screenshot.png b/pkarcs_doors3/screenshot.png new file mode 100644 index 0000000..b67c3a1 Binary files /dev/null and b/pkarcs_doors3/screenshot.png differ diff --git a/pkarcs_doors3/textures/LICENSE.txt b/pkarcs_doors3/textures/LICENSE.txt new file mode 100644 index 0000000..b752e4d --- /dev/null +++ b/pkarcs_doors3/textures/LICENSE.txt @@ -0,0 +1,153 @@ +(c) TumeniNodes 2016 - 2019 + CC BY-SA 4.0 + +* pkarcs_doors3_acacia.png +* pkarcs_doors3_acacia_item.png +* pkarcs_doors3_aspen.png +* pkarcs_doors3_aspen_item.png +* pkarcs_doors3_bar.png +* pkarcs_doors3_bar_item.png +* pkarcs_doors3_bronze.png +* pkarcs_doors3_bronze_item.png +* pkarcs_doors3_copper.png +* pkarcs_doors3_copper_item.png +* pkarcs_doors3_iron.png +* pkarcs_doors3_iron_item.png +* pkarcs_doors3_junglewood.png +* pkarcs_doors3_junglewood_item.png +* pkarcs_doors3_pine.png +* pkarcs_doors3_pine_item.png +* pkarcs_doors3_steel.png +* pkarcs_doors3_steel_item.png +* pkarcs_doors3_tin.png +* pkarcs_doors3_tin_item.png +* pkarcs_doors3_wood.png +* pkarcs_doors3_wood_item.png + +** All wooden arch door textures are derived from textures in minetest_game 'default' mod ** +=============================== See license in that folder ================================= + +** All sounds are provided by minetest_game 'doors' mod ** +============= See license in that folder ================= + + +Creative Commons Attribution-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + Licensor means the individual(s) or entity(ies) granting rights under this Public License. + Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + License grant. + Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + reproduce and Share the Licensed Material, in whole or in part; and + produce, reproduce, and Share Adapted Material. + Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + Term. The term of this Public License is specified in Section 6(a). + Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + Downstream recipients. + Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + Other rights. + Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + Patent and trademark rights are not licensed under this Public License. + To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + Attribution. + + If You Share the Licensed Material (including in modified form), You must: + retain the following if it is supplied by the Licensor with the Licensed Material: + identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + a copyright notice; + a notice that refers to this Public License; + a notice that refers to the disclaimer of warranties; + a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + ShareAlike. + + In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + upon express reinstatement by the Licensor. + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” The text of the Creative Commons public licenses is dedicated to the public domain under the CC0 Public Domain Dedication. Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. + +Additional languages available: Bahasa Indonesia, Español, eesti keel, euskara, Deutsch, Español, français, hrvatski, italiano, latviski, Lietuvių, Nederlands, norsk, polski, português, suomeksi, svenska, te reo Māori, Türkçe, čeština, Ελληνικά, русский, українська, العربية, 日本語. Please read the FAQ for more information about official translations. + + Contact Privacy Policies Terms + +We'd love to hear from you! +Creative Commons +PO Box 1866, Mountain View, CA 94042 + + info@creativecommons.org + Frequently Asked Questions + + diff --git a/pkarcs_doors3/textures/pkarcs_doors3_acacia.png b/pkarcs_doors3/textures/pkarcs_doors3_acacia.png new file mode 100644 index 0000000..6f0ff58 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_acacia.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_acacia_wood_item.png b/pkarcs_doors3/textures/pkarcs_doors3_acacia_wood_item.png new file mode 100644 index 0000000..0f78dcf Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_acacia_wood_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_aspen.png b/pkarcs_doors3/textures/pkarcs_doors3_aspen.png new file mode 100644 index 0000000..9282c4b Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_aspen.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_aspen_wood_item.png b/pkarcs_doors3/textures/pkarcs_doors3_aspen_wood_item.png new file mode 100644 index 0000000..191ef38 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_aspen_wood_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_bar.png b/pkarcs_doors3/textures/pkarcs_doors3_bar.png new file mode 100644 index 0000000..5bb4cac Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_bar.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_bar_item.png b/pkarcs_doors3/textures/pkarcs_doors3_bar_item.png new file mode 100644 index 0000000..4cf94a4 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_bar_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_bronze.png b/pkarcs_doors3/textures/pkarcs_doors3_bronze.png new file mode 100644 index 0000000..6bcfcc3 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_bronze.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_bronze_item.png b/pkarcs_doors3/textures/pkarcs_doors3_bronze_item.png new file mode 100644 index 0000000..0b5f095 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_bronze_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_copper.png b/pkarcs_doors3/textures/pkarcs_doors3_copper.png new file mode 100644 index 0000000..048d206 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_copper.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_copper_item.png b/pkarcs_doors3/textures/pkarcs_doors3_copper_item.png new file mode 100644 index 0000000..abc65ec Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_copper_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_iron.png b/pkarcs_doors3/textures/pkarcs_doors3_iron.png new file mode 100644 index 0000000..17c0d86 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_iron.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_iron_item.png b/pkarcs_doors3/textures/pkarcs_doors3_iron_item.png new file mode 100644 index 0000000..e4e9eaa Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_iron_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_junglewood.png b/pkarcs_doors3/textures/pkarcs_doors3_junglewood.png new file mode 100644 index 0000000..44466c2 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_junglewood.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_junglewood_item.png b/pkarcs_doors3/textures/pkarcs_doors3_junglewood_item.png new file mode 100644 index 0000000..b78261b Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_junglewood_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_pine.png b/pkarcs_doors3/textures/pkarcs_doors3_pine.png new file mode 100644 index 0000000..ed39d6e Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_pine.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_pine_wood_item.png b/pkarcs_doors3/textures/pkarcs_doors3_pine_wood_item.png new file mode 100644 index 0000000..2dd5d46 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_pine_wood_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_steel.png b/pkarcs_doors3/textures/pkarcs_doors3_steel.png new file mode 100644 index 0000000..5a19b93 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_steel.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_steel_item.png b/pkarcs_doors3/textures/pkarcs_doors3_steel_item.png new file mode 100644 index 0000000..b1e2608 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_steel_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_tin.png b/pkarcs_doors3/textures/pkarcs_doors3_tin.png new file mode 100644 index 0000000..89b47b1 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_tin.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_tin_item.png b/pkarcs_doors3/textures/pkarcs_doors3_tin_item.png new file mode 100644 index 0000000..5157851 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_tin_item.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_wood.png b/pkarcs_doors3/textures/pkarcs_doors3_wood.png new file mode 100644 index 0000000..72e19b9 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_wood.png differ diff --git a/pkarcs_doors3/textures/pkarcs_doors3_wood_item.png b/pkarcs_doors3/textures/pkarcs_doors3_wood_item.png new file mode 100644 index 0000000..85e8003 Binary files /dev/null and b/pkarcs_doors3/textures/pkarcs_doors3_wood_item.png differ