Multiple Unit Train Control


Replaces bidirectional trains with ones twice as powerful, to simulate real locomotives driving backwards.

Tweaks
4 months ago
0.17 - 1.1
3.58K
Trains

b [Fixed] Crash since 0.17.59

4 years ago

MUTC is crashing since .59
https://imgur.com/a/xhMXSYg

I fixed it with
-- Restore the train schedule and mode
newLoco.train.schedule = nil

for the time being.

cheers

4 years ago

Thanks for the report. Fixed in mod version 0.1.17.

Looks like the devs broke the train.schedule interface. If you read the schedule of a train with an empty schedule, it returns a non-nil table. If you then assign that empty schedule table back to the train, it causes this error.

4 years ago

hi thanks for the quick fix!

4 years ago

They just fixed the offending bug in 0.17.59, and revealed a bug in my workaround. Update to mod version 0.1.18 when you upgrade to 0.17.60!

New response