History

Current version

3/8/2026, 10:06:27 PM

Imported from wiki

by tmascroft · 3/8/2026, 9:31:47 PM

Kit (Automated Rocket Salvage)

# Kit (Automated Rocket Salvage)


> **Deprecated:** This item has been deprecated.


## Kit (Automated Rocket Salvage Module)

:::infobox
| Property | Value |
|----------|-------|
| Created With | [Electronics Printer](/wiki/electronics-printer) **Mk2** |
| Cost | 15g [Copper](/wiki/copper), 30g [Steel](/wiki/steel), 20g [Electrum](/wiki/electrum), 15g [Constantan](/wiki/constantan), 20g [Stellite](/wiki/stellite) |

![Kit (Automated Rocket Salvage Module)](Kit Automated Rocket Salvage Module.png)
:::
## Automated Rocket Salvage Module

:::infobox
| Property | Value |
|----------|-------|
| Placed With | [Kit (Automated Rocket Salvage)](/wiki/kit-automated-rocket-salvage) |
| Placed On | Large Grid |

![Automated Rocket Salvage Module](Automated Rocket Salvage Module.png)
:::
### Deconstruction Steps

| Step | Tool | Recovered Item |
|---|---|---|
| 1 | - | [Kit (Automated Rocket Salvage)](/wiki/kit-automated-rocket-salvage) |
| 2 | - | 10 x [Steel Sheets](/wiki/steel-sheets) |
| 3 | - | 10 x [Plastic Sheets](/wiki/plastic-sheets) |
| 4 | - | 10 x [Electronic Parts](/wiki/electronic-parts) |


The so-called Sinotai 'space junk' collector modular is really a high-end automated salvaging unit, purpose designed to interface with the ExMin autonomous rocket. It sweeps the local region of space for wrecks, abandoned ship shipments, and other detritus. As such, it returns a fairly random assortment of items.


The module must be connected to a [Automated Rocket Silo Module](/wiki/kit-automated-rocket-silo) by a properly placed [Automated Rocket Coupling Module](/wiki/kit-automated-rocket-coupling) (Down) or [Automated Rocket Coupling Module](/wiki/kit-automated-rocket-coupling) (Up), in order for the salvage to pass from the collector unit into the silo.


It has two modes - active (1), and inactive (0), which should only be triggered when the rocket has arrived in space and is idle (mode 4).

## Data Network


| Parameter Name | Data Type | Description |
|---|---|---|
| Mode | Boolean | Unknown |
| Lock | Boolean | Unknown |
| ClearMemory | Boolean | Resets internal counters, such as ExportCount, to zero when set to 1. |
| Activate | Boolean | Sets the mode of the module. Set to 0 to stop salvaging, or 1 to begin salvaging. Salvaging should only occur when the [Automated Rocket Automation Module](/wiki/kit-automated-rocket-automation)'s Mode variable is 4 and the CollectableGoods variable is 1. |
| Setting | Float | Unknown |
| Open | Boolean | Unknown |
| On | Boolean | Unknown |


| Output Name | Data Type | Description |
|---|---|---|
| Mode | Integer | The current mode of the module. 0 means idle, 1 means salvaging. |
| Maximum | Integer | Unknown |
| Lock | Boolean | Unknown |
| ImportCount | Integer | Unknown |
| ExportCount | Integer | Unknown |
| Error | Boolean | Returns whether the Salvager is flashing an error. Typically an error will be indicating if the coupler and silo are not correctly configured. (0 for no, 1 for yes) |
| Activate | Integer | The desired activation state. 0 means idle, 1 means salvaging. |
| Setting | Integer | Unknown |
| RequiredPower | Integer | Returns the current amount of power, required by the Salvager, in watts. |
| Ratio | Float | Unknown |
| PrefabHash | Integer | Unknown |
| Power | Boolean | Returns whether the Salvager is turned on and receives power. (0 for no, 1 for yes) |
| Open | Boolean | Unknown. |
| On | Boolean | Returns whether the Salvager is turned on. (0 for no, 1 for yes) |