Space Engineers

Space Engineers

Pas assez d'évaluations
O.I.S. FailSafe
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
Mis à jour le
7.373 KB
12 janv. 2018 à 13h24
12 avr. 2019 à 16h52
6 notes de changement ( voir )

S'abonner pour télécharger
O.I.S. FailSafe

Dans 1 collection faite par Elfi Wolfe
O.I.S. Programing Division
14 objets
Description
O.I.S. FailSafe

FailSafe

Designed to watch another PB and if that PB fails, then FailSafe acts. It does run a "" argument vs the other PB.

READ THIS: Programmable blocks and in-game scripts are now in "Experimental mode" in game that you need to turn on in game options.

Example:
Orbital Station orbiting with thrusters under orbital flight computer. Computer fails and then FailSafe turns all override to 0 and turns on the basic ship dampener.

To set up.
1. (optional) add arguments to programable block custom data. one argument per line
2. Install script in programable block.

You can also preset some settings in custom data of the programable block or pass them in after starting the program using g-menu calling the PB with argument.

Arguments:
reset
gravDriveoverride
thrusteroverride
thrusteron
gyrooverride
dampener
lighton
timerstart
two part arguments:
pbname name
lightname name
timername name

Example Custom Data:
lightname Interior Light failsafe
pbname Programmable block ALM104
thrusteroverride
gyrooverride
dampener
lighton

Last inspected 1.199.020
Last updated 1.190.009
2 commentaires
Elfi Wolfe  [créateur] 15 janv. 2018 à 12h10 
... and no way to start timer /codes more.
Elfi Wolfe  [créateur] 13 janv. 2018 à 10h24 
Added a timer start on failsafe trigger. Then any action not already in script can be in the timer block.