DWAINE Telescience

From Space Station 13 Wiki
Revision as of 15:47, 28 February 2023 by Sacchi (talk | contribs) (relay)
Jump to navigation Jump to search
MechanicNew64.png This page is under construction.
The following information may be incomplete.
You can help by adding missing information or formatting.

Introduction

The DWAINE computer is powerful tool that still surrounded by a lot of mystery. This page aims to teach its user how to operate a Telescience teleport pad.

Scripting

The telesci commands are very repetitive, thus its better if you use scripts to facilitate your job. Either make your own or use existing scripts.

Basic Commands

Access to the teleman requires Super User Access. The program itself is located at /sys/srv/teleman but its easier to work with if its copied to your home directory.

Telepad ID

Every telepad connected to the mainframe has its own ID number which increases sequentially in number starting at 1. The telepad can be referenced by using -p ID. Running teleman without specifying the ID will default to 1.

Setting coordinates

Before using other commands the teleman must be first configured to a coordinate.

teleman -p 1 coords X Y Z sets the teleporter pad coordinates. This process is very repetitive, thus its better

Scanning

After the coordinates are set the telepad is ready to receive commands.

teleman -p 1 scan will scan the coordinate and return to you whether the coordinate you selected leads to an invalid coordinate or not.

TODO: Add scan results

Send

Sends the object or person on the telepad to the configured coordinate.

teleman -p 1 send

Receive

Receives the object or person on configured coordinate to the telepad.

teleman -p 1 receive

Portal

Creates a portal on the telepad linked to the configured coordinate.

teleman -p 1 portal

Relay

A bit different from the other commands, this one doesn't need to have a coordinate configured first.

The relay command attempts to receive from a coordinate X1 Y1 Z1 and send to a coordinate X2 Y2 Z2. It operates as if the user first sends the receive command then the send command.

teleman -p 1 X1 Y1 Z1 X2 Y2 Z2