Picker Pipe Tools


Adds tools to make fluid handling with pipes much better. -Orphan finder -Pipe cleaner (In Blueprint Menu) -Underground Pipe Highlighter Press <CTRL SHIFT P>(press again to toggle off) - Pipe Highlighter Verify connections by hovering over pipes. (Configurable in mod settings) -Pipe clamps Press <CTRL + R> on pipes, or use tool from Blueprint Menu (Like flow control but automatic) -Auto clamps (close proximity pipe laying without pipes connecting) toggle with /autoclamp or <CTRL SHIFT C> [Check mod startup settings for disabling certain parts of mod if you want QoL only]

Utilities
1 year, 10 months ago
0.16 - 1.1
6.12K

b Debug preset blocking mod from working with Seablock

3 years ago

When adding your mod to .. https://mods.factorio.com/mod/SeaBlockMetaPack .. I get this error

Error while running setup for map gen preset "debug": "coal" is not a valid autoplace control name.

Any chance in your "PickerAtheneum" library you can put some logic to only enable the "debug" preset if a startup setting has been enabled.

local gen = data.raw['map-gen-presets']
gen['default']['debug'] = {
    order = 'z',
    basic_settings = {
        terrain_segmentation = 'very-low',
        water = 'none',
        autoplace_controls = make_no_controls(),
        height = config.height,
        width = config.width
    }
}

New response