Search found 7 matches
- Tue Apr 25, 2017 7:51 pm
- Forum: Ideas and Suggestions
- Topic: [0.15] Preventing train rerouting when disabling a stop
- Replies: 8
- Views: 5113
Re: [0.15] Preventing train rerouting when disabling a stop
There's no way to prevent a train from re-routing when disabling a train stop. Once it's disabled no train can use it as a valid destination which means they *have* to re-path. A similar idea might be a "lock" which can be enabled via circuit condition. New trains could not choose to path...
- Sat Feb 18, 2017 6:00 pm
- Forum: Ideas and Suggestions
- Topic: Train station skipping conditions
- Replies: 143
- Views: 72151
Re: Train station skipping conditions
Nvm, Multiple trains will jam up the system so this only works with one train, you can do more than one train but you risk the trains sitting on the main line. That's why I made this suggestion, which is hopefully already implemented. And there is a distance limit to this as well, eh always somethi...
- Sun Feb 12, 2017 11:39 pm
- Forum: Implemented Suggestions
- Topic: Let us restrict the number of trains a train stop can accept
- Replies: 13
- Views: 6365
Re: Let us restrict the number of trains a train stop can accept
Yay! Can't wait. Thank you.
- Sun Feb 12, 2017 11:05 pm
- Forum: Implemented Suggestions
- Topic: Let us restrict the number of trains a train stop can accept
- Replies: 13
- Views: 6365
Re: Let us restrict the number of trains a train stop can accept
Uhh... I finally managed to post the source code on GitHub. Here. Test maps included. Hope you guys will have a look at what I've done and consider implementing this in future release.
- Wed Feb 08, 2017 11:21 pm
- Forum: Implemented Suggestions
- Topic: Let us restrict the number of trains a train stop can accept
- Replies: 13
- Views: 6365
Re: Let us restrict the number of trains a train stop can accept
So can I treat those words as explicit permission to post my code on Github?Rseding91 wrote:I'd be interested in seeing what ever code you've managed to create
- Mon Feb 06, 2017 8:32 pm
- Forum: Implemented Suggestions
- Topic: Let us restrict the number of trains a train stop can accept
- Replies: 13
- Views: 6365
Re: Let us restrict the number of trains a train stop can accept
I've actually implemented this train stop behavior using the pdb file, which comes along with factorio executable and made this video..
I could share the source code of my DLL implementing this behavior but I need explicit permission from devs to do so.
I could share the source code of my DLL implementing this behavior but I need explicit permission from devs to do so.
- Mon Feb 06, 2017 8:31 pm
- Forum: Implemented Suggestions
- Topic: Let us restrict the number of trains a train stop can accept
- Replies: 13
- Views: 6365
Let us restrict the number of trains a train stop can accept
Hi. I've been playing this great game for a while now, and in my last game I've tried to implement an on-demand resource supply system. The idea is really simple: all loading train stops share the name of resource it provides ("Iron", "Copper", "Oil", etc). Trains are w...