minetest-mm/README.md

35 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2020-11-18 18:06:31 +01:00
__Features:__
2020-11-18 18:07:46 +01:00
2020-11-18 18:10:44 +01:00
setup-mt --> compile minetest and clone minetest_game in version specified in the config-file (without updating modifications in case of update)
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
git-push --> simple script to push changes to repo without config-file(use only with first parameter with commit message)
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
mods-apply..... --> apply mods from repo directory and regenerate world.mt
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
mods-download --> refresh mods directory from master repositories
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
mods-list --> list of enabled mods for world.mt configuration
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
reset-all..... --> reset all game databases/foder, and refresh it from repo directory
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
reset-map-and-players --> reset map and players databases
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
__Requirements:__
Ubuntu 20.04 (works in LXD)
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
Be in the project directory via cd before you run any scripts!
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
copy config-file-example to config-file
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
edit config-file with your preferences
2020-11-18 18:07:46 +01:00
2020-11-18 18:06:31 +01:00
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.__