All Projects → Zomis → FactorioMods

Zomis / FactorioMods

Licence: MIT license
Various mods for the game Factorio

Programming Languages

lua
6591 projects
groovy
2714 projects

Projects that are alternatives of or similar to FactorioMods

factorio-example-mod
Lightweight modular example mod with various features and compatibilities
Stars: ✭ 15 (+25%)
Mutual labels:  mod, factorio, factorio-mod
m-microcontroller
Factorio mod: program circuit network logic using FAL, a Factorio Assembly Language.
Stars: ✭ 13 (+8.33%)
Mutual labels:  mod, factorio, factorio-mod
Rampant
Factorio Mod - Basic AI augmentation using potential fields
Stars: ✭ 39 (+225%)
Mutual labels:  mod, factorio, factorio-mod
mapshot
Factorio mod to export maps as zoomable html
Stars: ✭ 39 (+225%)
Mutual labels:  factorio, factorio-mod
FactoryPlanner
A mod for Factorio. It allows you to plan out your production in detail.
Stars: ✭ 45 (+275%)
Mutual labels:  factorio, factorio-mod
clusterio
internet communication for factorio mods
Stars: ✭ 218 (+1716.67%)
Mutual labels:  mod, factorio
graftorio2
(fork of graftorio) factorio mod for creating grafana dashboard
Stars: ✭ 42 (+250%)
Mutual labels:  factorio, factorio-mod
Warehousing
🏗️ Mod for Factorio. Store all the things! (We heard you like boxes, you packrat you!)
Stars: ✭ 27 (+125%)
Mutual labels:  factorio, factorio-mod
fabric-example-mod
An elegant Minecraft mod template for the Fabric mod loader
Stars: ✭ 25 (+108.33%)
Mutual labels:  mod
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (+250%)
Mutual labels:  mod
prog-mats-js
Adds a bunch of scripted stuff. The name definitely isn't synonyms of Advance Content.
Stars: ✭ 35 (+191.67%)
Mutual labels:  mod
StSLib
A collection of keywords and mechanics for other Slay the Spire mods to use.
Stars: ✭ 55 (+358.33%)
Mutual labels:  mod
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (+175%)
Mutual labels:  mod
Avali
Avali mod with community additions. See Trello for an easier way to see what we're working on:
Stars: ✭ 53 (+341.67%)
Mutual labels:  mod
Regeneration
Minecraft Mod that adds the concept of Regeneration from the show Doctor who
Stars: ✭ 22 (+83.33%)
Mutual labels:  mod
Stellaris mod
Paradox Interactive game Stellaris mod co-work
Stars: ✭ 37 (+208.33%)
Mutual labels:  mod
DS3ConnectionInfo
Simple C# application showing active P2P connection information for Dark Souls III. Also implements a basic ping filter.
Stars: ✭ 31 (+158.33%)
Mutual labels:  mod
Spore-ModAPI
A C++ library that allows you to create advanced mods for Spore (user interface, shaders,...)
Stars: ✭ 31 (+158.33%)
Mutual labels:  mod
pocketmod
Small ANSI C library for turning ProTracker MOD files into playable PCM audio.
Stars: ✭ 54 (+350%)
Mutual labels:  mod
ElDewrito-Menu
Possible replacement for Halo Online's UI heavily based on Halo: Reach
Stars: ✭ 22 (+83.33%)
Mutual labels:  mod

Factorio Mods

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

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

Lamp Placer

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

What is Missing (WiM)

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

Advanced Combinator

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

Timeline

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].