Go to file
Y.W c3fc1fd204 Add long description 2022-04-30 17:55:23 +02:00
.cdb.json Add long description 2022-04-30 17:55:23 +02:00
.dir-locals.el Rewrite in fennel 2021-06-15 16:50:29 +02:00
.gitattributes Add .gitattributes 2021-06-19 11:19:37 +02:00
.gitignore Add remote control formspec 2021-05-25 12:04:48 +02:00
LICENSE add license 2021-05-31 13:44:10 +00:00
Makefile Redesign formspec; add display/LN/RC edit boxes 2021-06-19 11:04:06 +02:00
README.md Add deprecation notice 2022-04-30 17:46:49 +02:00
formspec.fnl Use proper formspec formatter; clean up code 2022-01-24 15:27:19 +01:00
helpers.fnl Use proper formspec formatter; clean up code 2022-01-24 15:27:19 +01:00
init.fnl Use proper formspec formatter; clean up code 2022-01-24 15:27:19 +01:00
init.lua Use proper formspec formatter; clean up code 2022-01-24 15:27:19 +01:00
main.fnl Use proper formspec formatter; clean up code 2022-01-24 15:27:19 +01:00
mod.conf Add advtrains_interlocking as optional dependency (for ARS) 2022-01-24 17:14:53 +01:00
release [Maintenance] Add script to create release (as git-tag) 2021-06-15 17:45:58 +02:00

README.md

Advtrains remote

ContentDB

This mod is no longer maintained. Please use Maverick2797's implementation instead.

This mod allows you to remotely control a train in Minetest.

Usage

You need to know the train ID of the mod. Use the /train_remote command to remotely control a train.

It is assumed that the user has some knowledge of the advtrains mod.

Notes

  • This mod is written in Fennel Lisp. Do not file pull requests against init.lua.
  • When filing a bug report, please give the commit hash (with git rev-parse HEAD) or the content of the init.lua file, as the default traceback function is not aware of the use of Fennel.
  • Translations are not yet accepted as the mod is currently unstable and may change drastically.
  • I have not tested this mod in a multiplayer environment. Use this mod with care on servers.