Go to file
Your Name 0ba72d020f fixed readme 2012-12-16 17:43:05 +01:00
README.md fixed readme 2012-12-16 17:43:05 +01:00
modfolders.example Big update, restructured everything, configuring is now easy, our own changes are preserved 2012-12-16 17:24:42 +01:00
singlemods.example Updated readme 2012-12-16 17:33:57 +01:00
start.sh fixed readme 2012-12-16 17:43:05 +01:00
update.sh Updated readme 2012-12-16 17:33:57 +01:00

README.md

minetest_scripts

minetest_scripts is a (small) collection of scripts wich might proove usefull in working and playing with minetest.

Install:

  • cd into your main minetest-folder
  • git clone git://github.com/iqualfragile/minetest_scripts.git
  • chmod +x update.sh
  • ln start.sh ../start.sh
  • chmod +x start.sh
  • cp singlemods.example singlemods
  • cp modfolders.example modfolders
  • add your own locations to singlemods/modfolders

git clone git://github.com/iqualfragile/minetest_scripts.git && chmod +x update.sh && ln start.sh ../start.sh && chmod +x ../start.sh && cp singlemods.example singlemods && cp modfolders.example modfolders

update.sh

Automaticly updates mods which were cloned from a repo merges your local changes when possible so you can customize your experience while still being up-to-date

start.sh

Updates everything, rebuilds minetest and starts the server