The Point section is a crucial element for switching tracks and changing speed while the train is running, but I couldn't find it documented in the help section.
I tried to implement it myself, so I was hoping you could correct my oversight and add it to the documentation.
<h2 id="-12-the-train-attribute">■ 1.4 The Point attribute</h2>
<p>The Point section allows you to change the speed of a moving object without stopping it, or to change the track it's moving on.</p>
<div id="command">
<strong><Position></strong> <em>Position</em> <strong></Position></strong>
</div>
<p><strong>Position</strong> sets the in-game distance where the object passes. The unit is <strong>meter</strong>.</p>
<hr>
<div id="command">
<strong><Decelerate></strong> <em>Value</em> <strong></Decelerate></strong>
</div>
<p><strong>Value</strong> sets the deceleration of the object before reaches the <strong><Position></strong>. The unit is <strong>km/h/s</strong>.</p>
<hr>
<div id="command">
<strong><Accelerate></strong> <em>Value</em> <strong></Accelerate></strong>
</div>
<p><strong>Value</strong> sets the acceleration of the object after the <strong><Position></strong>. The unit is <strong>km/h/s</strong>.</p>
<hr>
<div id="command">
<strong><PassingSpeed></strong> <em>Value</em> <strong></PassingSpeed></strong>
</div>
<p><strong>Value</strong> The speed will change to the <em>Value</em>'s speed before reaching this distance.</p>
<hr>
<div id="command">
<strong><TargetSpeed></strong> <em>Value</em> <strong></TargetSpeed></strong>
</div>
<p><strong>Value</strong> After passing the position of specified for <strong><Position></strong>, the speed changes to that of <em>Value</em>.</p>
<hr>
<div id="command">
<strong><Rail></strong> <em>RailIndex</em> <strong></Rail></strong>
</div>
<p><strong>RailIndex</strong> sets the trajectory on which the object will run. It is necessary to define the trajectory by the <strong>Track.Rail</strong> command of the route file.</p>
<p><em>Note:</em> To ensure a smooth track switch, you should leave at least two units of clearance before and after the <strong><Point></strong> command of the route file.</p>
The Point section is a crucial element for switching tracks and changing speed while the train is running, but I couldn't find it documented in the help section.
I tried to implement it myself, so I was hoping you could correct my oversight and add it to the documentation.