Several mods for the Factorio game, each mod is described below.
Allows players to keep track of circuit networks in the GUI at any time.
Originally based on CircuitsUI by Fumelgo but massively modified to become a mod on its own.
Lets the player select an area with a Lamp Placer tool to give orders to robots to place lamps in the area.
The GUI will show when you place something on the map.
No need to run around checking why you are not producing so much as you want to. This mod will tell you about all things that are causing you to not produce as much research, build a rocket, or any items of your choice.
Instead of using one combinator to get the minimum value of a network, one to get the game time, then some to do some other arithmetic with it, I decided to make one combinator that can do it all!
This mod is using (somewhat) clean code and good coding practices which makes it easy to add more features too.
Although it may be difficult to use at first, it is very powerful and capable of lots of things!
Track your efficiency and improve yourself in becoming faster. Ideal for those who try to speed-run the game.
This mod saves the timestamp of some key events:
Other mods may add their own mark by invoking a method that takes the force, a name, a parameter, and a numeric value: remote.call("timeline", "add_timeline_mark", force, "some-name", "some-parameter", 42)
Supports export to a HTML file so that you can easily compare your performance between different games.