Stationeers (Sweetpoint Programmierung und Starterbase heizen, kühlen, Manuelle Temp Einstellung)
der IC-10 Code vom Video
alias PAna.Waste d0
alias AcVent.Waste d1
alias Sensor.Gas d2
alias AcVent.room d3
alias LCD.Temp d4
alias Dial.Temp d5
define WandHeizer 24258244
define WandKuhler -739292323
alias Temp.Wert r15
alias AcVent.Mode r14
alias AcVent.On r13
alias Heizer.Work r12
alias Cooler.Work r11
Loop:
jal Read.Temp.Setting
jal Check.Waste.Cool.Pipe
jal Check.Room.Pressure
jal Room.Heizen
jal Room.Cooler
j Loop
Room.Cooler:
l r0 Sensor.Gas Temperature
sub r0 r0 273.15
add r1 Temp.Wert 4
sgt r2 r0 r1
select Cooler.Work r2 1 Cooler.Work
add r1 Temp.Wert 2
slt r2 r0 r1
select Cooler.Work r2 0 Cooler.Work
sb WandKuhler On Cooler.Work
j ra
Room.Heizen:
l r0 Sensor.Gas Temperature
sub r0 r0 273.15
slt r1 r0 Temp.Wert
select Heizer.Work r1 1 Heizer.Work
add r2 Temp.Wert 2
sgt r1 r0 r2
select Heizer.Work r1 0 Heizer.Work
sb WandHeizer On Heizer.Work
j ra
Check.Room.Pressure:
l r0 Sensor.Gas Pressure
sgt r0 r0 35
s AcVent.room Mode 1
s AcVent.room On r0
j ra
Check.Waste.Cool.Pipe:
s PAna.Waste On 1
l r0 PAna.Waste Pressure
slt r1 r0 5000
select AcVent.Mode r1 1 AcVent.Mode
select AcVent.On r1 1 AcVent.On
sgt r1 r0 6000
select AcVent.Mode r1 0 AcVent.Mode
select AcVent.On r1 1 AcVent.On
sgt r1 r0 5000
slt r2 r0 6000
select AcVent.On r1 0 AcVent.On
s AcVent.Waste Mode AcVent.Mode
s AcVent.Waste On AcVent.On
j ra
Read.Temp.Setting:
s Dial.Temp Mode 10
l Temp.Wert Dial.Temp Setting
add Temp.Wert Temp.Wert 20
s LCD.Temp On 1
s LCD.Temp Color 3
s LCD.Temp Setting Temp.Wert
j ra
Other Videos By Game On
Other Statistics
Stationeers Statistics For Game On
At this time, Game On has 32,927 views for Stationeers spread across 143 videos. The game makes up over 3 days of published video on his channel, or 81.11% of the total watchable video for Stationeers on Game On's YouTube channel.