External Publication
Visit Post

Mod Releases • Re: [Mod] Advanced Trains [advtrains] [2.8.0]

Luanti Forums - Index page [Unofficial] February 13, 2026
Source

Code:

 {name = "Brake to Stop", cmd = "BB"},

Note that BB effectively applies the "emergency break" (unlike B0, which performs regular braking).

Code:

 {name = "Stop 3s, Slow Start to Max Speed", cmd = "B0 W D3 S2 SM"},

Afaik S2 SM is effectively the same as SM as the same (constant) acceleration is applied.


How about using hypertext instead of dropdowns? Then you can format the entries to look something like this:

Code:

B0 W OL K D2 OC D2 S2* Stop* Open doors on the left side* Kick all passengers* Wait for 2s* Close doors* Wait for 2s* Accelerate to 2

(Also, I wonder whether it is better to parse ATC commands into an AST and generate the description from that. Having ASTs would also make it possible to create a form closer to visual programmer.)

Statistics: Posted by yw05 — Fri Feb 13, 2026 20:29


Discussion in the ATmosphere

Loading comments...