Skip to content

mblaurens/factorio-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

factorio-planner

web application for planning factorio builds

Live at http://104.236.228.89:5000/

Requirements

Usage

Running application

To run flask application:

$ python app/app.py

Connect locally via localhost:5000 or use external address with port 5000.

Loading new base mod

New mod info should be loaded after Factorio content updates.

Copy contents of Factorio base mod into /base directory.

Base mod is found in /data/base in the Factorio install directory.

Modify locale/item-name.cfg manually to load english item names. (to do: write a script to do this)

To generate mongo inserts file:

$ lua base/mongo.lua

To execute generated file and add to database:

$ mongo base/fact-mongo-insert.js

About

web application for planning factorio builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published