Automatic Train Builder deprecated


Build Trains Automatically-See Mod Portal for instructions

Content
6 years ago
0.14 - 0.16
19
Trains

i Great mod

7 years ago
(updated 7 years ago)

Hi there,

first of all, thanks for this mod, I was really looking for something like this :)

I have two "problems" though:
If you build the Train Creator Chest and connect it without giving the required informations, like how many locomotives are required, the game instantly crashes. Not a big deal if you know this, but maybe this can be fixed.

The second thing is I use the mod Logistic Train Network which uses a different kind of station. It would be nice if you could include this in your mod. I already did that for my own version by adding "logistic-train-stop" additionally to "train-stop" in the updateTrainCreator function and it works. Looks like this:
.....
if ent.name == "logistic-train-stop" then
station_count = station_count + 1
stop = ent
end

.....
if ent.name == "logistic-train-stop" then
station_count = station_count + 1
stop = ent
end

....
but I really dont know if that could break anything.
Would be awesome if could include that.

Thanks again.

6 years ago

Thanks for the feedback. I see think the devs have updated something that I had a hacky workaround for anyway at the moment, so I'll be looking to update the mod.

Interesting that it causes a crash - should be easy to fix.

6 years ago

I think this should work with logistic train stops now.

New response