From 418796cf63baecb7ae6f58fe5f9b261d291f1eac Mon Sep 17 00:00:00 2001 From: Milan Meduna Date: Wed, 18 Nov 2020 18:06:31 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99idat=20=E2=80=9EREADME.md=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..766ea90a --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +__Features:__ + +setup-mt --> compile minetest and clone minetest_game in version specified in the config-file (without mods update) +git-push --> simple script to push changes to repo without config-file(use only with first parameter with commit message) +mods-apply..... --> apply mods from repo directory and regenerate world.mt +mods-download --> refresh mods directory from master repositories +mods-list --> list of enabled mods for world.mt configuration +reset-all..... --> reset all game databases/foder, and refresh it from repo directory +reset-map-and-players --> reset map and players databases + +__Requirements:__ + +Ubuntu 20.04 (works in LXD) +Be in the project directory via cd before you run any scripts! +copy config-file-example to config-file +edit config-file with your preferences +after initial installation, switch first_install parameter in config file to anything other than y + + +__THE PROGRAM IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL, BUT WITHOUT ANY WARRANTY. IT IS PROVIDED "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.__ + +__IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW THE AUTHOR WILL 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 THE AUTHOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.__