User Tools

Site Tools


usage:howto

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
usage:howto [2021-03-19 16:59]
ywang add information on crossings and switches
usage:howto [2022-07-01 11:04]
56independent [Signals] grammar
Line 116: Line 116:
  
  
-Signals indicate if trains may pass or not. They may also be rotated by the [[usage:nodes:trackworker|Trackworker]]. There are an analog signal and an electric signal. They are crafted as follows:+Signals indicate if trains may pass or not. They may also be rotated by the [[usage:nodes:trackworker|Trackworker]]. There are analog signals and electric signals. They are crafted as follows:
  
 {{:usage:craft-analog-signal.png?nolink&400|}} {{:usage:craft-analog-signal.png?nolink&400|}}
Line 122: Line 122:
  
 Right-click (or double tap on Android) the signal or power it with a [[usage:mods:mesecons|mesecons]] signal to turn it green. To change to red again, right-click a second time or discard the [[usage:mods:mesecons|mesecons]] signal. Right-click (or double tap on Android) the signal or power it with a [[usage:mods:mesecons|mesecons]] signal to turn it green. To change to red again, right-click a second time or discard the [[usage:mods:mesecons|mesecons]] signal.
-Used as-is, the signals can only signal the driver; they don't have any effect on trains.+Used as-is, the signals can only signal the driver; they don't have any effect on trains. Press ''shift''+''e'' whilst right-clicking on the signal to set an influence point. You then punch the rail just before the signal, whilst looking in the driving direction.
  
 ==== Platforms ==== ==== Platforms ====
Line 128: Line 128:
  
  
-Platforms indicate where passagers should get on the train. There are low and high platforms:+Platforms indicate where passengers should get on the train. There are low and high platforms:
  
 {{:usage:craft-low-platform.png?nolink&400|}} {{:usage:craft-low-platform.png?nolink&400|}}
 {{:usage:craft-high-platform.png?nolink&400|}} {{:usage:craft-high-platform.png?nolink&400|}}
  
-There is a variant, crafted with sandstone instead of stone, included in the modpack. However, more and more platforms are included in this [[http://git.bananach.space/advtrains_platform.git|Minetest mod]]. As well you can [[dev:core:funref:register_platform|create your own]].+and also diagonal platforms that can be high or low - the high platform recipe is shapeless: 
 + 
 +{{:usage:craft-diagonal-platform-high.png?nolink&400|}} 
 +{{:usage:craft-diagonal-platform-low.png?nolink&400|}} 
 + 
 +When a player is standing near the platform edge and a train stops with its doors open at the platform, players board the train automatically. This does not work for diagonal platforms yet. 
 + 
 +There is a variant, crafted with sandstone instead of stone, included in the modpack. However, more and more platforms are included in this [[http://git.bananach.space/advtrains_platform.git|Minetest mod]]. You can also [[dev:core:funref:register_platform|create your own]]
 + 
 +You might want to use low platforms when possible, as they align better with the floor of many trains. However, you might want to use high platforms for heavy rail and low platforms for light rail.
  
 ==== Detector rail ===== ==== Detector rail =====
Line 149: Line 158:
 ==== Train overview ==== ==== Train overview ====
  
-The most important part of this mod are trains. There are some included in the modpack, but community members made more trains:+The most important part of this mod are trains. There are some which you are assumed to have, but community members made more trains:
  
   * [[https://github.com/mbblp/advanced-trains-website/blob/master/trainhub/index.html]] (original link in the [[https://forum.minetest.net/viewtopic.php?f=11&t=14726|forum post]] is broken)   * [[https://github.com/mbblp/advanced-trains-website/blob/master/trainhub/index.html]] (original link in the [[https://forum.minetest.net/viewtopic.php?f=11&t=14726|forum post]] is broken)
Line 211: Line 220:
   * Sneak+W: set full speed   * Sneak+W: set full speed
   * Sneak+Space: Show the Onboard Computer   * Sneak+Space: Show the Onboard Computer
 +  * Sneak+E: Exit the train
  
 ==== Coupling wagons ==== ==== Coupling wagons ====
usage/howto.txt · Last modified: 2022-07-01 11:04 by 56independent