GithubHelp home page GithubHelp logo

w3rq01 / railroad_paraphernalia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from montandalar/railroad_paraphernalia

1.0 0.0 0.0 755 KB

A railroad accessory mod for Minetest + Advanced Trains

License: GNU Affero General Public License v3.0

Lua 100.00%

railroad_paraphernalia's Introduction

railroad_paraphernalia

This mod introduces railroad equipment, mostly from the 1986 signaling manual for the USSR railways.

Point levers

An accessory that makes a railroad switch look professional. Also helps users of advtrains without train_operator privilege to operate switches in style.

The point levers are actually nothing but mesecon switches which look fancy.

With black&white arrow:

{'dye:black', 'dye:white', 'dye:black'},
{'', 'default:stick', 'default:stick'},
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},

With blue&yellow signal lamp:

{'dye:grey', 'dye:yellow', 'dye:white'},
{'', 'default:stick', 'default:stick'},
{'default:steel_ingot', 'default:steel_ingot', 'default:steel_ingot'},

While it should be a light source, the details of the model cannot be seen even when it emits the minimal amount of light.

Track Blocker

Prevents a train from passing a track segment by placing a "block" in its way. Isn't synced with advtrains ndb, so works only with manned trains for now.

{'dye:white', 'dye:black', 'dye:white'},
{'', 'default:stick', ''},
{'dye:red', 'default:steel_ingot', 'default:steel_ingot'},

Shunting signal

A small signal for shunting operations. Blue = shunting prohibited, white = shunting allowed.

{'', 'dye:white', ''},
{'', 'dye:blue', ''},
{'', 'default:stone', ''},

It accepts mesecon signals (on = switch to white, off = switch to blue)

Delimiting post:

It is placed near switches to show the point past which the locomotive may not be parked, since it would collide with the train on the other track.

{'', 'dye:black', ''},
{'', 'dye:white', ''},
{'', 'default:stone', ''},

railroad_paraphernalia's People

Contributors

h-v-smacker avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.