develop #18

Merged
milan merged 2 commits from develop into master 2020-11-18 18:09:35 +01:00
Showing only changes of commit ceaf7aa98b - Show all commits

View file

@ -1,19 +1,31 @@
__Features:__ __Features:__
setup-mt --> compile minetest and clone minetest_game in version specified in the config-file (without mods update) 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) 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-apply..... --> apply mods from repo directory and regenerate world.mt
mods-download --> refresh mods directory from master repositories mods-download --> refresh mods directory from master repositories
mods-list --> list of enabled mods for world.mt configuration mods-list --> list of enabled mods for world.mt configuration
reset-all..... --> reset all game databases/foder, and refresh it from repo directory reset-all..... --> reset all game databases/foder, and refresh it from repo directory
reset-map-and-players --> reset map and players databases reset-map-and-players --> reset map and players databases
__Requirements:__ __Requirements:__
Ubuntu 20.04 (works in LXD) Ubuntu 20.04 (works in LXD)
Be in the project directory via cd before you run any scripts! Be in the project directory via cd before you run any scripts!
copy config-file-example to config-file copy config-file-example to config-file
edit config-file with your preferences edit config-file with your preferences
after initial installation, switch first_install parameter in config file to anything other than y after initial installation, switch first_install parameter in config file to anything other than y