Update Overview.html with documentation about the node breaker and deployer, plus docuent the fact that tubes only connect to certain sides of certain devices, like injectors and furnaces.

This commit is contained in:
Anthony Zhang 2013-06-24 15:52:22 -04:00
parent afc4981960
commit 86fd181519
6 changed files with 28 additions and 5 deletions

View File

@ -4,8 +4,10 @@
<title>Pipeworks</title>
<style>
body {
background: #FFEEEE;
background: #443333;
background: url(textures/pipeworks_autocrafter.png);
font-family: sans-serif;
color: white;
padding: 3em 10em 0 10em;
}
img {
@ -13,6 +15,9 @@ img {
display: block;
border: solid 0.2em black;
margin: auto;
}
a {
color: white;
}
</style>
</head>
@ -87,21 +92,21 @@ img {
<p>Here's how you smelt it:</p>
<img src="img/CraftPlasticSheeting.png">
<h3>Tubes</h3>
<p>Tubes are boxy, transparent devices that can transport items around. They can automatically connect to other tubes and devices that are tube-compatible, such as chests and injectors.</p>
<p>Tubes are boxy, transparent devices that can transport items around. They can automatically connect to other tubes and devices that are tube-compatible, such as chests and injectors. Certain devices may connect to tubes only from certain sides.</p>
<p>Breaking a tube carrying items simply drops the items onto the ground.</p>
<p>Here's how you craft it:</p>
<img src="img/CraftTube.png">
<h3>Chests</h3>
<p>Ordinary chests found in the default game connect to tubes from all sides.</p>
<p>Ordinary chests found in the default game connect to tubes from every side except the front.</p>
<p>Items can be added to chests using tube-related devices, or removed from them using filters/injectors.</p>
<p>Attempting to add items to a full chest results in the item being dropped onto the ground.</p>
<h3>Furnaces</h3>
<p>Ordinary furnaces found in the default game connect to tubes from all sides.</p>
<p>Ordinary furnaces found in the default game connect to tubes from every side except the front.</p>
<img src="img/Furnaces.png">
<p>Fuel items can be added to furnaces from the bottom, and items to be smelted can be added from the back. Smelted items can be removed from them using filters/injectors.</p>
<p>Attempting to add items to a full furnace results in the item being dropped onto the ground.</p>
<h3>Filters/Injectors</h3>
<p>Filters/injectors take items from the node behind them and sends them out in front.</p>
<p>Filters/injectors take items from the node behind them and sends them out in front. They only connect to tubes from the front.</p>
<p>Filters/injectors act only when punched, or when activated via a Mesecons signal.</p>
<p>Right clicking a filter/injector brings up an inventory. If items are added to the inventory, only items matching them will be taken from the node behind it when activated. Items that match the first slot on the filter/injector's inventory are always chosen before items in the second slot, which are always chosen before the third slot, etc.</p>
<p>Filters/injectors cannot be dug if they contain any items in their inventory.</p>
@ -162,6 +167,24 @@ img {
<p>When sufficient materials are present in the autocrafter's inventory to craft according to its recipe, the device automatically starts crafting them until it runs out of materials.</p>
<p>Here's how you craft it:</p>
<img src="img/CraftAutocrafter.png">
<h3>Deployers</h3>
<p>Deployers are devices that place blocks as a player would if one were standing at the exact location of the deployer. They connect to tubes only from the back side.</p>
<p>Deployers act only when activated via a Mesecons signal.</p>
<img src="img/Deployer.png">
<p>Right clicking a deployer brings up a form similar to the following:</p>
<img src="img/DeployerForm.png">
<p>The slots in the top of the form are the deployer's inventory, storing materials that are placed when the deployer activates. They are taken in order from left to right, top to bottom. New items can be added here using tube-related devices.</p>
<p>The slots at the bottom of the form are the player's inventory.</p>
<p>Upon activation, a deployer places a node from its inventory into the space directly adjacent to its front side if and only if the space is air. The front side is the face that is fully orange.</p>
<p>Here's how you craft it:</p>
<img src="img/CraftDeployer.png">
<h3>Node Breakers</h3>
<p>Node breakers are devices that dig blocks as a player would if one were standing at the exact location of the node breaker and used a MESE pick. They connect to tubes only from the back side.</p>
<p>Node breakers act only when activated via a Mesecons signal.</p>
<img src="img/NodeBreaker.png">
<p>Upon activation, a node breaker digs the node in the space directly adjacent to its front side if and only if the node is non-liquid, diggable, and not air or unloaded. The front side is the face that has a black mouth-like pattern on a grey background.</p>
<p>Here's how you craft it:</p>
<img src="img/CraftNodeBreaker.png">
<h3>Sand Tubes</h3>
<p>Sand tubes are special tubes that vacuum up free items around it. When an item drops near the sand tube, it is sucked up and sent along the tube.</p>
<p>Sand tubes have an effective radius of 2 meters (nodes). Outside of this sphere, items are unaffected.</p>

BIN
img/CraftDeployer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
img/CraftNodeBreaker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
img/Deployer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
img/DeployerForm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

BIN
img/NodeBreaker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB