Stationeers Let’s Play mit Sou7ution
► ALLE FOLGEN: https://www.youtube.com/playlist?list=PLR62-uP0Vmq8ISxMPi47ZvzFbJdVSwzb0
► Steam: https://store.steampowered.com/app/544550/Stationeers/
► Offizielle Seite: https://rocketwerkz.com
► 1. Mars Base von mir im Steam Workshop:
https://steamcommunity.com/sharedfiles/filedetails/?id=2563063325&searchtext=sou7ution
Stationeers lässt dich in die Hülle eines Astronauten schlüpfen. Auf diversen Planeten nimmst du die Herausforderung an deine eigene Station aufzubauen. Komplexe Atmosphären, elektrische Schaltkreise, Manufakturen, Agrarwirtschaft sowie Gravitation erfordert deine ständige Aufmerksamkeit und Voraussicht. Erschaffe komplexe Schaltkreise und programmiere die IC-Chips nach deinen Vorstellungen. Alles ist möglich in Stationeers. Wirst du es schaffen zu überleben?
► Discord: https://discord.com/channels/881590123932823682/881610563560554517
► Instagram: https://www.instagram.com/sou7ution/
► Facebook: https://www.facebook.com/himmel.erde.16
► Facebook Gruppe: https://www.facebook.com/groups/3955557717885877
► YouTube: https://www.youtube.com/channel/UCU5mlwdrWMAcTbdqfcfg4EQ
► Steam: https://steamcommunity.com/profiles/76561198124039611/
► Steamgruppe: https://steamcommunity.com/groups/sou7army
Copyright 2022 by Sou7ution
#stationeers #gameplay #deutsch
source
könntest du mal die scrips von allen immer unter deinen vidios verlinken das were schön weil ich das silo script haben wolte
IC10 Skript SILOERZAUSGABE:
alias Silo1 d0
alias Btn1 d1
alias Silo2 d2
alias Btn2 d3
alias Silo3 d4
alias Btn3 d5
alias tmp r0
alias out1 r1
alias out2 r2
alias out3 r3
alias exp1 r4
alias exp2 r5
alias exp3 r6
Start:
l tmp Btn1 Setting
add out1 out1 tmp
l tmp Btn2 Setting
add out2 out2 tmp
l tmp Btn3 Setting
add out3 out3 tmp
l exp1 Silo1 ExportCount
slt tmp exp1 out1
s Silo1 Open tmp
bgeal exp1 out1 Clear1
l exp2 Silo2 ExportCount
slt tmp exp2 out2
s Silo2 Open tmp
bgeal exp2 out2 Clear2
l exp3 Silo3 ExportCount
slt tmp exp3 out3
s Silo3 Open tmp
bgeal exp3 out3 Clear3
l tmp Silo1 Quantity
seq tmp tmp 0
#s Btn1 Lock tmp
l tmp Silo2 Quantity
seq tmp tmp 0
#s Btn2 Lock tmp
l tmp Silo3 Quantity
seq tmp tmp 0
#s Btn3 Lock tmp
yield
j Start
Clear1:
s Silo1 ClearMemory 1
move out1 0
j ra
Clear2:
s Silo2 ClearMemory 1
move out2 0
j ra
Clear3:
s Silo3 ClearMemory 1
move out3 0
j ra