TrainCarts/Signs/Blocker [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "== 概要 ==")
(Created page with "frame|right Blockerサインはさまざまな方向からくる列車をせき止めます。経路探索システムで経路を調べる際にも、特定の線路が利用されないように設定する役割も果たします。たとえば列車が間違っている方向に向かって走っているとき、他の列車との衝突を起こしてしまうかもしれませんが、Blockerサインを用いることでこ...")
 
Line 2: Line 2:
== 概要 ==
== 概要 ==


<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:TrainCarts-Blocker-Ramped.gif|frame|right]]
[[File:TrainCarts-Blocker-Ramped.gif|frame|right]]
The blocker sign allows you to block trains coming from a certain direction. It is also used during path finding to block certain routes from being used. For example, if your trains are getting sent into the wrong direction, possibly colliding with other trains, you can use the blocker sign to prevent this.
Blockerサインはさまざまな方向からくる列車をせき止めます。経路探索システムで経路を調べる際にも、特定の線路が利用されないように設定する役割も果たします。たとえば列車が間違っている方向に向かって走っているとき、他の列車との衝突を起こしてしまうかもしれませんが、Blockerサインを用いることでこれを防ぐことが可能です。
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Latest revision as of 01:15, 26 June 2026

Other languages:

概要

TrainCarts-Blocker-Ramped.gif

Blockerサインはさまざまな方向からくる列車をせき止めます。経路探索システムで経路を調べる際にも、特定の線路が利用されないように設定する役割も果たします。たとえば列車が間違っている方向に向かって走っているとき、他の列車との衝突を起こしてしまうかもしれませんが、Blockerサインを用いることでこれを防ぐことが可能です。

The sign needs to be powered for it to function. It does not have to be powered for it to be used during path finding. It operates on both flat and ramped rails, so it allows you to stop a train while it slides down a ramp. Players cannot push the train past the blocker sign, but they can push it the other way since that direction is not blocked.

Therefore, blocker signs do not indefinitely freeze the train until power is removed, you can still push it in the other direction.


Sign syntax

Signtemplate.png
[+train:north]
blocker


First line

After train or cart, you can specify the direction to block. (just like you can with every other sign)

You can use the types defined below. If left empty ([train]), the train has to face the text-side of the sign to be blocked. The type is defined by the first letter, so instead of right you can also use r on the line.

For use with path finding, always use the always-powered [+train] syntax on blocker signs, otherwise it does not work.

Text Result
north Trains moving from south to north are blocked
south Trains moving from north to south are blocked
east Trains moving from west to east are blocked
west Trains moving from east to west are blocked
left Trains moving from left to right (relative to the sign) are blocked
right Trains moving from right to left (relative to the sign) are blocked
backwards Trains moving from the back to the front (relative to the sign) are blocked
forwards Same result as if you keep the line empty

Third and Fourth line

Similar to the station sign, you can add an optional action to perform after the blocker sign loses power. Options are left, right, continue and reverse. If left empty, the train is not moved at all. All actions launch with the same velocity as the train had when entering the blocker sign, no actual launching is performed. The third line is used for a delay, the fourth specifies the direction to launch to.

Slowing down on approach

By setting the train wait acceleration property, trains will automatically slow down approaching an active blocker sign, instead of stopping instantly.

Media

https://www.youtube.com/watch?v=S1ERZDwJnZk Important: Syntax has changed over time. Use [train:left] to block trains coming from the left. The third line no longer defines the direction!