Would be nice to have "Pre-signal" for railways, the sort of thing that is in TTD. http://wiki.openttd.org/Signals#Pre-signals
It would make rail Stations/Junctions allot easier to manage.
Search found 2 matches
- Sun Apr 26, 2015 3:16 pm
- Forum: General discussion
- Topic: trains, bridges and improvements to the rail system
- Replies: 33
- Views: 23675
- Fri Apr 24, 2015 4:18 pm
- Forum: Gameplay Help
- Topic: Where can I see how many Robots are in my network?
- Replies: 7
- Views: 14159
Re: Where can I see how many Robots are in my network?
You can use these lua codes to get the "active" count of bots. /c game.player.print(game.player.force.getentitycount("logistic-robot")) /c game.player.print(game.player.force.getentitycount("construction-robot")) These commands do not count the bots that are in storage/...