https://github.com/heinwessels/factorio-valves
Factorio mod that adds three distinct valves.
https://github.com/heinwessels/factorio-valves
factorio factorio-mod
Last synced: about 1 year ago
JSON representation
Factorio mod that adds three distinct valves.
- Host: GitHub
- URL: https://github.com/heinwessels/factorio-valves
- Owner: heinwessels
- License: mit
- Created: 2024-11-05T20:19:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-22T05:48:29.000Z (over 1 year ago)
- Last Synced: 2025-03-22T06:26:41.860Z (over 1 year ago)
- Topics: factorio, factorio-mod
- Language: Lua
- Homepage: https://mods.factorio.com/mod/valves
- Size: 429 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# Valves
[](https://ko-fi.com/stringweasel) [](https://mods.factorio.com/mod/valves)
Overflow, top-up and one-way(check) valves, just like Flow Control and Advanced Fluid Handling. The thresholds can be configured using shortcuts.
This is a fully standalone mod, even though it's uses the techniques used in [Configurable Valves](https://mods.factorio.com/mod/configurable-valves). The difference is you can only set the thresholds using shortcuts, whereas with Configurable Valves you can set the conditions directly.
## Shortcuts (configurable)
- **Numpad +**: Increase threshold for overflow or top-up valves.
- **Numpad -**: Decrease threshold for overflow or top-up valves.
# Settings
- Default thresholds for overflow and top-up valves.
- A startup setting for the valves' pump speed when it's open.
## Compatibility
Should be comptatibile with most mods. If it's not compatible, please let me know.
- **Pyanodons**: Will automatically migrate old Factorio 1.1 valves to their 2.0 counter part.
# UPS Impact
This valve has no measurable performance impact. The worst case is a using a pump + combinator + storage-tank to control fluid movement, while the overflow and top-up valve only has a storage-tank + pump. There are no `on_tick` calculations.
## Credits
- _Boskid_ for adding the ability to link pipes to the Factorio engine.
- [GotLag and Snouz](https://mods.factorio.com/mod/Flow%20Control) for the high quality graphics of the old pump sprite.
- _justarandomgeek_ for the [Factorio Modding Toolkit](https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug), without which this mod would not have been possible.