Skip to content

pfarner/factorio-global-robots

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This is a mod for the game Factorio.

A player wanted global counters for number of bots in all networks.

This can be done with a custom combinator and a global scan of surfaces.

Demonstration

In this example, the combinator is producing the following values:

  • N = "networks" = 2, the number of disconnected networks

  • L = "logistic bots" = 56, matching sum(Y)

  • M = "available logistic bots" = 55, matching sum(X)

  • C = "construction bots" = 9, matching sum(T)

  • D = "available construction bots" = 8, matching sum(Z)

About

Factorio mod which provides a combinator providing global robot statistics to the circuit network.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published