Difference between revisions of "TrainCarts/Signs/Detector/zh"

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "» 控制牌")
 
(Created page with "==简介==")
Line 9: Line 9:
 
*它们可以同时检测多个轨道。
 
*它们可以同时检测多个轨道。
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
你可以使用detector检测一段长度上的列车。举个例子:
You can use detector signs to detect certain trains on a very long piece of track. You can use it, for example, to stop spawning trains if the track is currently in use. You can also use it to make trains take alternative routes if a certain track is in use.
+
*假如轨道上有其它列车占用,你可以让列车停止自动生成。
</div>
+
*同样,如果detector检测到了某一条侧线上有其它列车占用,配合switcher控制牌可以让后续列车前往其它轨道。
  
  
<div lang="en" dir="ltr" class="mw-content-ltr">
+
== 语法 ==
== Syntax ==
 
</div>
 
  
 
<div lang="en" dir="ltr" class="mw-content-ltr">
 
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 14:40, 24 December 2021

Other languages:
English • ‎中文 • ‎中文(中国大陆)‎

» 控制牌


简介

探测器控制牌(Detector)与Switcher控制牌在探测列车的功能上比较类似,但是detector有如下几个特性:

  • 它们不会像switcher一样对轨道进行操作。
  • 它们可以同时检测多个轨道。

你可以使用detector检测一段长度上的列车。举个例子:

  • 假如轨道上有其它列车占用,你可以让列车停止自动生成。
  • 同样,如果detector检测到了某一条侧线上有其它列车占用,配合switcher控制牌可以让后续列车前往其它轨道。


语法

First line: Whether to detect trains or single carts

Second line: detector [name]

Third line: Statement 1

Fourth line: Statement 2

Signtemplate.png
[train]
detector [name]
o@player1
tag1

If the third and fourth lines are kept empty, it will toggle the lever whenever it finds a train. A name can optionally be put after the word detector, to make sure two detector signs can only find each other.

Placement

thumb|Two detector signs in operation Placement is rather difficult, since you need to use pairs of detector signs, one on both ends of the track to detect. The detector signs have to face each other, or they will have a hard time finding each other. Both signs are operated simultaneously, so you can use both ends to toggle a lever, using 4 statements in total. By adding multiple detector signs underneath one track you can expand the amount of statements.


Statements

On the third and fourth lines you can put the statements to evaluate.