From 4642b20553d2f33819afa18bc0a974e450d1f66c Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sat, 26 Aug 2023 10:27:15 +0200 Subject: [PATCH] built on 26/08/2023 10:27:15 --- autobahn/sounds/autobahn_motor.ogg | Bin 15563 -> 13196 bytes doclib/LICENSE.txt | 669 ++++ doclib/README.md | 118 + doclib/api.lua | 57 + doclib/construction_plan.png | Bin 0 -> 26234 bytes doclib/formspec.lua | 155 + doclib/init.lua | 27 + doclib/manual_EN.lua | 76 + doclib/manual_EN.md | 62 + doclib/markdown_to_lua.py | 203 ++ doclib/mod.conf | 3 + doclib/node.lua | 100 + doclib/screenshot.png | Bin 0 -> 22989 bytes doclib/textures/book.xcf | Bin 0 -> 7377 bytes doclib/textures/doclib_book.png | Bin 0 -> 262 bytes doclib/textures/doclib_book_inv.png | Bin 0 -> 1548 bytes doclib/textures/doclib_demo_img1.png | Bin 0 -> 263 bytes doclib/textures/doclib_demo_img2.png | Bin 0 -> 418 bytes doclib/textures/doclib_demo_img3.png | Bin 0 -> 216 bytes doclib/textures/doclib_demo_img4.png | Bin 0 -> 281 bytes lcdlib/README.md | 6 + lcdlib/init.lua | 27 +- minecart/README.md | 45 +- minecart/init.lua | 3 +- minecart/manual.lua | 145 + minecart/manual_DE.lua | 126 + minecart/manual_DE.md | 121 + minecart/manual_EN.lua | 120 + minecart/manual_EN.md | 114 + minecart/markdown_to_lua.py | 201 ++ minecart/mod.conf | 2 +- minecart/textures/minecart_book.png | Bin 0 -> 262 bytes minecart/textures/minecart_book_inv.png | Bin 0 -> 1412 bytes minecart/textures/minecart_manual_image.png | Bin 0 -> 2631 bytes signs_bot/README.md | 175 +- signs_bot/basis.lua | 8 +- signs_bot/bep-006_sb_cmnd.md | 24 + signs_bot/cmd_farming.lua | 4 + signs_bot/cmd_move.lua | 6 + signs_bot/commands.lua | 7 +- signs_bot/del_eol_blanks.py | 26 + signs_bot/doc.lua | 2 +- signs_bot/init.lua | 7 +- signs_bot/locale/signs_bot.de.tr | 4 +- signs_bot/manual.lua | 143 + signs_bot/manual_DE.lua | 622 ++++ signs_bot/manual_DE.md | 578 ++++ signs_bot/manual_EN.lua | 590 ++++ signs_bot/manual_EN.md | 542 ++++ signs_bot/markdown_to_lua.py | 201 ++ signs_bot/mod.conf | 2 +- signs_bot/robot.lua | 37 +- signs_bot/settingtypes.txt | 4 + signs_bot/techage.lua | 76 +- signs_bot/timer.lua | 1 + ta4_addons/touchscreen/main.lua | 2 +- techage/LICENSE.txt | 4 +- techage/README.md | 31 +- techage/basic_machines/consumer.lua | 13 +- techage/basic_machines/quarry.lua | 23 +- techage/basic_machines/recycler.lua | 2 +- techage/basic_machines/ta5_chest.lua | 2 +- techage/basis/fly_lib.lua | 17 +- techage/basis/mark_lib.lua | 3 +- techage/basis/submenu.lua | 5 + techage/collider/detector.lua | 6 +- techage/collider/magnet.lua | 1 - techage/collider/worker.lua | 1 - techage/doc/guide.lua | 202 +- techage/doc/items.lua | 18 +- techage/doc/manual_DE.lua | 2820 +--------------- techage/doc/manual_EN.lua | 2841 +---------------- techage/doc/manual_api.lua | 39 - techage/doc/manual_ta1_DE.lua | 172 + techage/doc/manual_ta1_EN.lua | 170 + techage/doc/manual_ta2_DE.lua | 301 ++ techage/doc/manual_ta2_EN.lua | 299 ++ techage/doc/manual_ta3_DE.lua | 919 ++++++ techage/doc/manual_ta3_EN.lua | 916 ++++++ techage/doc/manual_ta4_DE.lua | 1044 ++++++ techage/doc/manual_ta4_EN.lua | 1043 ++++++ techage/doc/manual_ta5_DE.lua | 219 ++ techage/doc/manual_ta5_EN.lua | 214 ++ techage/doc/plans.lua | 90 +- techage/fusion_reactor/controller.lua | 2 +- techage/fusion_reactor/generator.lua | 102 +- techage/fusion_reactor/heatexchanger1.lua | 2 +- techage/fusion_reactor/heatexchanger2.lua | 29 +- techage/fusion_reactor/magnet.lua | 7 + techage/icta_controller/display.lua | 4 +- techage/init.lua | 16 +- techage/iron_age/meltingpot.lua | 2 + techage/items/registered_nodes.lua | 5 + techage/lamps/growlight.lua | 3 - techage/liquids/filler.lua | 4 +- techage/liquids/pump.lua | 47 +- techage/locale/techage.de.tr | 76 +- techage/locale/template.txt | 71 +- techage/logic/button.lua | 39 +- techage/logic/charge_detector.lua | 232 ++ techage/logic/command_converter.lua | 182 ++ techage/logic/flipflop.lua | 147 + techage/logic/gaze_sensor.lua | 244 ++ techage/logic/lib.lua | 4 +- techage/logic/node_detector.lua | 243 +- techage/logic/repeater.lua | 18 + techage/lua_controller/commands.lua | 30 +- techage/lua_controller/controller.lua | 35 +- techage/manuals/manual_ta1_DE.md | 33 +- techage/manuals/manual_ta1_EN.md | 3 +- techage/manuals/manual_ta2_DE.md | 2 +- techage/manuals/manual_ta2_EN.md | 2 +- techage/manuals/manual_ta3_DE.md | 18 +- techage/manuals/manual_ta3_EN.md | 36 +- techage/manuals/manual_ta4_DE.md | 39 +- techage/manuals/manual_ta4_EN.md | 41 +- techage/manuals/manual_ta5_DE.md | 8 +- techage/manuals/manual_ta5_EN.md | 8 +- techage/manuals/markdown_to_lua.py | 241 ++ techage/manuals/ta4_lua_controller_EN.md | 99 +- techage/manuals/toc_DE.md | 5 + techage/manuals/toc_EN.md | 7 +- techage/mod.conf | 2 +- techage/move_controller/doorcontroller2.lua | 2 +- techage/move_controller/flycontroller.lua | 4 +- techage/move_controller/movecontroller.lua | 1 + techage/settingtypes.txt | 7 +- techage/ta1_watermill/sluice.lua | 4 +- techage/ta2_energy_storage/ta2_winch.lua | 6 +- techage/ta4_power/electricmeter.lua | 7 +- techage/ta4_power/laser.lua | 2 + techage/teleport/teleport_tube.lua | 2 +- .../techage_appl_command_converter.png | Bin 0 -> 151 bytes .../techage_appl_command_converter_on.png | Bin 0 -> 151 bytes techage/textures/techage_appl_flipflop.png | Bin 0 -> 126 bytes techage/textures/techage_appl_flipflop_on.png | Bin 0 -> 126 bytes techage/textures/techage_appl_gaze_sensor.png | Bin 0 -> 137 bytes .../textures/techage_appl_gaze_sensor_on.png | Bin 0 -> 137 bytes .../textures/techage_charge_detector_inv.png | Bin 0 -> 248 bytes .../textures/techage_charge_detector_off.png | Bin 0 -> 175 bytes .../textures/techage_charge_detector_on.png | Bin 0 -> 176 bytes towercrane/README.md | 8 +- unified_inventory/README.md | 3 + unified_inventory/api.lua | 5 +- unified_inventory/bags.lua | 5 + .../locale/unified_inventory.pl.tr | 125 +- unified_inventory/textures/ui_teleport.png | Bin 0 -> 2217 bytes unified_inventory/waypoints.lua | 55 +- 148 files changed, 12986 insertions(+), 6194 deletions(-) create mode 100644 doclib/LICENSE.txt create mode 100644 doclib/README.md create mode 100644 doclib/api.lua create mode 100644 doclib/construction_plan.png create mode 100644 doclib/formspec.lua create mode 100644 doclib/init.lua create mode 100644 doclib/manual_EN.lua create mode 100644 doclib/manual_EN.md create mode 100644 doclib/markdown_to_lua.py create mode 100644 doclib/mod.conf create mode 100644 doclib/node.lua create mode 100644 doclib/screenshot.png create mode 100644 doclib/textures/book.xcf create mode 100644 doclib/textures/doclib_book.png create mode 100644 doclib/textures/doclib_book_inv.png create mode 100644 doclib/textures/doclib_demo_img1.png create mode 100644 doclib/textures/doclib_demo_img2.png create mode 100644 doclib/textures/doclib_demo_img3.png create mode 100644 doclib/textures/doclib_demo_img4.png create mode 100644 minecart/manual.lua create mode 100644 minecart/manual_DE.lua create mode 100644 minecart/manual_DE.md create mode 100644 minecart/manual_EN.lua create mode 100644 minecart/manual_EN.md create mode 100644 minecart/markdown_to_lua.py create mode 100644 minecart/textures/minecart_book.png create mode 100644 minecart/textures/minecart_book_inv.png create mode 100644 minecart/textures/minecart_manual_image.png create mode 100644 signs_bot/bep-006_sb_cmnd.md create mode 100755 signs_bot/del_eol_blanks.py create mode 100644 signs_bot/manual.lua create mode 100644 signs_bot/manual_DE.lua create mode 100644 signs_bot/manual_DE.md create mode 100644 signs_bot/manual_EN.lua create mode 100644 signs_bot/manual_EN.md create mode 100644 signs_bot/markdown_to_lua.py create mode 100644 signs_bot/settingtypes.txt delete mode 100644 techage/doc/manual_api.lua create mode 100644 techage/doc/manual_ta1_DE.lua create mode 100644 techage/doc/manual_ta1_EN.lua create mode 100644 techage/doc/manual_ta2_DE.lua create mode 100644 techage/doc/manual_ta2_EN.lua create mode 100644 techage/doc/manual_ta3_DE.lua create mode 100644 techage/doc/manual_ta3_EN.lua create mode 100644 techage/doc/manual_ta4_DE.lua create mode 100644 techage/doc/manual_ta4_EN.lua create mode 100644 techage/doc/manual_ta5_DE.lua create mode 100644 techage/doc/manual_ta5_EN.lua create mode 100644 techage/logic/charge_detector.lua create mode 100644 techage/logic/command_converter.lua create mode 100644 techage/logic/flipflop.lua create mode 100644 techage/logic/gaze_sensor.lua create mode 100644 techage/manuals/markdown_to_lua.py create mode 100644 techage/textures/techage_appl_command_converter.png create mode 100644 techage/textures/techage_appl_command_converter_on.png create mode 100644 techage/textures/techage_appl_flipflop.png create mode 100644 techage/textures/techage_appl_flipflop_on.png create mode 100644 techage/textures/techage_appl_gaze_sensor.png create mode 100644 techage/textures/techage_appl_gaze_sensor_on.png create mode 100644 techage/textures/techage_charge_detector_inv.png create mode 100644 techage/textures/techage_charge_detector_off.png create mode 100644 techage/textures/techage_charge_detector_on.png create mode 100644 unified_inventory/textures/ui_teleport.png diff --git a/autobahn/sounds/autobahn_motor.ogg b/autobahn/sounds/autobahn_motor.ogg index 498304f87f160c429bcaa7732318f76bcff74188..53b161416880fb72ec1f4d457f37478fb922d54f 100644 GIT binary patch literal 13196 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 F{{ag)(JcS~ literal 15563 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 diff --git a/doclib/LICENSE.txt b/doclib/LICENSE.txt new file mode 100644 index 0000000..3e42177 --- /dev/null +++ b/doclib/LICENSE.txt @@ -0,0 +1,669 @@ + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, 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 +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero 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 +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU Affero General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU Affero General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "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 PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM 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 PROGRAM (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 PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + A library to generate ingame manuals based on markdown files. + Copyright (C) 2023 Joachim Stolberg + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program 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 Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. + +============================================================================== + +Joachim Stolberg, CC BY-SA 3.0: + +* doclib_book.png +* doclib_book_inv.png +* doclib_demo_img*.png diff --git a/doclib/README.md b/doclib/README.md new file mode 100644 index 0000000..7d78645 --- /dev/null +++ b/doclib/README.md @@ -0,0 +1,118 @@ +DocLib [doclib] +=============== + +**A library to generate ingame manuals based on markdown files.** + +Browse on: [GitHub](https://github.com/joe7575/doclib) + +Download: [GitHub](https://github.com/joe7575/doclib/archive/main.zip) + +![DocLib](https://github.com/joe7575/doclib/blob/main/screenshot.png) + + +### Introduction + +DocLib is used to generate a manual as ingame documentation. +The manual content is generated based on markdown files. + +An advantage of this solution is the dual use of the documentation: + +- A markdown file as web solution e. g. on GitHub +- A book as ingame manual + +To generate a manual for your mod: + +- Create your documentation as markdown file +- Copy the python script `markdown_to_lua.py` to your mod folder +- Add your markdown file to the python script (the last few lines) +- Install mistune with `pip install mistune==0.8.4` +- Run the script with `python markdown_to_lua.py` +- Implement the book node according to `node.lua` + + +### Supported Markdown Markups + +- Heading +- List +- Code block + +In addition DocLib supports image links for the ingame manual: + +- for node images: `[doclib:manual|image]` +- for PNG images: `[doclib_book_inv.png|image]` + +See examples in `manual_EN.md`. + + +### Construction Plans + +This is a feature, mainly used by the mod techage to show construction plans of +multi-block machines. But it can be used for any other mod, too. + +![Plan](https://github.com/joe7575/doclib/blob/main/construction_plan.png) + +A construction plan is a map with up to 12 * 10 fields. +Each field can contain a node/item, text, or an image. + +The arrangement is defined via a Lua table. + +- Unused field elements are set to `false` +- For a text field (red mark) a table like `{"text", "Pointless Demo"}` is used +- For an item field (yellow mark) a table like `{"item", "doclib_demo_img2.png", "Tooltip 1"}` is used. + The third value is a tooltip. It can be a string, a node name, or `nil` for no tooltip. +- For an image field (blue mark) a table like `{"img", "doclib_book_inv.png", "2,2"}` is used. + The third value is the image size in fields (width x height). + +This is an example of a map with 12 * 10 fields from the demo code in `node.lua`: + +```lua + +local ITEM1 = {"item", "doclib_demo_img1.png"} +local ITEM2 = {"item", "doclib_demo_img2.png", "Tooltip 1"} +local ITEM3 = {"item", "doclib_demo_img3.png", "Tooltip 2"} +local ITEM4 = {"item", "doclib_demo_img4.png", "Tooltip 3"} +local ITEM5 = {"item", "doclib_book_inv.png", "doclib:manual"} +local ITEM6 = {"item", "doclib:manual", "doclib:manual"} +local IMG_1 = {"img", "doclib_book_inv.png", "2,2"} +local TEXT1 = {"text", "Top view"} +local TEXT2 = {"text", "Pointless Demo"} +local TEXT3 = {"text", "End"} + +local plan1 = { + {TEXT2, false, false, false, false, false, false, false, false, false, false, ITEM4}, + {false, false, false, TEXT1, false, false, false, false, IMG_1, false, false, false}, + {false, false, false, false, false, false, false, false, false, false, false, false}, + {false, false, false, false, ITEM1, false, false, false, false, false, false, false}, + {false, false, false, ITEM4, ITEM5, ITEM2, false, false, false, false, false, false}, + {false, false, false, false, ITEM3, false, false, false, false, false, false, false}, + {false, false, false, false, ITEM6, false, false, false, false, false, false, false}, + {false, false, false, false, false, false, false, false, false, false, false, false}, + {false, false, false, false, false, false, false, false, false, false, false, false}, + {TEXT3, false, false, false, false, false, false, false, false, false, false, ITEM4}, +} + +doclib.add_manual_plan("doclib", "EN", "demo1", plan1) +``` + +With `doclib.add_manual_plan` the plan is stored under the name "demo1". + + +### License + +Copyright (C) 2023 Joachim Stolberg + +Code: Licensed under the GNU AGPL version 3. See LICENSE.txt +Textures: CC BY-SA 3.0 + + +### Dependencies + +none + + +### History + +- 2023-07-30 V1.00 * First commit + + + diff --git a/doclib/api.lua b/doclib/api.lua new file mode 100644 index 0000000..1e736fa --- /dev/null +++ b/doclib/api.lua @@ -0,0 +1,57 @@ +--[[ + + DocLib + ====== + + Copyright (C) 2023 Joachim Stolberg + + AGPL v3 + See LICENSE.txt for more information + + A library to generate ingame manuals based on markdown files. + +]]-- + +function doclib.create_manual(mod, language, settings) + doclib.manual = doclib.manual or {} + doclib.manual[mod] = doclib.manual[mod] or {} + doclib.manual[mod][language] = doclib.manual[mod][language] or {settings = settings, + content = { + aTitles = {}, + aTexts = {}, + aImages = {}, + aPlans = {}, + kvImages = {}, + kvPlans = {}, + } + } +end + +function doclib.add_to_manual(mod, language, content) + local manual = doclib.manual[mod][language] + + for _, item in ipairs(content.titles) do + table.insert(manual.content.aTitles, item) + end + for _, item in ipairs(content.texts) do + table.insert(manual.content.aTexts, item) + end + for _, item in ipairs(content.images) do + table.insert(manual.content.aImages, item) + end + for _, item in ipairs(content.plans) do + table.insert(manual.content.aPlans, item) + end +end + +-- Replace image tag from the markdown file with real PNG file name or node name +function doclib.add_manual_image(mod, language, name, image) + local manual = doclib.manual[mod][language] + manual.content.kvImages[name] = image +end + +-- Replace plan tag from the markdown file with real Lua plan table +function doclib.add_manual_plan(mod, language, name, plan) + local manual = doclib.manual[mod][language] + manual.content.kvPlans[name] = plan +end diff --git a/doclib/construction_plan.png b/doclib/construction_plan.png new file mode 100644 index 0000000000000000000000000000000000000000..542daad2896d473d0904ed053b05f0e8a223011b GIT binary patch literal 26234 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
iw0zk9bV>W15?c(TXD>rY34T-2 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 oZU4Emf8+JPvEY9+?DNUlxqh-Zx2N^', '\\n') + lOut.append(' "%s\\n"..' % line) + if len(lines) > 0: + lOut.append(' "%s\\n",' % lines[-1]) + else: + lOut.append(' "",') + lOut.append(" }") + return "\n".join(lOut) + + def gen_lua_file(self, dest_name): + print(" - Write Lua file '%s'" % dest_name) + lOut = [] + s = ",\n".join([self.lua_table("titles", self.lTitle), + self.lua_text_table("texts", self.lText), + self.lua_table("images", self.lItemName), + self.lua_table("plans", self.lPlanTable)]) + open(dest_name, "w").write("return {\n%s\n}" % s) + print("done.") + +m2l = MarkdownToLua() +m2l.parse_md_file("./manual_EN.md") +m2l.gen_lua_file("./manual_EN.lua") + +#m2l = MarkdownToLua() +#m2l.parse_md_file("./manual_DE.md") +#m2l.gen_lua_file("./manual_DE.lua") + +# You can add further languages diff --git a/doclib/mod.conf b/doclib/mod.conf new file mode 100644 index 0000000..04a0cc9 --- /dev/null +++ b/doclib/mod.conf @@ -0,0 +1,3 @@ +name = doclib +description = A library to generate ingame manuals based on markdown files. +author = joe7575 diff --git a/doclib/node.lua b/doclib/node.lua new file mode 100644 index 0000000..e887407 --- /dev/null +++ b/doclib/node.lua @@ -0,0 +1,100 @@ +--[[ + + DocLib + ====== + + Copyright (C) 2023 Joachim Stolberg + + AGPL v3 + See LICENSE.txt for more information + + A library to generate ingame manuals based on markdown files. + +]]-- + +-- for lazy programmers +local S = doclib.S +local P2S = function(pos) if pos then return minetest.pos_to_string(pos) end end +local S2P = minetest.string_to_pos +local M = minetest.get_meta +local MP = minetest.get_modpath("doclib") + +local settings = { + symbol_item = "doclib_book_inv.png", -- can be a PGN file or a item, like: "mod:name" +} + +doclib.create_manual("doclib", "EN", settings) +local content = dofile(MP.."/manual_EN.lua") +doclib.add_to_manual("doclib", "EN", content) + +minetest.register_node("doclib:manual", { + description = "DocLib Manual (EN)", + inventory_image = "doclib_book_inv.png", + tiles = { + -- up, down, right, left, back, front + "doclib_book.png", + "doclib_book.png", + "doclib_book.png^[transformR270", + "doclib_book.png^[transformR90", + "doclib_book.png^[transformR180", + "doclib_book.png" + }, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + { -8/32, -16/32, -12/32, 8/32, -12/32, 12/32}, + }, + }, + + after_place_node = function(pos, placer, itemstack) + M(pos):set_string("infotext", "DocLib Manual (EN)") + M(pos):set_string("formspec", doclib.formspec(pos, "doclib", "EN")) + end, + + on_receive_fields = function(pos, formname, fields, player) + local player_name = player:get_player_name() + if minetest.is_protected(pos, player_name) then + return + end + M(pos):set_string("formspec", doclib.formspec(pos, "doclib", "EN", fields)) + end, + + paramtype = "light", + sunlight_propagates = true, + paramtype2 = "facedir", + use_texture_alpha = "clip", + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, +}) + + +-- +-- Demo plan 1 +-- +local ITEM1 = {"item", "doclib_demo_img1.png"} +local ITEM2 = {"item", "doclib_demo_img2.png", "Tooltip 1"} +local ITEM3 = {"item", "doclib_demo_img3.png", "Tooltip 2"} +local ITEM4 = {"item", "doclib_demo_img4.png", "Tooltip 3"} +local ITEM5 = {"item", "doclib_book_inv.png", "doclib:manual"} +local ITEM6 = {"item", "doclib:manual", "doclib:manual"} +local IMG_1 = {"img", "doclib_book_inv.png", "2,2"} +local TEXT1 = {"text", "Top view"} +local TEXT2 = {"text", "Pointless Demo"} +local TEXT3 = {"text", "End"} + +-- The maximum plan size is 12 fields wide and 10 fields high +local plan1 = { + {TEXT2, false, false, false, false, false, false, false, false, false, false, ITEM4}, + {false, false, false, TEXT1, false, false, false, false, IMG_1, false, false, false}, + {false, false, false, false, false, false, false, false, false, false, false, false}, + {false, false, false, false, ITEM1, false, false, false, false, false, false, false}, + {false, false, false, ITEM4, ITEM5, ITEM2, false, false, false, false, false, false}, + {false, false, false, false, ITEM3, false, false, false, false, false, false, false}, + {false, false, false, false, ITEM6, false, false, false, false, false, false, false}, + {false, false, false, false, false, false, false, false, false, false, false, false}, + {false, false, false, false, false, false, false, false, false, false, false, false}, + {TEXT3, false, false, false, false, false, false, false, false, false, false, ITEM4}, +} + +doclib.add_manual_plan("doclib", "EN", "demo1", plan1) diff --git a/doclib/screenshot.png b/doclib/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..baa6e3809509b6dde2e63e4c3d0cef035dcf340e GIT binary patch literal 22989 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�l^o5l=X$ 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 literal 0 HcmV?d00001 diff --git a/doclib/textures/book.xcf b/doclib/textures/book.xcf new file mode 100644 index 0000000000000000000000000000000000000000..97643c6be22f6808506263b06e24c1f52ef0646e GIT binary patch literal 7377 zcmeHML2nyH6n54TP7`c5IAAI)G^QzSEk#PCiUWsM5Qz#2OGv#`CUR0wdS~bD?$|ZCph72lyKldF@6F7c z=Y4NB_2x!f+^?>Qdy7j;2{hpo@lQdspos}wa-gYYKtyPBph?ga=slk&xpzT-fzoxD zUZ}P6 zYogOyZ{E2&ePyj)ZLPPq#TDMNrshtB!{v*a07(dN;!T1@*zs>kGZmrZ~nLNk6J+!KkEo9$-Ze%ErW zN#_NwNhj;R>{^D?w;aM=S^%;~DYw76we?fdb+B82!&i1J2A>{(`|QcH*0JhUrb9{`etz6~_UMVBbgW>8Lv-ZCG4|Qk zGUkfo<~4rN+mfzgQ;k8&2}~-wpwS~{uz`KrQ^dnj)_u`+tSQGu6!^hFED=Qr!U19s zEFy414FpcUQ1~9(UC0y>B@Npy7K%jzis{R4gCH{w zX`}$Y2Id+ig|t4xQKIQ;yi-8*<{C>=AH;Se1;ag2So zwT!vqxOt6V^tPm{*i>VXasrczE@w0HBMeQ>L%dX?#r5{IAnZXHzGhSD*E84l5r6UW$RTg#X$j+@u`MQ=;GicK{J zDJL+g=z>O%n8612X-^RkD+ruC3mgiDNZ>#$l|TS7N+ptR63%wPliw5N!NePpFF%Ssdsk*owU2zm#oaNu;KffGMK*>>#EVa6ei6d-v7z`3R; z4^XzrU{%ie$17$hq@+eP4uf(=>X^X{hv>-j2F8w_H^y7bcv2ekY&~)kdRx*}Qi{1L zfRqygD88W4BMuHwkU>0n2PhUe6bzBTp#u~vWvHzAUz9U5UO7|WuGKavWxuM9A(_{u zj*+z)%^7X({lVS43S5c&I%e(~c-aIPBDA@$26wNHDIpz|!gWk3TE|q8jy{~9e}E)1 zpD7{tR2`>uu~ec%aw)y!Rtd7=kVXm+PJU#mXe^x2bZCKa96KOXVTXPG2EE5&OwBxd1L`m^26UZt_VQR&?E zzRLJnJ*Z|LLa+#$ynzcEec>RP3D7vzjPT`gOJsbWbkBp5AheG`^nWJaUrhL1;YDw?vzgv=7s1P&1GgLqJ;1WaU$-^$;6kQ6Z|;+P%7AO&Y?zXTO!FEqFzGeSkzvT3;=5{Do}v-ZVGN$GelF{r G5}E+tM^^3t literal 0 HcmV?d00001 diff --git a/doclib/textures/doclib_book_inv.png b/doclib/textures/doclib_book_inv.png new file mode 100644 index 0000000000000000000000000000000000000000..87fbd273641a0a43aeb044f756baa0e9661d64a3 GIT binary patch literal 1548 zcmV+n2J`ueP)C4UuJl~uL4 zou#IYFpMFruauRlfP;l=ot}ezplVx>SZSG9q_K{Wk#-?<6K7~o&G>6y0000sbW%=J z00}N31rH4e5(E1DJ^oE%YRNod7=5PVeNeQ0w%w2VkFMsJ$+z^6oKxqi%J9;9>fh1# z;nf8Mb1eV>1c^yRK~z}7m6r=!+E@^V6LLr78bPFBw_CAR>F#!SA3{_JD3@>%)c^lq zI&*G0322Y=^l8(CyqWWTGv}h|o<_sbY2dXkg-gP+Y+KiD_$%{V(>+Qs*$oG-J?RIw zn+}UVcQ_#PQI924G<@=Zi+mn}0d)2;hkO>k4%cQT0nIecV)Sx;{{KzA(<+s!2772? zz&j3mi8AOtIRT9NOL%{O|M(cvX#BjWcS^;a!9S!s4tY;jkKASeBMirV8sqUeg=$=2 zTE(1iGtFhiL=vs=vA-V-#aO)t(+>ub0-y-J@V@_E0BSgFgS9r*L4F_ADZPaK-^D1X zpeuVSkhqCn=&v5Oqv0EXX>i5?dn#0;h>c)57z}2!-Ez6vY#-97Ah@*I5FA!;7S=0j zTaP08qs43x&*!rNj~Gx}`e+gaCtSp&;%OM?T*B>OuzFps*U!)EdAz2i4Sh5Wf-)&Q z%igQ_R>&oU5kLm<902R**Vh;UBc@Ie6o}-mB@(f1QuBU;CjcW5>Ca~Iocz1sCOjDw zz^&8xMNw2C9l;zTjyY*3TTKSQCcn54RR|+ktswgq1_LaGi)|14NE5xm6G$YS zu&>VIc)p%90Ml?01ZTuSEn5RlM@Tr?ZZ^x^E^$%P5L~<@eAx*moq??Wqf+2kipaiD|IQ%e9`tfT=fi`IJ*N&zNZX8~k#Z>UL#0GJJQ$4usP zl0Z>WLUgfATUV14fHqK*5M69$09vXI6kN=u0c1(*C`yPXbbWl?wlrMvz(2C4_7o+= zR%+9w7MjW7tE5&^l@LuJi-JY=2Lf=TDj}M1%>g_CPpc{?fF_&}31CL@*z2&ON6}av zQ0BW0R*sJ8M|?R^aWN<$fTvF;f>so%N&qfC83-`te)vy)1mI#9S0fvH!DD--Qp8te zB^TStHjl-HY85gUvw&QvT7}ev%PgRyUIfI1vd%V}4B+;ZtB_2HWKO4D;PKT!JppvF zAm$L7!p{##h%P=^0zitW`Vk4ygm$v6)!Aw=nS2CL;cEe%RADN61YxG5(Zg`EP;v1( znTuhU;J|7C#U)}odUzK!mCAtjqhBnY{CW1}OOOssXgE3OVmS@au1;&sTrO8F0;iJY zWJd-jkd;{m_}}x#xBqxsge3F653egiGZto8PSok@@;R7QG25X8V zrJDj+nM0~&!yVtq3=A-ZXwyN>^2n6cNE7TRDV~mw)9cZakfLU_wTB*@3p+asGgmBHe0ollVOGa0mn%kt5mm` zt0lJ_=nJ$uw4q_rL~F-H*2Eu&Oun`}ZoaTQobP0l+XkK^oVF2 literal 0 HcmV?d00001 diff --git a/doclib/textures/doclib_demo_img2.png b/doclib/textures/doclib_demo_img2.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c3a3c9a91c87ee681403a7da45c0833cfbf9a2 GIT binary patch literal 418 zcmV;T0bTxyP)EXY@|CadzA5wG zH-nvgj9@;{JwLKT;RBuLXJiybA*tHDydc9GF+>sEIfsn>!>br`B&tI|(;;G|DDe8T z?-gq)wE)|}HesdK&~U@DIM+GQS8OgDEQu&q@KmwsN5vu$n@!C$n%L0=VfBDK=D+m4 zsE4)2M31*lZXUiK3F8N}s0Z(M$*V;uJg~t+m(fb{pn=jX7+*T|NI&2aLc4nCT>^*I zLuXm{VKL2->?qZ`kL?+FbB1`y_;o(#x(`q$iW*Z-l~|DV-83s(DoFKF)) z+uhD`K$)ZV&P!Tt|9?K|<0zi|u=Ng5sL0dBF+}5h@(hg*CKrj8-h&5pB%Nj-V3~B* zL+pS7Gg|_a8{?W&Cz#w8^6)G?<-z2|$iuV7i-S?QqroV~fm3NgOYi{>wFNnIe5@G{ zy*p51)%LvMAft%Gw|yHKnVB~mZe=}l`gC_8=Z*$PcXxO084p<*RxFQb*Ll209cVj) Mr>mdKI;Vst0G`K7P5=M^ literal 0 HcmV?d00001 diff --git a/doclib/textures/doclib_demo_img4.png b/doclib/textures/doclib_demo_img4.png new file mode 100644 index 0000000000000000000000000000000000000000..dc9bab32349926d1990cc63b2ea462c143ce650e GIT binary patch literal 281 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0L3?#3!&-4XSEa{HEjtmSN`?>!lvI6;x#X;^) z4C~IxyaaN10(?ST-3xpsPMiqj{r~^JrZ{yENKr|UUoeBivm0qZ&OA>S#}JFt$q5R= zf7qEVrvLnZH9&#me?5bmJQr(#>6!3EriTKme-;*eVAM(I7FfZ^{X&_gu7P!nVA>uA z?t+84KesdJ9M~fDtS_8bpfPl{f?n)aE` to output cart state and location - Command interface for Techage (Lua and ICTA) and for Beduino Controllers -Technical Background --------------------- +## Technical Background The Minecart can "run" through unloaded areas. This is done by means of recorded and stored routes. If the area is unloaded the cart will simply follow the @@ -56,39 +55,11 @@ predefined route until an area is loaded again. In this case the cart will be spawned and run as usual. -Introduction ------------- - -1. Place your rails and build a route with two endpoints. Junctions are allowed - as long as each route has its own start and endpoint. -2. Place a Railway Buffer at both endpoints. (buffers are always needed, - they store the route and timing information) -3. Give both Railway Buffers unique station names, like Oxford and Cambridge -4. Place a Minecart at a buffer and give it a cart number (1..999) -5. Drive from buffer to buffer in both directions using the Minecart(!) to record the - routes (use 'right-left' keys to control the Minecart) -6. Punch the buffers to check the connection data (e.g. "Oxford: connected to Cambridge") -7. Optional: Configure the Minecart waiting time in both buffers. The Minecart - will then start automatically after the configured time -8. Optional: Protect your rail network with the Protection Landmarks (one Landmark - at least every 16 nodes/meters) -9. Place a Minecart in front of the buffer and check whether it starts after the - configured time -10. Check the cart state via the chat command: `/mycart ` - `` is the cart number, or get a list of carts with `/mycart` -11. Drop items into the Minecart and punch the cart to start it, or "sneak+click" the - Minecart to get cart and items back -12. Dig the cart with 'sneak+click' (as usual). The items will be drop down. -13. To retrieve lost carts, use the chat command: /stopcart - - - ## Manual see [Wiki](https://github.com/joe7575/minecart/wiki) - ## Command Interface ### Techage ICTA Controller @@ -128,10 +99,7 @@ The Cart Terminal has a Beduino command interface with the commands: | Distance | 130 | [cart-id] | [distance] | Returns the distance from the cart to the Cart Terminal | - - -History -------- +# History 2019-04-19 v0.01 first commit 2019-04-21 v0.02 functional, with junctions support @@ -156,4 +124,5 @@ History 2021-09-02 V2.01 Chat command /stopcart added 2021-10-18 V2.02 Cart reproduction bug fixed 2023-01-04 V2.03 Techage and Beduino command interface added -2023-02-05 V2.04 New API functions added, EOL blanks removed +2023-02-05 V2.04 New API functions added, EOL blanks removed +2023-08-25 V2.05 Support for doclib added diff --git a/minecart/init.lua b/minecart/init.lua index 6c09b98..b6b0744 100644 --- a/minecart/init.lua +++ b/minecart/init.lua @@ -13,7 +13,7 @@ minecart = {} -- Version for compatibility checks, see readme.md/history -minecart.version = 2.04 +minecart.version = 2.05 minecart.hopper_enabled = minetest.settings:get_bool("minecart_hopper_enabled") ~= false minecart.teleport_enabled = minetest.settings:get_bool("minecart_teleport_enabled") == true @@ -47,4 +47,5 @@ if minecart.hopper_enabled then end dofile(MP .. "/doc.lua") +dofile(MP .. "/manual.lua") minetest.log("info", "[MOD] Minecart loaded") diff --git a/minecart/manual.lua b/minecart/manual.lua new file mode 100644 index 0000000..c18593c --- /dev/null +++ b/minecart/manual.lua @@ -0,0 +1,145 @@ +--[[ + + Minecart + ======== + + Copyright (C) 2019-2023 Joachim Stolberg + + MIT + See license.txt for more information + + InGame Documentation for techage or doclib + +]]-- + +local MP = minetest.get_modpath("minecart") + +minetest.register_on_mods_loaded(function() + if minetest.global_exists("techage") then + + -- Use the Techage Construction Board + local content = dofile(MP.."/manual_EN.lua") + doclib.add_to_manual("techage", "EN", content) + local content = dofile(MP.."/manual_DE.lua") + doclib.add_to_manual("techage", "DE", content) + + elseif minetest.global_exists("doclib") then + + -- Create own manual book + local settings = { + symbol_item = "minecart_manual_image.png", + } + + doclib.create_manual("minecart", "EN", settings) + local content = dofile(MP.."/manual_EN.lua") + doclib.add_to_manual("minecart", "EN", content) + + doclib.create_manual("minecart", "DE", settings) + local content = dofile(MP.."/manual_DE.lua") + doclib.add_to_manual("minecart", "DE", content) + + minetest.register_node("minecart:manual", { + description = "Minecart Manual (EN)", + inventory_image = "minecart_book_inv.png", + tiles = { + -- up, down, right, left, back, front + "minecart_book.png", + "minecart_book.png", + "minecart_book.png^[transformR270", + "minecart_book.png^[transformR90", + "minecart_book.png^[transformR180", + "minecart_book.png" + }, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + { -8/32, -16/32, -12/32, 8/32, -12/32, 12/32}, + }, + }, + + after_place_node = function(pos, placer, itemstack) + minetest.get_meta(pos):set_string("infotext", "Minecart Manual (EN)") + minetest.get_meta(pos):set_string("formspec", doclib.formspec(pos, "minecart", "EN")) + end, + + on_receive_fields = function(pos, formname, fields, player) + local player_name = player:get_player_name() + if minetest.is_protected(pos, player_name) then + return + end + minetest.get_meta(pos):set_string("formspec", doclib.formspec(pos, "minecart", "EN", fields)) + end, + + paramtype = "light", + sunlight_propagates = true, + paramtype2 = "facedir", + use_texture_alpha = "clip", + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + }) + + minetest.register_node("minecart:handbuch", { + description = "Minecart Handbuch (DE)", + inventory_image = "minecart_book_inv.png", + tiles = { + -- up, down, right, left, back, front + "minecart_book.png", + "minecart_book.png", + "minecart_book.png^[transformR270", + "minecart_book.png^[transformR90", + "minecart_book.png^[transformR180", + "minecart_book.png" + }, + drawtype = "nodebox", + node_box = { + type = "fixed", + fixed = { + { -8/32, -16/32, -12/32, 8/32, -12/32, 12/32}, + }, + }, + + after_place_node = function(pos, placer, itemstack) + minetest.get_meta(pos):set_string("infotext", "Minecart Handbuch (DE)") + minetest.get_meta(pos):set_string("formspec", doclib.formspec(pos, "minecart", "DE")) + end, + + on_receive_fields = function(pos, formname, fields, player) + local player_name = player:get_player_name() + if minetest.is_protected(pos, player_name) then + return + end + minetest.get_meta(pos):set_string("formspec", doclib.formspec(pos, "minecart", "DE", fields)) + end, + + paramtype = "light", + sunlight_propagates = true, + paramtype2 = "facedir", + use_texture_alpha = "clip", + is_ground_content = false, + groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 2}, + }) + + minetest.register_craft({ + output = "minecart:manual", + recipe = { + {"dye:red", "default:paper", "default:paper"}, + {"dye:black", "default:paper", "default:paper"}, + {"dye:red", "default:paper", "default:paper"}, + }, + }) + + minetest.register_craft({ + type = "shapeless", + output = "minecart:handbuch", + recipe = {"minecart:manual"}, + }) + + minetest.register_craft({ + type = "shapeless", + output = "minecart:manual", + recipe = {"minecart:handbuch"}, + }) + + end +end) \ No newline at end of file diff --git a/minecart/manual_DE.lua b/minecart/manual_DE.lua new file mode 100644 index 0000000..b3f79d0 --- /dev/null +++ b/minecart/manual_DE.lua @@ -0,0 +1,126 @@ +return { + titles = { + "1,Minecart", + "2,Kurzanleitung", + "2,Minecart-Blöcke", + "3,Wagen", + "3,Puffer", + "3,Landmarken", + "3,Trichter/Hopper", + "3,Wagenschieber (Cart Pusher)", + "3,Geschwindigkeitsbegrenzungsschilder", + "2,Chat-Befehle", + "2,Online-Handbuch", + }, + texts = { + "Die Mod Minecart verfügt zusätzlich zu den Standard-Wagen/Loren über eigene Wagen\n".. + "(Minecart genannt).\n".. + "Minecarts werden für den automatisierten Gütertransport auf privaten und öffentlichen\n".. + "Schienennetzen eingesetzt.\n".. + "\n".. + "Die Hauptmerkmale sind:\n".. + "\n".. + " - Gütertransport von Station zu Station\n".. + " - Wagen können durch unbeladene Bereiche (Mapblocks) fahren\n(es müssen nur beide Stationen geladen sein)\n".. + " - Automatisiertes Be-/Entladen von Minecarts mittels Minecart Hopper\n".. + " - Die Schienen können durch Landmarken geschützt werden\n".. + "\n".. + "Wenn die Mod Techage verfügbar ist:\n".. + "\n".. + " - Sind zwei zusätzliche Wagen für den Transport von Gegenständen und Flüssigkeiten verfügbar\n".. + " - Können diese Wagen mit Hilfe von Techage Schiebern und Pumpen be- und entladen werden\n".. + "\n".. + "Du kannst:\n".. + "\n".. + " - den Wagen mit einem Rechtsklick besteigen\n".. + " - den Wagen mit einem Sprung oder Rechtsklick wieder verlassen\n".. + " - den Wagen mit einem Linksklick anschieben/starten\n".. + "\n".. + "Aber Minecarts haben ihren Besitzer und du kannst fremde Minecarts nicht starten\\, stoppen oder entfernen.\n".. + "Minecarts können nur am Puffer/Prellbock gestartet werden. Wenn ein Minecarts unterwegs stehen bleibt\\,\n".. + "entferne es und platziere es wieder an einer Puffer-Position.\n".. + "\n".. + "\n".. + "\n", + " - Platziere die Schienen und baue eine Route mit zwei Endpunkten.\nKreuzungen sind erlaubt\\, solange jede Route einen eigenen Start- und Endpunkt hat.\n".. + " - Platziere an beiden Endpunkten einen Prellbock/Puffer (Puffer werden immer benötigt\\,\nsie speichern die Routen- und Zeitinformationen).\n".. + " - Gebe beiden Prellböcken eindeutige Bahnhofsnamen\\, z. B. Stuttgart und München.\n".. + " - Stelle ein Minecart an einen Puffer und gebe ihm eine Wagennummer (1..999).\n".. + " - Fahre mit dem Minecart(!) von Puffer zu Puffer in beide Richtungen\\, um die\nStecke aufzuzeichnen (verwende die Rechts/Links-Tasten\\, um das Minecart zu steuern).\n".. + " - Schlage auf die Puffer\\, um die Verbindungsdaten zu überprüfen\n (z. B. \"Stuttgart: verbunden mit München\").\n".. + " - Optional: Konfiguriere die Minecart-Wartezeit in beiden Puffern.\nDas Minecart startet dann automatisch nach der konfigurierten Zeit.\n".. + " - Stelle ein Minecart vor den Puffer und prüfe\\, ob es nach der konfigurierten Zeit\nstartet.\n".. + " - Lege Gegenstände in das Minecart und schlage auf den Wagen\\, um ihn zu starten.\n".. + " - Entferne den Wagen mit Shift + Rechts-Click“.\n".. + "\n".. + "\n".. + "\n", + "\n".. + "\n", + "Wird hauptsächlich zum Transport von Gegenständen verwendet. Du kannst Gegenstände\n".. + "in das Minecart legen und auf den Wagen schlagen\\, um ihn zu starten.\n".. + "\n".. + "\n".. + "\n", + "Wird als Prellbock an beiden Schienenenden verwendet. Wird benötigt\\, um die\n".. + "Routen der Minecarts aufzeichnen und speichern zu können.\n".. + "\n".. + "\n".. + "\n", + "Schütze deine Schienen mit den Landmarken (mindestens alle 16 Blöcke in\n".. + "der Nähe der Schiene eine Landmarke).\n".. + "\n".. + "\n".. + "\n", + "Wird zum Laden/Entladen von Minecarts verwendet. Der Hopper kann Gegenstände\n".. + "zu/von Truhen schieben/ziehen und Gegenstände zu/von Minecarts abgeben/abholen.\n".. + "Um ein Minecart zu entladen\\, platziere den Trichter unterhalb der Schiene.\n".. + "Um das Minecart zu beladen\\, platziere den Trichter direkt neben dem Minecart.\n".. + "\n".. + "\n".. + "\n", + "Wenn mehrere Wagen auf einer Strecke fahren\\, kann es vorkommen\\, dass eine Pufferposition\n".. + "bereits belegt ist und ein Wagen daher früher stoppt.\n".. + "In diesem Fall dient der Wagenschieber dazu\\, den Wagen wieder in Richtung Puffer zu schieben.\n".. + "Dieser Block muss im Abstand von 2 m vor dem Puffer unter der Schiene platziert werden.\n".. + "\n".. + "\n".. + "\n", + "Begrenze die Geschwindigkeit der Minecarts mit Geschwindigkeitsbegrenzungsschildern.\n".. + "\n".. + "\n".. + "\n", + " - Befehl „/mycart “\\, um den Status und den Standort des Minecarts auszugeben\n".. + " - Befehl „/stopcart “\\, um verlorene Minecarts abzurufen\n".. + "\n", + "Ein umfassendes Handbuch ist online verfügbar.\n".. + "Siehe: https://github.com/joe7575/minecart/wiki\n".. + "\n", + }, + images = { + "minecart_manual_image.png", + "minecart_manual_image.png", + "minecart:cart", + "minecart:cart", + "minecart:buffer", + "minecart:landmark", + "minecart:hopper", + "minecart:cart_pusher", + "minecart:speed2", + "", + "", + }, + plans = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + } +} \ No newline at end of file diff --git a/minecart/manual_DE.md b/minecart/manual_DE.md new file mode 100644 index 0000000..be3116f --- /dev/null +++ b/minecart/manual_DE.md @@ -0,0 +1,121 @@ +# Minecart + +Die Mod Minecart verfügt zusätzlich zu den Standard-Wagen/Loren über eigene Wagen +(Minecart genannt). +Minecarts werden für den automatisierten Gütertransport auf privaten und öffentlichen +Schienennetzen eingesetzt. + +Die Hauptmerkmale sind: + +- Gütertransport von Station zu Station +- Wagen können durch unbeladene Bereiche (Mapblocks) fahren + (es müssen nur beide Stationen geladen sein) +- Automatisiertes Be-/Entladen von Minecarts mittels Minecart Hopper +- Die Schienen können durch Landmarken geschützt werden + +Wenn die Mod Techage verfügbar ist: + +- Sind zwei zusätzliche Wagen für den Transport von Gegenständen und Flüssigkeiten verfügbar +- Können diese Wagen mit Hilfe von Techage Schiebern und Pumpen be- und entladen werden + +Du kannst: + +- den Wagen mit einem Rechtsklick besteigen +- den Wagen mit einem Sprung oder Rechtsklick wieder verlassen +- den Wagen mit einem Linksklick anschieben/starten + +Aber Minecarts haben ihren Besitzer und du kannst fremde Minecarts nicht starten, stoppen oder entfernen. +Minecarts können nur am Puffer/Prellbock gestartet werden. Wenn ein Minecarts unterwegs stehen bleibt, +entferne es und platziere es wieder an einer Puffer-Position. + +[minecart_manual_image.png|image] + + +## Kurzanleitung + +1. Platziere die Schienen und baue eine Route mit zwei Endpunkten. + Kreuzungen sind erlaubt, solange jede Route einen eigenen Start- und Endpunkt hat. +2. Platziere an beiden Endpunkten einen Prellbock/Puffer (Puffer werden immer benötigt, + sie speichern die Routen- und Zeitinformationen). +3. Gebe beiden Prellböcken eindeutige Bahnhofsnamen, z. B. Stuttgart und München. +4. Stelle ein Minecart an einen Puffer und gebe ihm eine Wagennummer (1..999). +5. Fahre mit dem Minecart(!) von Puffer zu Puffer in beide Richtungen, um die + Stecke aufzuzeichnen (verwende die Rechts/Links-Tasten, um das Minecart zu steuern). +6. Schlage auf die Puffer, um die Verbindungsdaten zu überprüfen + (z. B. "Stuttgart: verbunden mit München"). +7. Optional: Konfiguriere die Minecart-Wartezeit in beiden Puffern. + Das Minecart startet dann automatisch nach der konfigurierten Zeit. +9. Stelle ein Minecart vor den Puffer und prüfe, ob es nach der konfigurierten Zeit + startet. +10. Lege Gegenstände in das Minecart und schlage auf den Wagen, um ihn zu starten. +11. Entferne den Wagen mit Shift + Rechts-Click“. + +[minecart_manual_image.png|image] + + +## Minecart-Blöcke + +[minecart:cart|image] + + +### Wagen + +Wird hauptsächlich zum Transport von Gegenständen verwendet. Du kannst Gegenstände +in das Minecart legen und auf den Wagen schlagen, um ihn zu starten. + +[minecart:cart|image] + + +### Puffer + +Wird als Prellbock an beiden Schienenenden verwendet. Wird benötigt, um die +Routen der Minecarts aufzeichnen und speichern zu können. + +[minecart:buffer|image] + + +### Landmarken + +Schütze deine Schienen mit den Landmarken (mindestens alle 16 Blöcke in +der Nähe der Schiene eine Landmarke). + +[minecart:landmark|image] + + +### Trichter/Hopper + +Wird zum Laden/Entladen von Minecarts verwendet. Der Hopper kann Gegenstände +zu/von Truhen schieben/ziehen und Gegenstände zu/von Minecarts abgeben/abholen. +Um ein Minecart zu entladen, platziere den Trichter unterhalb der Schiene. +Um das Minecart zu beladen, platziere den Trichter direkt neben dem Minecart. + +[minecart:hopper|image] + + +### Wagenschieber (Cart Pusher) + +Wenn mehrere Wagen auf einer Strecke fahren, kann es vorkommen, dass eine Pufferposition +bereits belegt ist und ein Wagen daher früher stoppt. +In diesem Fall dient der Wagenschieber dazu, den Wagen wieder in Richtung Puffer zu schieben. +Dieser Block muss im Abstand von 2 m vor dem Puffer unter der Schiene platziert werden. + +[minecart:cart_pusher|image] + + +### Geschwindigkeitsbegrenzungsschilder + +Begrenze die Geschwindigkeit der Minecarts mit Geschwindigkeitsbegrenzungsschildern. + +[minecart:speed2|image] + + +## Chat-Befehle + +- Befehl „/mycart “, um den Status und den Standort des Minecarts auszugeben +- Befehl „/stopcart “, um verlorene Minecarts abzurufen + + +## Online-Handbuch + +Ein umfassendes Handbuch ist online verfügbar. +Siehe: https://github.com/joe7575/minecart/wiki diff --git a/minecart/manual_EN.lua b/minecart/manual_EN.lua new file mode 100644 index 0000000..f96c265 --- /dev/null +++ b/minecart/manual_EN.lua @@ -0,0 +1,120 @@ +return { + titles = { + "1,Minecart", + "2,Quick start guide", + "2,Minecart Blocks", + "3,Cart", + "3,Buffer", + "3,Landmark", + "3,Hopper", + "3,Cart pusher", + "3,Speed limit signs", + "2,Chat commands", + "2,Online manual", + }, + texts = { + "The mod Minecart has its own carts (called Minecart) in addition to the standard carts.\n".. + "Minecarts are used for automated item transport on private and public rail networks.\n".. + "The main features are:\n".. + "\n".. + " - Item transport from station to station\n".. + " - Carts can run through unloaded areas (only both stations have to be loaded)\n".. + " - Automated loading/unloading of Minecarts by means of the Minecart Hopper\n".. + " - The rails can be protected by means of landmarks\n".. + "\n".. + "If the mod Techage is available\\, then:\n".. + "\n".. + " - Two additional carts for item and liquid transportation are available\n".. + " - Carts can be loaded/unloaded by means of Techage pusher and pumps\n".. + "\n".. + "You can:\n".. + "\n".. + " - Enter the cart with a right-click\n".. + " - Leave the cart with a jump or a right-click\n".. + " - Push/start the cart with a left-click\n".. + "\n".. + "But carts have their owner and you can't start\\, stop\\, or remove foreign carts.\n".. + "Carts can only be started at the buffer. If a cart stops on the way\\,\n".. + "remove it and place it at the buffer position.\n".. + "\n".. + "\n".. + "\n", + " - Place your rails and build a route with two endpoints.\nJunctions are allowed as long as each route has its own start and endpoint.\n".. + " - Place a Railway Buffer at both endpoints (buffers are always needed\\,\nthey store the route and timing information).\n".. + " - Give both Railway Buffers unique station names\\, like Oxford and Cambridge.\n".. + " - Place a Minecart at a buffer and give it a cart number (1..999)\n".. + " - Drive from buffer to buffer in both directions using the Minecart(!) to\nrecord the routes (use 'right-left' keys to control the Minecart).\n".. + " - Punch the buffers to check the connection data\n(e.g. 'Oxford: connected to Cambridge').\n".. + " - Optional: Configure the Minecart waiting time in both buffers.\nThe Minecart will then start automatically after the configured time.\n".. + " - Place a Minecart in front of the buffer and check whether it starts\nafter the configured time.\n".. + " - Drop items into the Minecart and punch the cart to start it.\n".. + " - Dig the cart with 'sneak+click' (as usual). The items will be drop down.\n".. + "\n".. + "\n".. + "\n", + "\n".. + "\n", + "Primary used to transport items. You can drop items into the Minecart and punch the cart to get started. \n".. + "Sneak+click the cart to get cart and items back.\n".. + "\n".. + "\n".. + "\n", + "Used as buffer on both rail ends. Needed to be able to record the cart routes.\n".. + "\n".. + "\n".. + "\n", + "Protect your rails with the Landmarks (one Landmark at least every 16 blocks near the rail.\n".. + "\n".. + "\n".. + "\n", + "Used to load/unload Minecarts. The Hopper can push/pull items to/from chests\n".. + "and drop/pickup items to/from Minecarts. To unload a Minecart place the hopper \n".. + "below the rail. To load the Minecart\\, place the hopper right next to the Minecart.\n".. + "\n".. + "\n".. + "\n", + "If several carts are running on one route\\, it can happen that a buffer position\n".. + "is already occupied and one cart therefore stops earlier.\n".. + "In this case\\, the cart pusher is used to push the cart towards the buffer again.\n".. + "This block must be placed under the rail at a distance of 2 m in front of the buffer.\n".. + "\n".. + "\n".. + "\n", + "Limit the cart speed with speed limit signs.\n".. + "\n".. + "\n".. + "\n", + " - Command '/mycart ' to output cart state and location\n".. + " - Command '/stopcart ' to retrieve lost carts\n".. + "\n", + "A comprehensive manual is available online.\n".. + "See: https://github.com/joe7575/minecart/wiki\n".. + "\n", + }, + images = { + "minecart_manual_image.png", + "minecart_manual_image.png", + "minecart:cart", + "minecart:cart", + "minecart:buffer", + "minecart:landmark", + "minecart:hopper", + "minecart:cart_pusher", + "minecart:speed2", + "", + "", + }, + plans = { + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + } +} \ No newline at end of file diff --git a/minecart/manual_EN.md b/minecart/manual_EN.md new file mode 100644 index 0000000..8de0401 --- /dev/null +++ b/minecart/manual_EN.md @@ -0,0 +1,114 @@ +# Minecart + +The mod Minecart has its own carts (called Minecart) in addition to the standard carts. +Minecarts are used for automated item transport on private and public rail networks. +The main features are: + +- Item transport from station to station +- Carts can run through unloaded areas (only both stations have to be loaded) +- Automated loading/unloading of Minecarts by means of the Minecart Hopper +- The rails can be protected by means of landmarks + +If the mod Techage is available, then: + +- Two additional carts for item and liquid transportation are available +- Carts can be loaded/unloaded by means of Techage pusher and pumps + +You can: + +- Enter the cart with a right-click +- Leave the cart with a jump or a right-click +- Push/start the cart with a left-click + +But carts have their owner and you can't start, stop, or remove foreign carts. +Carts can only be started at the buffer. If a cart stops on the way, +remove it and place it at the buffer position. + +[minecart_manual_image.png|image] + + +## Quick start guide + +1. Place your rails and build a route with two endpoints. + Junctions are allowed as long as each route has its own start and endpoint. +2. Place a Railway Buffer at both endpoints (buffers are always needed, + they store the route and timing information). +3. Give both Railway Buffers unique station names, like Oxford and Cambridge. +4. Place a Minecart at a buffer and give it a cart number (1..999) +5. Drive from buffer to buffer in both directions using the Minecart(!) to + record the routes (use 'right-left' keys to control the Minecart). +6. Punch the buffers to check the connection data + (e.g. 'Oxford: connected to Cambridge'). +7. Optional: Configure the Minecart waiting time in both buffers. + The Minecart will then start automatically after the configured time. +9. Place a Minecart in front of the buffer and check whether it starts + after the configured time. +10. Drop items into the Minecart and punch the cart to start it. +11. Dig the cart with 'sneak+click' (as usual). The items will be drop down. + +[minecart_manual_image.png|image] + + +## Minecart Blocks + +[minecart:cart|image] + + +### Cart + +Primary used to transport items. You can drop items into the Minecart and punch the cart to get started. +Sneak+click the cart to get cart and items back. + +[minecart:cart|image] + + +### Buffer + +Used as buffer on both rail ends. Needed to be able to record the cart routes. + +[minecart:buffer|image] + + +### Landmark + +Protect your rails with the Landmarks (one Landmark at least every 16 blocks near the rail. + +[minecart:landmark|image] + + +### Hopper + +Used to load/unload Minecarts. The Hopper can push/pull items to/from chests +and drop/pickup items to/from Minecarts. To unload a Minecart place the hopper +below the rail. To load the Minecart, place the hopper right next to the Minecart. + +[minecart:hopper|image] + + +### Cart pusher + +If several carts are running on one route, it can happen that a buffer position +is already occupied and one cart therefore stops earlier. +In this case, the cart pusher is used to push the cart towards the buffer again. +This block must be placed under the rail at a distance of 2 m in front of the buffer. + +[minecart:cart_pusher|image] + + +### Speed limit signs + +Limit the cart speed with speed limit signs. + +[minecart:speed2|image] + + +## Chat commands + +- Command `/mycart ` to output cart state and location +- Command `/stopcart ` to retrieve lost carts + + +## Online manual + +A comprehensive manual is available online. +See: https://github.com/joe7575/minecart/wiki \ No newline at end of file diff --git a/minecart/markdown_to_lua.py b/minecart/markdown_to_lua.py new file mode 100644 index 0000000..4093f2d --- /dev/null +++ b/minecart/markdown_to_lua.py @@ -0,0 +1,201 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- + +# install mistune v0.8.4 with: pip install mistune==0.8.4 + +import re +import mistune + +assert(mistune.__version__ == "0.8.4") + +__version__ = "1.0" + +class WikiLinkInlineLexer(mistune.InlineLexer): + def enable_wiki_link(self): + # add wiki_link rules + self.rules.wiki_link = re.compile( + r'\[' # [ + r'([\s\S]+?\|[\s\S]+?)' # name| img-type + r'\](?!\])' # ] + ) + + # Add wiki_link parser to default rules + # you can insert it some place you like + # but place matters, maybe 3 is not good + self.default_rules.insert(3, 'wiki_link') + + def output_wiki_link(self, m): + text = m.group(1) + name, itype = text.split('|') + # you can create an custom render + # you can also return the html if you like + return self.renderer.wiki_link(name, itype) + +class MarkdownToLua(mistune.Renderer): + def __init__(self, *args, **kwargs): + mistune.Renderer.__init__(self, *args, **kwargs) + self.item_name = "" + self.plan_table = "" + self.is_first_header = True + self.text_chunck = [] + self.lTitle = [] + self.lText = [] + self.lItemName = [] + self.lPlanTable = [] + print("Markdown-to-Lua v%s" % __version__) + + def m2l_formspec_escape(self, text): + text = text.replace("\\", "") + text = text.replace("[", "\\\\[") + text = text.replace("]", "\\\\]") + text = text.replace(";", "\\\\;") + text = text.replace(",", "\\\\,") + text = text.replace('"', '\\"') + text = text.replace('\n', '\\n') + return text + + def m2l_add_last_paragraph(self): + """ + Used to add a text block before the next header or at the end of the document + """ + self.lText.append(self.text_chunck) + self.text_chunck = [] + self.lItemName.append(self.item_name) + self.item_name = "" + self.lPlanTable.append(self.plan_table) + self.plan_table = "" + ## + ## Block Level + ## + def block_code(self, code, lang): + text = self.m2l_formspec_escape(code.strip()) + lines = text.split("\\n") + lines = [" " + item for item in lines] + self.text_chunck.extend(lines) + self.text_chunck.append("") + return "" + + def header(self, text, level, raw=None): + if not self.is_first_header: + self.m2l_add_last_paragraph() + self.is_first_header = False + self.lTitle.append("%u,%s" % (level, self.m2l_formspec_escape(text))) + return "" + + def hrule(self): + self.text_chunck.append("\n----------------------------------------------------\n") + return "" + + def paragraph(self, text): + lines = text.split("\\n") + [""] + self.text_chunck.extend(lines) + return "" + + def list(self, body, ordered=True): + lines = body.split("\n") + self.text_chunck.extend(lines) + return "" + + def list_item(self, text): + return " - %s\n" % text.strip() + ## + ## Span Level + ## + def emphasis(self, text): + return "*%s*" % self.m2l_formspec_escape(text) + + def double_emphasis(self, text): + return "*%s*" % self.m2l_formspec_escape(text) + + def codespan(self, text): + return "'%s'" % self.m2l_formspec_escape(text) + + def text(self, text): + return self.m2l_formspec_escape(text) + + def link(self, link, title, content): + """ + Used for plans and images: + [myimage](/image/) + [myplan](/plan/) + """ + if link == "/image/": + self.item_name = content + elif link == "/plan/": + self.plan_table = content + return content + + def wiki_link(self, name, itype): + """ + Used for plans and images: + [myimage|image] + [myplan|plan] + """ + if itype == "image": + self.item_name = name + elif itype == "plan": + self.plan_table = name + return "" + + def autolink(self, link, is_email=False): + return link + + def linebreak(self): + return "\\n" + + def newline(self): + return "\\n" + + def inline_html(self, text): + #print(text) + pass + + def parse_md_file(self, src_name): + print(" - Read MD file '%s'" % src_name) + inline = WikiLinkInlineLexer(self) + # enable the feature + inline.enable_wiki_link() + md = mistune.Markdown(renderer=self, inline=inline) + md.renderer.src_name = src_name + md.render(open(src_name, 'r').read()) + md.renderer.m2l_add_last_paragraph() + + def lua_table(self, key, lData): + lOut = [] + lOut.append(" %s = {" % key) + for line in lData: + lOut.append(' "%s",' % line) + lOut.append(" }") + return "\n".join(lOut) + + def lua_text_table(self, key, lData): + lOut = [] + lOut.append(" %s = {" % key) + for lines in lData: + for line in lines[:-1]: + line = line.replace('
', '\\n') + lOut.append(' "%s\\n"..' % line) + if len(lines) > 0: + lOut.append(' "%s\\n",' % lines[-1]) + else: + lOut.append(' "",') + lOut.append(" }") + return "\n".join(lOut) + + def gen_lua_file(self, dest_name): + print(" - Write Lua file '%s'" % dest_name) + lOut = [] + s = ",\n".join([self.lua_table("titles", self.lTitle), + self.lua_text_table("texts", self.lText), + self.lua_table("images", self.lItemName), + self.lua_table("plans", self.lPlanTable)]) + open(dest_name, "w").write("return {\n%s\n}" % s) + print("done.") + +m2l = MarkdownToLua() +m2l.parse_md_file("./manual_EN.md") +m2l.gen_lua_file("./manual_EN.lua") + +m2l = MarkdownToLua() +m2l.parse_md_file("./manual_DE.md") +m2l.gen_lua_file("./manual_DE.lua") diff --git a/minecart/mod.conf b/minecart/mod.conf index 7b9a9ac..73d9cb1 100644 --- a/minecart/mod.conf +++ b/minecart/mod.conf @@ -1,4 +1,4 @@ name=minecart depends = default,carts -optional_depends = doc +optional_depends = doc, doclib description = Minecart, the lean railway transportation automation system diff --git a/minecart/textures/minecart_book.png b/minecart/textures/minecart_book.png new file mode 100644 index 0000000000000000000000000000000000000000..a3e1ec0ca00adb509406fc3a48965fe6407946cb GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`SN8&+MHw-Z)nytL#V?*a z_vq=`d9~#QGQ#_I?o1IE=H?HgKGobL@bDr=|$U0j9G7jW2?iI|pt#5PE=Rk-u(h=D~$bdEUk+`IHa6Jo{t@ z<42iEk{L`Xx05*f#TRh(bTBarC)hA03z_CMUSQU1m?OiG|J_GkalPx# literal 0 HcmV?d00001 diff --git a/minecart/textures/minecart_book_inv.png b/minecart/textures/minecart_book_inv.png new file mode 100644 index 0000000000000000000000000000000000000000..ac0e24b984e54cde01dc814b326b0ef3d93c89da GIT binary patch literal 1412 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 literal 0 HcmV?d00001 diff --git a/signs_bot/README.md b/signs_bot/README.md index 650d9a2..4d4df98 100644 --- a/signs_bot/README.md +++ b/signs_bot/README.md @@ -10,180 +10,24 @@ Download: [GitHub](https://github.com/joe7575/signs_bot/archive/master.zip) ![Signs Bot](https://github.com/joe7575/signs_bot/blob/master/screenshot.png) -The bot can only be controlled by signs that are placed in its path. -The bot starts running after starting until it encounters a sign. There, the commands are then processed on the sign. -The bot can also put himself signs in the way, which he then works off. -There is also a sign that can be programmed by the player, which then are processed by the bot. +### Introduction +See [manual](https://github.com/joe7575/signs_bot/blob/master/manual_EN.md) -There are also the following blocks: -- Sensors: These can send a signal to an actuator if they are connected to the actuator. -- Actuators: These perform an action when they receive a signal from a sensor. +The mod has an in-game help to all blocks and signs. +If 'techage' is installed, the techage ingame manual will be expanded. +If techage is not installed, it is recommended that you have installed the +mod doclib. -Sensors must be connected (paired) with actuators. This is what the Connection Tool does. Click on both blocks one after the other. -A successful pairing is indicated by a ping / pong noise. -When pairing, the state of the actuator is important. In the case of the bot box, for example, the states "on" and "off", in the case of the control unit 1,2,3,4, etc. -The state of the actuator is saved with the pairing and restored by the signal. For example, the robot can be switched on via a node sensor. - -An actuator can receive signals from many sensors. A sensor can only be connected to an actuator. However, if several actuators are to be controlled by one sensor, a signal extender block must be used. This connects to a sensor when it is placed next to the sensor. This extender can then be paired with another actuator. - -Sensors are: -- Bot Sensor: Sends a signal when the robot passes by -- Node Sensor: Sends a signal when it detects a change (tree, cactus, flower, etc.) in front of the sensor (over 3 positions) -- Crop Sensor: Sends a signal when, for example, the wheat is fully grown -- Bot Chest: Sends a signal depending on the chest state. Possible states are "empty", "not empty", "almost full". The state to be sent is defined while pairing. - -Actuators are: -- Control Unit: Can place up to 4 signs and steer the bot e.g. in different directions. -- Signs Bot Box: Can be turned off and on - -In addition, there are currently the following blocks: -- The duplicator is used to copy Command Signs, i.e. the signs with their own commands. -- Bot Flap: The "cat flap" is a door for the bot, which he opens automatically and closes behind him. -- Sensor Extender for controlling additional actuators from one sensor signal -- A Timer can be used to start the Bot cyclically -- A Delayer can be used to delay and queue signals - -More information: -- Using the signs "take" and "add", the bot can pick items from Chests and put them in. The signs must be placed on the box. So far, only a few blocks are supported with Inventory. -- The Control Unit can be charged with up to 4 labels. To do this, place a label next to the Control Unit and click on the Control Unit. The sign is only stored under this number. -- The inventory of the Signs Bot Box is intended to represent the inventory of the Robot. As long as the robot is on the road, of course you have no access. - -The copy function can be used to clone node cubes up to 5x3x3 nodes. There is the pattern shield for the template position and the copy shield for the "3x3x3" copy. Since the bot also copies air blocks, the function can also be used for mining or tunnels. The items to be placed must be in the inventory. Items that the bot degrades are in Inventory afterwards. If there are missing items in the inventory during copying, he will set "missing items" blocks, which dissolve into air when degrading. - -In-game help: -The mod has an in-game help to all blocks and signs. Therefore, it is highly recommended that you have installed the mods 'doc' and 'unified_inventory'. - -### Commands: -The commands are also all described as help in the "Sign command" node. -All blocks or signs that are set are taken from the bot inventory. -Any blocks or signs removed will be added back to the Bot Inventory. -`` is always the bot internal inventory stack (1..8). -For all Inventory commands applies: If the bot inventory stack specified by `` is full, so that nothing more can be done, or just empty, so that nothing more can be removed, the next slot will automatically be used. - - move - to follow one or more steps forward without signs - cond_move - walk to the next sign and work it off - turn_left - turn left - turn_right - turn right - turn_around - turn around - backward - one step backward - turn_off - turn off the robot / back to the box - pause - wait one or more seconds - move_up - move up (maximum 2 times) - move_down - move down - fall_down - fall into a hole/chasm (up to 10 blocks) - take_item - take one or more items from a box - add_item - put one or more items in a box - add_fuel - for furnaces or similar - place_front - Set block in front of the robot - place_left - Set block to the left - place_right - set block to the right - place_below - set block under the robot - place_above - set block above the robot - dig_front - remove block in front of the robot - dig_left - remove block on the left - dig_right - remove block on the right - dig_below - dig block under the robot - dig_above - dig block above the robot - rotate_item - rotate a block in front of the robot - set_param2 - set param2 of the block in front of the robot - place_sign - set sign - place_sign_behind - put a sign behind the bot - dig_sign - remove the sign - trash_sign - Remove the sign, clear data and add to the item Inventory - stop - Bot stops until the shield is removed - pickup_items - pickup items (in a 3x3 field) - drop_items - drop items - harvest - harvest a 3x3 field (farming) - cutting - cut a 3x3 flower field - sow_seed - a 3x3 field sowing / planting - plant_sapling - plant a sapling in front of the robot - pattern - save the blocks behind the shield (up to 5x3x3) as template - copy - make a copy of "pattern". Size is e.g. 3x3 (see ingame help) - punch_cart - Punch a rail cart to start it - add_compost - Put 2 leaves into the compost barrel - take_compost - Take a compost item from the barrel - print - Output chat message for debug purposes - take_water - Take water with empty bucket - fill_cauldron - Fill the xdecor cauldron for a soup - take_soup - Take boiling soup into empty bowl from cauldron - flame_on - Make fire - flame_off - Put out the fire - -#### Techage specific commands - - ignite - Ignite the techage charcoal lighter - low_batt - Turn the bot off if the battery power is below the - given value in percent (1..99) - jump_low_batt