WIP Factorio mod. Nothing interesting here.
Requirements:
- Make
- jq
- zip
Open the Makefile
and set the path to your Factorio installation's mod folder:
FACTORIO_MODS_FOLDER = ~/GOG\ Games/Factorio/game/mods
The Makefile
contains some utilities which should help with mod development:
make link
creates a symlink to the mod in Factorio's mods folder.make unlink
removes that symlink.make package
creates a ZIP package for the mod.make install
copies that ZIP package to Factorio's mods folder.make uninstall
removes the ZIP package from the Factorio's mods folder.