Train Automated Controller deprecated

by Hermios

The TAC lets you control trains behaviours, based on incoming signals

Content
4 years ago
0.17 - 0.18
9
Logistics

b remoteBuilder.lua broken

3 years ago

RemoteBuilder.lua calls remote.add_interface with a table of un-named functions. The remote.add_interfaces requires you give a mapping of string name -> function and currently it's numeric index -> function.

{ addToConditions, removeFromCondition } becomes: { [1] = addToConditions, [2] = removeFromCondition } ... which doesn't match the remote.add_interface requirement of string -> function.

That results in an error in the latest version of the game which enforces the name is a string.

3 years ago

Hi RSedings
Thanks for the thip. I updated it for the next version (Which happens... heu... I don't know... soon?) :)
Niko

New response