


- #MINETEST BASIC MACHINE HOW TO#
- #MINETEST BASIC MACHINE INSTALL#
- #MINETEST BASIC MACHINE MOD#
- #MINETEST BASIC MACHINE PC#
#MINETEST BASIC MACHINE MOD#
The basic Minetest inventory has been expanded through the installation of several mod packs. Aim for the multicoloured beacons of Midpoint Centre). Get off at the first station, called "Hackfest Station." (or just walk or fly to the building area, it's hard to miss, being a fairly large area surrounded by orange lightstone. (Trains come every 15 seconds, so if you miss one, you won't have long to wait). The first time you enter the game you appear on a wooden jetty near a train station. If you have not received them, please let me know if you want to get started on your project (or just try building things) before the Workshop starts, please do! I would love to see folks building things beforehand. You should receive coordinates for the Zoom meeting prior to the Workshop. You don't want to spend the whole day getting connected.
#MINETEST BASIC MACHINE INSTALL#
If at all possible, please install the Minetest client program and be sure you can connect to the server before the day of the event! If you run into problems, it will be much easier to troubleshoot in advance.
#MINETEST BASIC MACHINE HOW TO#
Really important: If you are registered for the Workshop, you should recieve instructions from me on how to connect to the server the week of October 11th.

The server will run for the whole conference and a few days more for those wanting more time to complete their projects. I and some assistants will be on hand after the demos in case anyone has questions. I will do some demos from 9:00am - 10:00am, and then open things up so attendees can try things out for themselves. When and Where: This Access Workshop event will be held in Minetest and Zoom on the morning of Wednesday, October 21st, starting at 9:00AM PDT. Theme: The theme of this event is "Minetest as Virtual Maker Space." Just as one can develop an understanding of electronics and programming through working with breadboards and controllers in a physical makerspace, one can learn at least some of the same things working their equivalents in a virtual makerspace.
#MINETEST BASIC MACHINE PC#
# Optimizations, see References max_block_send_distance = 8 max_simultaneous_block_sends_per_client = 5 active_block_range = 2 server_map_save_interval = 10.3Ĭonnect to your server using the Minetest Client from your PC or Android:Īllow UDP port 3000 to your firewall if you have problems.Welcome | Commands | How to Build | Workshop | Demos # Maximum number of players connected simultaneously max_users = 5 # Whether to enable players killing each other enable_pvp = true # Set to true to enable creative mode (unlimited inventory) creative_mode = true # Enable players getting damage and dying enable_damage = true ipv6_server = false # Location of existing world from your previous plays of minetest map-dir = /var/games/minetest-server/.minetest/worlds/rand # Message of the Day motd = Welcome to Minetest. # Description of server server_description = Minetest server powered by 1.123 # Name of server server_name = My Minetest server # Server stuff # Network port to listen (UDP) port = 30000 # Bind address bind_address = 192.168. Tweak the settings of your minetest server:Įdit the file: nf default_game = mineclone2 Copy that to your server machine/var/games/minetest-server/`, I will be using my HP T610 for hosting the Minetest Server.Ĭhange ownership to Debian-minetest: $ sudo chown -R Debian-minetest:games /var/games/minetest-server/.minetest If you have played Minetest on your desktop or laptop using Debian or other similar GNU+Linux Operating System, you can just use your existing world, game and mod to be the server.Ĭopy the directory from your laptop/desktop ~/.minetest, this path will be: /home/yourusername/.minetest. 1+repack -1+b1 500 500 buster/ main amd64 Packages 0+repack -1~bpo10+ 1 100 100 buster-backports/ main amd64 Packagesġ00 / var/lib/dpkg/ status 0.4. To check the version avaiable: $ apt- cache policy minetest- serverĬandidate: 5.2. Use the buster-backports branch to get the latest version of Minetest: For Debian it will be: $ sudo apt install minetest-server Install the dedicated minetest server package for your operating system. This guide is just my own experience following the wiki page on setting up a server and reading on the minetest forums. Now, I want to recreate my server, since Minetest has released version 5.2.0. I setup a Minetest server on my Raspberry Pi few years back but I never actually used it.
