citysim_game/mods/pipeworks
Elkien3 4a7e7824ba update technic 2021-03-18 12:11:01 -05:00
..
locale update technic 2021-03-18 12:11:01 -05:00
models initial commit 2018-08-21 16:19:07 -05:00
pressure_logic update technic 2021-03-18 12:11:01 -05:00
textures update technic 2021-03-18 12:11:01 -05:00
todo initial commit 2018-08-21 16:19:07 -05:00
.gitignore initial commit 2018-08-21 16:19:07 -05:00
LICENSE update technic 2021-03-18 12:11:01 -05:00
README update technic 2021-03-18 12:11:01 -05:00
autocrafter.lua update technic 2021-03-18 12:11:01 -05:00
autodetect-finite-water.lua initial commit 2018-08-21 16:19:07 -05:00
autoplace_pipes.lua initial commit 2018-08-21 16:19:07 -05:00
autoplace_tubes.lua update technic 2021-03-18 12:11:01 -05:00
changelog.txt initial commit 2018-08-21 16:19:07 -05:00
common.lua update technic 2021-03-18 12:11:01 -05:00
compat-chests.lua update technic 2021-03-18 12:11:01 -05:00
compat-furnaces.lua update technic 2021-03-18 12:11:01 -05:00
crafts.lua update technic 2021-03-18 12:11:01 -05:00
decorative_tubes.lua update technic 2021-03-18 12:11:01 -05:00
default_settings.lua update technic 2021-03-18 12:11:01 -05:00
depends.txt initial commit 2018-08-21 16:19:07 -05:00
description.txt initial commit 2018-08-21 16:19:07 -05:00
devices.lua update technic 2021-03-18 12:11:01 -05:00
filter-injector.lua update technic 2021-03-18 12:11:01 -05:00
flowing_logic.lua update technic 2021-03-18 12:11:01 -05:00
init.lua update technic 2021-03-18 12:11:01 -05:00
item_transport.lua update technic 2021-03-18 12:11:01 -05:00
legacy.lua update technic 2021-03-18 12:11:01 -05:00
lua_tube.lua update technic 2021-03-18 12:11:01 -05:00
luaentity.lua update technic 2021-03-18 12:11:01 -05:00
mod.conf update technic 2021-03-18 12:11:01 -05:00
models.lua initial commit 2018-08-21 16:19:07 -05:00
pipes.lua update technic 2021-03-18 12:11:01 -05:00
routing_tubes.lua update technic 2021-03-18 12:11:01 -05:00
screenshot.png update technic 2021-03-18 12:11:01 -05:00
settingtypes.txt initial commit 2018-08-21 16:19:07 -05:00
signal_tubes.lua update technic 2021-03-18 12:11:01 -05:00
signs_compat.lua update technic 2021-03-18 12:11:01 -05:00
sorting_tubes.lua update technic 2021-03-18 12:11:01 -05:00
teleport_tube.lua update technic 2021-03-18 12:11:01 -05:00
trashcan.lua update technic 2021-03-18 12:11:01 -05:00
tube_registration.lua update technic 2021-03-18 12:11:01 -05:00
vacuum_tubes.lua update technic 2021-03-18 12:11:01 -05:00
wielder.lua update technic 2021-03-18 12:11:01 -05:00

README

This mod uses nodeboxes to supply a complete set of 3D pipes and tubes, 
along devices that work with them.

See https://gitlab.com/VanessaE/pipeworks/wikis/ for detailed information about usage of this mod.

Unlike the previous version of this mod, these pipes are rounded, and when 
placed, they'll automatically join together as needed.  Pipes can go vertically 
or horizontally, and there are enough nodes defined to allow for all possible 
connections.  Valves and pumps can only be placed horizontally, and will 
automatically rotate and join with neighboring pipes as objects are added, as 
well as joining with each other under certain circumstances.

Pipes come in two variants: one type bears one or more dark windows on each 
pipe, suggesting they're empty, while the other type bears green-tinted 
windows, as if full (the two colors should also be easy to select if you want 
to change them in a paint program).  These windows only appear on straight 
lengths and on certain junctions.

This mod is a work in progress.

Please note that owing to the nature of this mod, I have opted to use 64px 
textures.  Anything less just looks terrible.