Go to file
Joachim Stolberg fba76b510a Improve for MT 5.5+ 2022-08-06 15:30:25 +02:00
locale Add french translation 2022-07-30 16:54:06 +02:00
sounds revision on the way to v2 tubes/shafts 2018-11-11 18:50:09 +01:00
textures removed 2018-12-20 18:51:06 +01:00
LICENSE.txt new 2017-06-20 21:31:10 +02:00
README.md Add subnet feature 2021-03-15 20:29:19 +01:00
booking.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
booking_node.lua Improve elevator menu for many floors 2021-08-01 10:29:04 +02:00
characters.data LCD bugfix 2017-06-26 23:52:41 +02:00
data_base.lua Enable the use of hyperloop networks for other mods 2022-01-03 11:49:04 +01:00
deco.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
door.lua Fix server crash because of uninitialized tStation.facedir 2022-01-28 18:21:06 +01:00
elevator.lua Fix player nametag bug 2022-01-17 18:39:17 +01:00
i18n.py tube_crowbar: Add tube length check 2021-02-07 13:59:31 +01:00
init.lua Enable the use of hyperloop networks for other mods 2022-01-03 11:49:04 +01:00
intllib.lua revision on the way to v2 tubes/shafts 2018-11-11 18:50:09 +01:00
junction.lua Enable the use of hyperloop networks for other mods 2022-01-03 11:49:04 +01:00
lcd.lua Fix bug #9 (graphical glitches) 2022-08-02 11:12:35 +02:00
map.lua Enable the use of hyperloop networks for other mods 2022-01-03 11:49:04 +01:00
migrate.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
mod.conf Improve for MT 5.5+ 2022-08-06 15:30:25 +02:00
network.lua Enable the use of hyperloop networks for other mods 2022-01-03 11:49:04 +01:00
recipes.lua recipe changed 2020-06-29 18:52:42 +02:00
screenshot.png intllib support added 2018-12-20 18:52:00 +01:00
seat.lua Fix player nametag bug 2022-01-17 18:39:17 +01:00
settingtypes.txt Enable the use of hyperloop networks for other mods 2022-01-03 11:49:04 +01:00
station.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
tube.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
tubecrowbar.lua Fix use_texture_alpha issue 2022-07-11 20:11:22 +02:00
utils.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
waypoint.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
wifi.lua MT-Translationsupport added. 2020-03-06 23:38:01 +01:00
zh_CN.txt Add files via upload 2020-07-30 18:17:25 +08:00

README.md

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+