The goonery must grow.
##############################################################################
Game → Factorio on Steam
Integration → FactorioEDI.zip ~ pixeldrain
##############################################################################
Whats a high tier engineer to a low tier gooner?
Simple EDI integration mod. There are 3 funscripts. Filler, hurt and death. Pretty self explanatory.
##############################################################################
Installation instructions:
- Download the integration mod from the link above.
- In the file you will see: 4 files and 1 folder. Extract mapping.json, EdiConfig.json, edi_forwarder.py and Gallery into the same folder where your factorio executable is (depends where you installed Factorio but after you find that folder it usually is Factorio → bin → x64).
- You will have 1 more file and that is player-tracker_0.1.0.zip which you will need to copy to your mod folder (usually C:\Users\User\AppData\Roaming\Factorio\mods)
- After all of that your folders should look like this:
- Now we need to install python: Download Python | Python.org , follow the instructions on the website.
- After you install python, open cmd (win + r and type cmd) and do pip install requests . This will install the required package for the edi forwarder to work.
- Then in cmd you have to go to the directory where edi_forwarder.py is located. You will do cd and then the desired directory. (In my case it would be CD D:\Factorio\bin\x64)
- After that you run the command python edi_forwarder.py --config mapping.json which will start the EDI forwarder.
- Open EDI and use the EdiConfig supplied in the same directory.
- Start the game and proceed to goon while expanding your factory.
##############################################################################
FAQ
Why not send the HTTP post directly to EDI?
Factorio blocks any requests to the outside for some reason.
Why does this exist?
I do not know. I was high, so i decided to make this, vibe coded it in 2 hours.
Can you help me with a bug?
Maybe, ask in the comments
Will this work on my OS?
##############################################################################


