TrainCarts/Signs/Mutex [ja]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "TrainCarts/サイン/Mutex")
 
(Created page with "複数のMutexサインは同じ名前をつけることでくっつけることができ、それぞれの立方体の領域をあわせてより複雑な領域を作ることが可能です。")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
<div lang="en" dir="ltr" class="mw-content-ltr">
== 概要 ==
== Introduction ==
[[File:Mutexworking.png|thumb|列車が交差点にある間、Mutexサインが他の列車の進入をせき止めている。]]
[[File:Mutexworking.png|thumb|A mutex sign prevents a train from entering the intersection while another train is inside]]
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
Mutexサインは排他的な制御、つまり列車が中にある間は他の列車を入らせない領域を展開します。領域が消えると、待機していた列車が入れるようになります。このサインはSwitcherサインと組み合わせて衝突を避けるのに便利です。またMutexサインは、取り付けられたレバーを通じ、領域展開が行われているかどうかの状態を切り替えます。
The mutex sign handles mutual exclusion: it blocks trains entering a zone while another train is already inside. Once the zone is freed up again, the waiting trains are allowed to continue movement. This sign is useful in combination with switcher signs to avoid crashing trains. Levers attached to the base block are toggled while a train is inside the mutex zone.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
複数のMutexサインは同じ名前をつけることでくっつけることができ、それぞれの立方体の領域をあわせてより複雑な領域を作ることが可能です。
Multiple mutex signs can be combined by naming them the same, combining the cuboid areas of effect they occupy. This way more complex zones can be created.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
== 記法 ==
== Syntax ==
</div>


{{sign|[train]|mutex}}
{{sign|[train]|mutex}}

Latest revision as of 02:46, 18 June 2026

Other languages:

概要

列車が交差点にある間、Mutexサインが他の列車の進入をせき止めている。

Mutexサインは排他的な制御、つまり列車が中にある間は他の列車を入らせない領域を展開します。領域が消えると、待機していた列車が入れるようになります。このサインはSwitcherサインと組み合わせて衝突を避けるのに便利です。またMutexサインは、取り付けられたレバーを通じ、領域展開が行われているかどうかの状態を切り替えます。

複数のMutexサインは同じ名前をつけることでくっつけることができ、それぞれの立方体の領域をあわせてより複雑な領域を作ることが可能です。

記法

Signtemplate.png
[train]
mutex


Signtemplate.png
[train]
mutex 1/2/1


Signtemplate.png
[train]
mutex 1/2


Signtemplate.png
[train]
mutex 2


Signtemplate.png
[train]
mutex 2
name
d@Station 12


  • First line: [train]. The sign does not have to be powered.
  • Second line: mutex, which without further arguments will create a cuboid zone around the sign of 1x2x1 (x/y/z). When followed by one number, the number sets all cuboid x/y/z-radius values at once. When followed by a second number, the first number sets the x/z-radius and the second number the y-radius. With 3 parameters, each x/y/z radius can be specified.
  • Third line: Name (optional), multiple mutex signs with the same name form a single combined mutex zone
  • Fourth line: Statement (optional), each sign with the same name adds to a list of statements. Prepend & or | to switch between AND and OR logic.

Smart Mutex

Smart Mutex allows two trains to pass while blocking two others

The Smart Mutex is a mutex sign that checks the paths trains (will) take through the mutex zones, allowing trains to pass that don't have a path intersecting with one another. This allows multiple trains to cross an intersection at the same time provided they can safely pass each other.

Signtemplate.png
[train]
smartmutex 2


Signtemplate.png
[train]
smutex 5/6/8


Prediction

When checking the path a train will take through the smart mutex zone, switchers are taken into account. The current switched state of the rails is then not important.

Pathing Mutex

Pathing Mutex creates a path that prevents another train from crossing at the same time

The pathing mutex attempts to replace the waiter sign in a more reliable fashion. When trains activate the pathing mutex sign, a path is predicted that the train will take from that point. All rails visited along this path become part of a temporary mutex zone. Other trains are blocked from entering this path, and if a train is already on it, the train is stopped in front of the pathing mutex sign.

Signtemplate.png
[train]
pathmutex 100


Signtemplate.png
[train]
pmutex 100


Signtemplate.png
[train]
spmutex 100 3


Syntax

pathmutex / pmutex: Creates a standard mutex zone using the path ahead

spmutex: Creates a smart mutex zone using the path ahead

First number is the path distance ahead to create as a mutex zone. Second number (optional) sets the width, or, distance that trains keep from the path. Setting this to a higher number avoids trains colliding with each other.

Slowing down on approach

By setting the train wait acceleration property, trains will automatically slow down approaching an occupied mutex zone, instead of stopping instantly.

Debug

Smart Mutex boundaries displayed using the /train debug mutex command

Use /train debug mutex to temporarily display the exact boundaries of nearby mutex zones.