User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2019-12-02 14:07]
orwell note on not responding to bugs
start [2022-08-14 21:39]
ywang mention NotABug
Line 1: Line 1:
 ====== Advanced Trains ====== ====== Advanced Trains ======
  
-Advanced Trains, aka with its technical name "advtrains"is a [[https://en.wikipedia.org/wiki/Mod_(video_gaming)|mod]] for the [[https://www.minetest.net/|Minetest engine]]. It features realistic trains and various equipment for railways, with a focus on automated train operation. It should work with any [[https://wiki.minetest.net/Games|game]].+Advanced Trains (technical name "advtrains"is a [[https://en.wikipedia.org/wiki/Mod_(video_gaming)|mod]] for the [[https://www.minetest.net/|Minetest engine]]. It features realistic trains and various equipment for railways, with a focus on automated train operation. It should work with any [[https://wiki.minetest.net/Games|game]].
  
 ===== Main features ===== ===== Main features =====
  
-  * A small selection of different trains (passenger and goods trains) (see also "Extensions")+  * A small selection of different trains (passenger and goods trains) (see the [[usage:trains:start|Train Catalogue]])
   * Almost-realistic tracks with actual curves and switches   * Almost-realistic tracks with actual curves and switches
   * Railway signals, controllable by various means   * Railway signals, controllable by various means
-  * ATC: simple, command-like automatic train control +  * [[usage:nodes:atc_controller|ATC]]: simple, command-like automatic train control 
-  * LuaATC: powerful Lua-scripted automatic train operation (requires some programming knowledge)+  * [[usage:atlatc:start|LuaATC]]: powerful Lua-scripted automatic train operation (requires some programming knowledge)
   * An [[wp>Interlocking|Interlocking]] system, featuring track sections, routes and automatic stopping before signals   * An [[wp>Interlocking|Interlocking]] system, featuring track sections, routes and automatic stopping before signals
  
 ===== Repository ===== ===== Repository =====
  
-The source code for Advtrains is available on [[https://git.bananach.space/advtrains.git|Bananach.space]]. Latest version is 2.0.1 TSS.+The source code for Advtrains is available on [[https://git.bananach.space/advtrains.git|Bananach.space]]. Latest version is 2.4.1.
  
 Old versions prior to August 2018 are available on [[https://github.com/orwell96/advtrains|GitHub]]. **@gpcf** also [[https://git.gpcf.eu/advtrains.git|mirrored]] versions prior to February 2017. Old versions prior to August 2018 are available on [[https://github.com/orwell96/advtrains|GitHub]]. **@gpcf** also [[https://git.gpcf.eu/advtrains.git|mirrored]] versions prior to February 2017.
Line 20: Line 20:
 ===== Installation instructions ===== ===== Installation instructions =====
  
-To download Advtrains you will need [[https://git-scm.com|Git]]. See how to install [[https://git-scm.com/downloads|here]]. If you already installed it, clone the Advtrains repository with these commands:+The easiest way to install advtrains is by using the Package Manager inside the Minetest main menu. [[https://content.minetest.net/packages/orwell/advtrains/|or here]] 
 + 
 +You can also use [[https://git-scm.com|Git]] to install advtrainsOnce you installed Git, clone the Advtrains repository with these commands:
  
 <code> <code>
Line 29: Line 31:
 Then enable Advtrains in the world settings. You can also enable each mod individually. Then enable Advtrains in the world settings. You can also enable each mod individually.
  
-===== Forum page =====+The git repository contains a directory called 'assets'. It contains the .blend and .xcf files for some of the assets. This directory is not required to run advtrains.
  
-Main source for download and install instructions, announcements and discussion is the Minetest Forum topic, located at:+===== Get in touch ===== 
 + 
 +==== Forum page ==== 
 + 
 +Official announcements are done on the Minetest Forum topic, located at:
  
 [[https://forum.minetest.net/viewtopic.php?f=11&t=14726]] [[https://forum.minetest.net/viewtopic.php?f=11&t=14726]]
  
-===== So, what's the purpose of this wiki? =====+==== Mailing lists ====
  
-This wiki supersede the information at [[https://advtrains.de/manual]] and [[https://advtrains.de/interlocking]]. Unlike these pages, you are [[wiki:contributing|free to improve the wiki contents]], as it is open wiki licensed under [[https://creativecommons.org/licenses/by-sa/4.0/|Creative Commons Attribution-ShareAlike 4.0 International]].+The mailing lists serve as a hub for discussion about ideas, problems and development of advtrains.
  
-===== Contributing =====+  * Mailing list for general discussion: https://lists.sr.ht/~gpcf/advtrains-discuss 
 +  * Mailing list for development discussion and submitting patches: https://lists.sr.ht/~gpcf/advtrains-devel 
 + 
 +==== NotABug ==== 
 + 
 +  * The Advtrains and Basic trains repos are mirrored [[https://notabug.org/advtrains|on NotABug]]. The bugtracker for Advtrains is also viewed by developers. The serialization library used by Advtrains can also be found there. 
 +  * There is also [[https://notabug.org/advtrains_supplemental|a collection of mods for Advtrains]]. Please note that some repos hosted there are mirrored - please report issues on the original repository for these mods. 
 + 
 +==== Contributing ====
  
 You can contribute to advtrains in various ways: You can contribute to advtrains in various ways:
-  * Report bugs and problems on the [[https://bugs.linux-forks.de/advtrains/|Bug Tracker]] +  * Report bugs and problems or discuss with us on the mailing list [[~gpcf/advtrains-discuss@lists.sr.ht]] 
-  * Help with development by fixing a bug or implementing a feature and sending a patch to orwell ät bleipb döt de+  * Help with development by fixing a bug or implementing a feature and sending a patch to [[~gpcf/advtrains-devel@lists.sr.ht]]
   * Contribute to documentation on this wiki   * Contribute to documentation on this wiki
  
-Note: Registering on the wiki is currently disabled due to spam issues. Please write me an email (orwell ät bleipb döt de) or PM me on the forum if you want an account. I dont actually need your e-mail address if you dont want to share it with me.+Please note that the //old bug tracker (Hemiptera)// is retired due to various issues with it.
  
-Note 2: When you open a [[https://bugs.linux-forks.de/advtrains/|Bug]]please note that I might not respond to this. This doesn't mean that I don't take the bug serious, it rather means that your bug report is certainly valid and correct. I try to fix the things you report, but currently my time to work on the project is limited. (if something's wrong, I will respond)+===== Sowhat'the purpose of this wiki? =====
  
-===== Credit ===== +This wiki supersede the information at [[https://advtrains.de/manual]] and [[https://advtrains.de/interlocking]]. Unlike these pages, you are [[wiki:contributing|free to improve the wiki contents]]as it is open wiki licensed under [[https://creativecommons.org/licenses/by-sa/4.0/|Creative Commons Attribution-ShareAlike 4.0 International]].
-A big Thank You goes to Maxime Launoiswho has contributed large parts of this wiki page.+
  
-Dear Maxime, dear other contributors: I see that it is very hard to give credit to the wiki contents when there's only anonymous editing functionality. I'd like to enable the user system. To do thisI need to know who of you has contributed which parts of the wiki and a way to contact you. Please email me at orwell ät bleipb döt de. +Documentation on this wiki has been contributed by many people, including Maxime LaunoisBlockhead, ywang, and 56independent. Thank you for your help!
--- orwell, 28.10.19+
start.txt · Last modified: 2023-09-21 00:28 by marnack