Page 1 of 1

[MOD 0.12.20] Overflow Valve

Posted: Tue Dec 22, 2015 5:20 am
by ILMTitan
Type: Mod
Name: Overflow Valve
Description: Adds an Overflow Valve which prevents fluid from passing through until one side is 90% full.
License: MIT License
Version: 0.0.1
Tested-With-Factorio-Version: 0.12.20

Website: https://github.com/ILMTitan/Overflow-Valve

This mod allow players to prioritize where their fluids go. Putting them in front of your heavy/light oil cracking and solid fuel production facilities will ensure all other uses for those fluids are satisfied before breaking them down.

I am reasonably sure there won't be performance issues, but the graphics are both bad and broken. Otherwise, the entity itself seems to be working as intended. I still need to firm up how I want to organize the repository (having a folder named overflow-valve_0.0.1 in there seems bad) and how I am going to package the releases.

Re: [MOD 0.12.20] Overflow Valve

Posted: Tue Dec 22, 2015 4:28 pm
by RandomEngy
Image

Code: Select all

{
    "name": "overflow-valve",
    "version": "0.0.1",
    "title": "Overflow Valve",
    "author": "James Przybylinski",
    "description": "A Valve that acts like a pipe only when its input is full",
    "dependencies": ["base >= 0.12.16"]
    "contact": "ILMTitan@hotmail.com",
}
I think that last comma needs to move up a line.

That got the mod going for me. Will playtest a bit after work.

Re: [MOD 0.12.20] Overflow Valve

Posted: Tue Dec 22, 2015 5:07 pm
by RandomEngy
Seems pretty handy. Would be neat to modify the threshold here with a slider so you could prioritize different things like direct use vs cracking vs storage. I put mine in front of a small pump in front of my big storage tanks so they're only filled if not needed for other things.

Re: [MOD 0.12.20] Overflow Valve

Posted: Tue Dec 22, 2015 5:27 pm
by ILMTitan
Thanks. Updated the repository to fix the (dumb) error.

Re: [MOD 0.12.20] Overflow Valve

Posted: Wed Dec 23, 2015 12:05 pm
by SirRichie
Hi,
thanks for the mod.

How does it compare to a small pump + circuit?

Re: [MOD 0.12.20] Overflow Valve

Posted: Wed Dec 23, 2015 6:46 pm
by ILMTitan
You don't have to connect it to a circuit network. You just plop it down, and when one side gets full enough, it allows flow.

Re: [MOD 0.12.20] Overflow Valve

Posted: Thu Dec 24, 2015 4:12 pm
by Talguy
ILMTitan wrote:Thanks. Updated the repository to fix the (dumb) error.
Did you push your changes? Anyway, just added a PR :)