Type: Mod
Name: steinios logistic sensor
Description: Adds an EvoGUI sensor which shows the total and the amount of free logistic/construction bots.
License: MIT
Version: 0.0.2
Release: 2016-06-02
Tested-With-Factorio-Version: 0.12.35
Dependencies: EvoGUI >= 0.4.16
Download-Url:
0.12:
License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Long description
Long description
bots.PNG (31.87 KiB) Viewed 2252 times
This mod adds a remote sensor to the wide known mod EvoGUI.
It shows the current amount of free (left) and all (right) logistic respectively construction bots.
If more than one logistic network exists, the display change every 2 seconds between the networks,
visible by the number after the #.
Logistic as well as construction bot display can de- and activated for itself.
Following options are available in control.lua:
- interval: set the time in seconds between network changes
- cycle: enable/disable cycle between networks
- network_id: show this network if cycle is disabled
- minimum_logistic_robots: minimum amount of logistic robots the network mzst have to be displayed
Version history
0.0.2 (2016-06-20): Added options for interval between cycles, stop the cycle, show only selected network and set minimum size of logistic robot network
The multiple network support ruins it for me, as the view will rotate through the mini networks I install in every resource gathering outpost. So most of the time it will tell me some network has 5/5 robots.
Maybe it should ignore the smaller ones when the number of robots assigned to it, is too small to be worthwhile information.
I added some options to the control.lua, which hopefully are what you are looking for:
- cycle: set it to false and only one network will be displayed
- network_id: the id of the network you want to see
Well after reading your post a third time i added this new option which i suppose you need:
- minimum_logistic_robots: the amount of logistic robots a network must have to be displayed
Could change it to all robots (construction and logistic together), if needed.
More would be to far from my use case so maybe there will be no further development.