Adds tools focused around ease of use when piping!
- Orphan finder - Hover over any belt or underground belt and it will highlight any underground belts nearby that are missing a connection. The same applies with pipes.
- Pipe cleaner - Use the selection tool to select a single pipe or even group of pipes with a fluid in them. The script will recurse through all pipes connected that have the same fluid as the selected fluid and remove it.
- Pipe highlighter - Press `<CTRL SHIFT P>` to ping all underground pipe connections around you. Will also highlight pipes-to-ground in green or red. If red, this means that that pipe is missing a connection. This will fade after 20 seconds.
- Pipe clamps - Press `<Rotate>` on a pipe to "clamp" it to it's current connections. This locks it in place without allowing it to connect to anything else. Selection tool can be used to lock an entire area in position, or unlock an entire area. Automated scripts prevent pipes from mixing fluids that don't match when unclamping, or more in depth during placement if auto clamp mode is on.
- Auto Clamp Mode - This allows parallel pipe placement of empty or full pipes. Will prevent fluid mixing if they do not match. See below gifs for what this means. You can toggle autoclamp mode by pressing `<CTRL SHIFT C>` or by typing `/autoclamp <off/false, on/true>`.
Picker Orphan finder
Highlights nearby underground belts and pipes that are not connected to anything underground when hovering over belts or pipes. Can be disabled per player in mod options.
Orphan Finder
Picker Pipe CleanerCall a plumber on any fluidbox by using the selection tool in the blueprint menu. This will loop through all connected pipes and remove the selected fluid allowing your pipes to freely flow again.
Pipe Cleaner
Picker Pipe HighlighterGetting lost in your pipes? Validate your connections by pressing `<CTRL SHIFT P>` and all underground pipes will be shown. This will ping all pipes near you and display for ~20 seconds.
Pipe Highlighter
Picker Pipe ClampsWant more control of your pipes? Clamps have you covered! Just start drawing a pipeline and the script will handle it for you! This automagically prevents fluid mixing when placing pipes, and even allows parallel pipe laying when the pipes are empty, or full, even with the same liquid.
You can press \<ROTATE> on any pipe to clamp or unclamp it. You can also use the selection tool from the blueprint menu to clamp or unclamp entire areas. (Unclamping will always attempt to prevent fluid mix)
Note: Pipe will attempt to clamp itself if the fluid you're piping doesn't match a building it's trying to connect to (IE: Storage tank.) This will cause warning spam if dragging the mouse while placing pipes and this happens. (see last image below)
Clamps and Automatic Clamping
Contact me on discord at TheStaplergun 2.0#6920Details
Name: Picker Pipe Tools
Version: 0.1.0
Factorio-Version: 0.16
Description: Adds tools to make fluid handling with pipes much easier. -Orphan finder -Pipe cleaner -Pipe Highlighter -Pipe clamps
License: MIT
First release: 2018-10-11
Download: https://mods.factorio.com/mod/PickerPipeTools
Dependencies: base
Category: Logistics
Tags: Pipes
Author: TheStaplergun, Nexela
Git repository: https://github.com/Nexela/PickerPipeTools/tree/0.16