Space Engineers Programming 101 - Sleepless OS v1.50 - Part 2 (Multi-Screens)

preview_player
Показать описание
Welcome to a new programming series on Space Engineers! In these videos I hope to explain & learn how to create some cool scripts using the programmable block in Space Engineers, I hope you all enjoy it! :)

Steam Script Download Links:

You can get the game on from its website below or from Steam

Disclaimer:
Space Engineers is property of Keen Software House
Рекомендации по теме
Комментарии
Автор

Have you thought that some of your coding problems with the tanks could be because you are in creative mode? Tanks act a little different in creative (they stay filled once filled and othe minor things like that.)

Dukex
Автор

Hi dude, i think, i can help you :)

The Air Vent aren't depresurize, because the oxygen tank is full (100%).

The Stockpile problem:

IMyOxygenTank tank;
bool stockpile =
stockpile = false;
tank.SetValueBool("Stockpile", stockpile);

peterer