Space Engineers

Space Engineers

Not enough ratings
Verbessertes Codesystem
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
463.993 KB
19 Dec, 2020 @ 3:26pm
8 Mar, 2021 @ 6:36am
2 Change Notes ( view )

Subscribe to download
Verbessertes Codesystem

Description
Picture 1 does not include the effects of T9.


The code system is structured in such a way that you can make a mistake once (then you have to enter the code from the beginning), if you type the code incorrectly a second time, the system deactivates itself.

Whatever you want to activate, open etc. after successfully entering the code you have to define in "T11 |Auführender Block".




Definitionen:
T = Timer Block
TN = trigger now
(AD) = Anfangs Deaktiviert

Funktionen:

Zahl 1: Deactivate T2; TN T-Zahl-1-Doppelsicherung-1; TN T-Zahl-1-Doppelsicherung-2;
Zahl 2: Deactivate T4; TN T2; TN T-Zahl-2-Doppelsicherung-1; TN T-Zahl-2-Doppelsicherung-2;
Zahl 3: Deactivate T6; TN T2; TN T4; TN T-Zahl-3-Doppelsicherung-1; TN T-Zahl-3-Doppelsicherung-2;
Zahl 4: TN T2; TN T4; TN T6; TN T7;
T2: TN T9; TN T10;
T4: TN T9; TN T10;
T6: TN T9; TN T10;
T7: TN T8;
T8: TN T13;
T13: TN T9;
(AD) T9: Stop/Deactivate Zahl1-Zahl4/T2-T8/T10-T13/TZ1D1-TZ3D2; Activate/TN T9;
T10: Activate T9/T2/T4/T6; Stopp T7/T8;
T11: TN OVERWRITE; Activate/Start usw.;
(AD) TZ1D1: TN DT1D/T9/T10;
TZ1D2: Activate TZ1D1;
(AD) TZ2D1: TN DT1D/T9/T10;
TZ2D2: Activate TZ2D1;
(AD) TZ3D1: TN DT1D/T9/T10;
TZ3D2: Activate TZ3D1;
DT1D: Deactivate TZ1D1/TZ2D1/TZ3D1;
OVERWRITE: Activate/Stop Zahl1-Zahl4/T2-T8/T10-T13/DT1D; Deactivate/Stop T9; Activate/Stop TZ1D2-TZ3D2; Deactivate/Start TZ1D1-TZ3D1; Overwrite Stop/Activate;
3 Comments
Bi0HazardXIII 21 Dec, 2020 @ 11:07am 
Very well done
Minejokermaster  [author] 21 Dec, 2020 @ 5:16am 
It is a security system that requires the entry of a certain code (you simply have to name the timer blocks zahl1-zahl4 (zahl = german for number)) accordingly (you have to press all four input timer blocks to execute whatever you want). Zahl1, Zahl2, Zahl3 and Zahl4 always remains in the same order.
For example if you rename Zahl1 to 4, rename Zahl2 to 1, Zahl3 to 2 and Zahl4 to 3 would be the code be 4123 (you only have to change the arrangement of the timer blocks on the buttons).
Mr. Pink 21 Dec, 2020 @ 3:28am 
What does this do?