Skip to content

TelecommunicationDishModule

dani0105 edited this page Oct 2, 2022 · 3 revisions

Telecommunication Dish Module

Last Update: 01/10/202

Description

This module is used for the ARPANET function. It will block your rocket if the module is not connected to the ARPANET network.

Implementation Requirements

In this section I will explain what module you need to implement in your part for a correct operation.

Variables Module

It is necessary to add a couple of variables for a correct operation. The following table will show the variables you need.

Variable Save Type Description
flow_rate [x] Double It is used to control resource drain.
state [ ] Double It is used to handle animations.
target_state [ ] Double It is used to handle animations.
isOn [x] Bool Save if the antenna is on or off

Flow Module

Telecommunication Module needs to implement electricity from Electricity Part Pack.

Imgur

Part Component

In the part component it is necessary to add an empty OnParts.

Imgur

Clone this wiki locally