Overloaded Trains-Dead2

by Dead2

Fixes trains losing group assignments. This mod will be removed once/if the main mod incorporates this fix or similar.

Tweaks
5 months ago
2.0
41
Trains

b Fix bob-cargo-wagon crash

8 days ago

When moving a train in auto mode with a Bob's MK2/MK3 tier cargo/fluid wagon, the game would crash with the following error:
Unknown entity name: bob-cargo-wagon

The mod itself is to blame: the overload trimming scheme considers any -N suffix as its suffix. Bob's wagons have their tier included in their name (bob-cargo-wagon-2), so the mod would trim it to a non-existent bob-cargo-wagon and crash on create_entity.

We made fix there: https://github.com/FactorioParanoidal/ParanoidalModpack/pull/329/changes#diff-35500e405eee6537a0a4a795b0e00d931bb2a947401ecdd54442258346967f9e

Would be nice if you can incorporate this to your fork.

New response