Skip to content

Zomis/FactorioMods

Repository files navigation

Factorio Mods

Several mods for the Factorio game, each mod is described below.

Contributing

  • Pull requests are welcome!
  • There's no need to update the version number, my Jenkinsfile takes care of that automatically when I release a new mod.

List of mods (non-exhaustive)

Visual Signals (GUI Signal Display)

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.

Factorio screenshot of Visual Signals

Lets the player select an area with a Lamp Placer tool to give orders to robots to place lamps in the area.

Factorio screenshot of Lamp Placer

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.

Factorio screenshot of What is Missing

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!

Factorio screenshot of Advanced Combinator

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:

  • Research finished
  • Rockets launched and their content
  • Every power of 10 of items produced (1 items produced, 10, 100, 1000, etc.)
  • Player died

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.

Factorio screenshot of Timeline