Nathan Salapat 498236077d Started adding sabotaging. %!s(int64=2) %!d(string=hai) anos
..
locale ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
sounds ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
textures 96eae6f6da More changes to the vents mod. %!s(int64=2) %!d(string=hai) anos
LICENSE.txt ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
README.md 01010dfc0e working vents! %!s(int64=2) %!d(string=hai) anos
data_base.lua 498236077d Started adding sabotaging. %!s(int64=2) %!d(string=hai) anos
hyperloop_station_list ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
i18n.py ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
init.lua 89c7571db4 Map_ID updates to new system so stats work. %!s(int64=2) %!d(string=hai) anos
intllib.lua ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
intllib.sh ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
introduction.md ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
junction.lua 96eae6f6da More changes to the vents mod. %!s(int64=2) %!d(string=hai) anos
mod.conf ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
network.lua ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
settingtypes.txt 5a66495b13 Cleaning up some Hyperloop leftovers. %!s(int64=2) %!d(string=hai) anos
station.lua 498236077d Started adding sabotaging. %!s(int64=2) %!d(string=hai) anos
station_data.lua ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos
tube.lua 96eae6f6da More changes to the vents mod. %!s(int64=2) %!d(string=hai) anos
tubecrowbar.lua 5a66495b13 Cleaning up some Hyperloop leftovers. %!s(int64=2) %!d(string=hai) anos
utils.lua 5a66495b13 Cleaning up some Hyperloop leftovers. %!s(int64=2) %!d(string=hai) anos
zh_CN.txt ef26034269 Started working on vents for traitors. %!s(int64=2) %!d(string=hai) anos

README.md

Modified version, renamed to vents. Lots of things changed around to work this way.

Hyperloop v2

A new evolution in the voxel word:

Minetest goes Hyperloop!

Hyperloop is passenger transportation system for travelling through evacuated tubes my means of passenger pods. It is the fast and modern way of travelling.

  • Hyperloop allows travelling from point to point in seconds (900 km/h) :-)
  • The tubes system with all stations and pods have to be build by players
  • It can be used even on small servers without lagging
  • No configuration or programming of the tube network is necessary (only the station names have to be entered)

See Wiki Page for more info

screenshot

The mod includes many different kind of blocks:

  • Hyperloop Stations Block to automatically build the pod/car
  • Hyperloop Booking Machine for the station to select the destination
  • Hyperloop Tube to connect two stations
  • Hyperloop Junction Block to connect up to 6 tubes for complex network structures
  • Hyperloop Stations Signs
  • Hyperloop Promo Poster for station advertisement
  • Hyperloop Elevator to reach other levels
  • Hyperloop Elevator Shaft to connect two elevator cars
  • Hyperloop Station Book with all available stations (for builders/engineers)
  • Hyperloop Tube Crowbar to crack/repair tube lines (for admins)
  • Hyperloop WiFi Tubes for very large distances (optional)
  • chat command to repair WorldEdit placed tubes ..and more.

Browse on: GitHub

Download: GitHub

Migration from v1 to v2

The logic behind the tubes/shafts has changed. Hyperloop now uses tubelib2 as tube library. That means, available worlds have to be migrated for the new tubes. This is done automatically but has some risks. Therefore:

I recommend to backup your world or test the migration from v1 to v2 on a copy of your world!!!

What is new in v2

  • some textures changed
  • the Elevator Shafts can now be used as ladder/climbing shafts
  • the Crowbar is public available, but cracking a tube line need 'hyperloop' privs
  • the Station Book is improved and simplified to find stations, junctions, and open tube ends
  • a Waypoint plate is added to mark and easier find the tube destination
  • Elevator shafts can be build in all directions (optional)
  • WiFi Tubes can be crafted and placed by players (optional)
  • intllib support added (German translation available)

Introduction

See Wiki Page for more info

Configuration

The following can be changed in the minetest menu (Settings -> Advanced Settings -> Mods -> hyperloop) or directly in 'minetest.conf'

  • "WiFi block enabled" - To enable the usage of WiFi blocks (default: false)
  • "WiFi block crafting enabled" - To enable the crafting of WiFi blocks (default: false)
  • "free tube placement enabled" - If enabled Hyperloop Tubes and Elevator Shafts can be build in all directions (default: true) When this option is disabled, Hyperloop tubes can only be built in the horizontal direction and elevator shafts in the vertical direction.
  • "enable building of subnets" - If enabled the ticket block has an additional field for specifying a subnet name. Stations with the same subnet name (optional) represent an isolated subnet within the Hyperloop network.

Example for 'minetest.conf':

hyperloop_wifi_enabled = true                  -- WiFi block enabled
hyperloop_wifi_crafting_enabled = false        -- WiFi block crafting enabled
hyperloop_free_tube_placement_enabled = true   -- free tube placement enabled
hyperloop_subnet_enabled = true                -- enable building of subnets

Dependencies

tubelib2 (GitHub)
default
intllib
optional: worldedit, techage

License

Copyright (C) 2017,2021 Joachim Stolberg
Code: Licensed under the GNU LGPL version 2.1 or later. See LICENSE.txt and http://www.gnu.org/licenses/lgpl-2.1.txt
Textures: CC0
Display: Derived from the work of kaeza, sofar and others (digilines) LGPLv2.1+