Go to file
orwell96 3afa9a3434 Fix hud not disappearing when pressing Shift+Use 2016-11-25 22:35:57 +01:00
models Add detector rails 2016-11-10 22:58:27 +01:00
textures Delete unused textures 2016-11-25 22:32:08 +01:00
Makefile Include zip in repo, because of hosting. No .tar.gz. 2016-10-27 15:34:05 +02:00
advtrains.zip drop player on the platform if there is one 2016-11-24 21:52:51 +01:00
atc.lua Add detector rails 2016-11-10 22:58:27 +01:00
couple.lua add owner system to prevent random train destroying 2016-09-29 08:20:06 +02:00
crafting.lua Add a box wagon 2016-11-03 11:27:17 +01:00
damage.lua remove horizontal view offset on engine and try to fix damage when sitting in train 2016-06-09 21:59:06 +02:00
debugitems.lua removing unused debug items 2016-08-21 16:36:25 +02:00
depends.txt Add detector rails 2016-11-10 22:58:27 +01:00
helpers.lua Add a box wagon 2016-11-03 11:27:17 +01:00
init.lua change train controlling system and keybindings 2016-11-24 20:25:07 +01:00
license.txt added license documents 2016-05-30 20:30:38 +02:00
license_media.txt relicensing under CC-BY-NC-SA and updationg readme. 2016-09-15 08:08:26 +02:00
manual.pdf add more crafting recipes and a manual 2016-09-17 11:14:28 +02:00
misc_nodes.lua drop player on the platform if there is one 2016-11-24 21:52:51 +01:00
pseudoload.lua fixed even more lua errors and made stable 2016-05-30 19:58:09 +02:00
readme.txt document new train controls and add combination for getting off 2016-11-24 20:56:23 +01:00
signals.lua various improvements on signals and bumpers 2016-09-13 18:05:59 +02:00
trackplacer.lua fix trackplacer patternmatching issue and implement failure messages better 2016-11-11 14:20:23 +01:00
tracks.lua Fix detector rails rotating when a train passes 2016-11-11 15:03:06 +01:00
trainhud.lua document new train controls and add combination for getting off 2016-11-24 20:56:23 +01:00
trainlogic.lua change train controlling system and keybindings 2016-11-24 20:25:07 +01:00
wagons.lua Fix hud not disappearing when pressing Shift+Use 2016-11-25 22:35:57 +01:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


## ADVTRAINS ## realistic trains in Minetest!
by orwell96 and contributors(see below)

For up-to-date information, visit https://forum.minetest.net/viewtopic.php?f=9&t=14726

### How to drive trains
(The non-pdf manual file got corrupted, one day I need to make a new manual. Meanwhile here)
First of all: you can always get off the train with right-click.

While on a train:
W - faster
S - slower / change direction 
Space: brake
Shift+S: set speed to 0 (train rolls out, brake to stop!)
Shift+W: Set full speed
Shift+A: Set speed to 4 (~40km/h)
Shift+D: Set speed to 8 (~100km/h)
Shift+Space: toggle brake
Shift+Use: get off



Manual:
If manual.pdf is not present (which is the case when you downloaded the zip file), see https://github.com/orwell96/advtrains/blob/master/manual.pdf

License of code: LGPL 2.1
License of media: CC-BY-NC-SA 3.0

Contributions:

Gravel Texture              : from Minetest Game
Initial rail model/texture  : DS-minetest
Models for signals/bumpers  : mbb
Steam engine / wagon texture: mbb
Industrial engine/wagons    : mbb
Inventory images            : mbb
Small code contributions    : NaruTrey / gpcf