Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Minetest ====== * http://www.ocsmag.com/2016/04/04/mining-for-education/ ===== client ===== <code> sudo apt install minetest </code> connect to cubo commands: * /home (and related /sethome) * /teleport <x>,<y>,<z> * /teleport <player> keys: * F5 Shows player coordinates Shows server stats * F7 Changes camera view Cycles through camera views * F9 Opens a minimap Zooms in * F10 Opens HUD Closes HUD * F12 Takes a screenshot – ===== server ===== <code> sudo add-apt-repository ppa:minetestdevs/stable sudo apt-get update sudo apt install minetest-server apt install minetest-mod-moreblocks minetest-mod-moreores minetest-mod-pipeworks minetest-mod-worldedit </code> <file txt /etc/minetest/minetest.conf> # Admin name = stefano </file> commands: * /grant <player> all mods on http://www.minetest.net/customize/#mods ==== python ==== download from https://github.com/arpruss/raspberryjammod-minetest/releases <code> sudo apt install lua-socket cd /usr/share/games/minetest/mods/ unzip /tmp/raspberryjammod-minetest-windows-msvc.zip cd raspberryjammod cp /usr/lib/x86_64-linux-gnu/lua/5.3/socket/core.so socket </code> tips/gameengine/minetest.txt Last modified: 2017/08/18 22:28by scipio