[MOD 0.11.x][WIP] Generator Framework 0.1.0

Topics and discussion about specific mods
Post Reply
starholme
Fast Inserter
Fast Inserter
Posts: 201
Joined: Tue Oct 21, 2014 7:25 pm
Contact:

[MOD 0.11.x][WIP] Generator Framework 0.1.0

Post by starholme »

This mod is intended to simplify and extend the creation of generators in other mods.

Essentially what the mod does is handles transferring of fluid between the input pipe, the generator fluid box, and the output pipe. You specify where the (invisible) input and output pipes should be, what liquid the generator should run on, and what liquid it should output at what temperature. All you need to do is create your entity, and register it with this mod via a script interface.

The current release is working, and you can use it. But I hope to receive and incorporate some feedback from the mod community before I post this as a completed mod.

Download: https://github.com/Starholme/factorio-g ... /tag/0.1.0
Wiki: https://github.com/Starholme/factorio-g ... ework/wiki

I'm open to feedback or patches, feel free to fork it on github.

Current functionality:
* Only runs on the registered input fluid
* Outputs the registered output fluid, at the registered temperature
* Entities only tick as often as required
* Input and output pipe locations are specified at registration, no real restriction other than cannot be touching

Future functionality:
* Allow fluids to flow through, similar to base generators

Post Reply

Return to “Mods”