Space Engineers

Space Engineers

Thermal Mechanics (see desc)
McCloud Jr 28. juni 2018 kl. 15:02
Programing script for getting the temps
As the title says
< >
Viser 1-15 af 15 kommentarer
Kinesi  [udvikler] 28. juni 2018 kl. 22:54 
Are you looking for a script that takes all the thermal values and outputs them to an LCD?
Lunatic  [udvikler] 30. juni 2018 kl. 3:39 
this should display the ship's temperature in kelvins in the terminal
var temperature = Me.GetValue<float>("GridTemperature"); Echo("Grid Temperature : " + temperature.ToString() + " K");
Sidst redigeret af Lunatic; 30. juni 2018 kl. 3:40
rednas141 30. juni 2018 kl. 7:33 
and that u put into the lcd or in the programmable block?
Kinesi  [udvikler] 30. juni 2018 kl. 12:40 
in the PB inside Void Main();
ronon_dex 27. sep. 2018 kl. 16:24 
how do you collect data from a thruster (because of tempeture reasons actually)
ronon_dex 27. sep. 2018 kl. 16:24 
like the above script but for thruster
ronon_dex 28. sep. 2018 kl. 13:10 
Oprindeligt skrevet af Ensou:
this should display the ship's temperature in kelvins in the terminal
var temperature = Me.GetValue<float>("GridTemperature"); Echo("Grid Temperature : " + temperature.ToString() + " K");
how to make it so that the script takes the override of a thruster and Echos it?
scallas 21. okt. 2018 kl. 11:36 
Is there a way to access the radiators from programmable block / via script.
I would like a program that will turn radiator on and off depending on the temp of the ship.
Cheers
scallas
Georgik  [udvikler] 6. dec. 2018 kl. 14:08 
As rono_dex said, is there a way to find out how much heat certain block generate? That is something really neccessary to be able to handle heat at grid by script.
ronon_dex 31. dec. 2018 kl. 18:42 
kinda,but close enough.
I am a scripter advanced enough to figure it out now,
but 0% modder so Ill have to ask you if the script works
ronon_dex 31. dec. 2018 kl. 18:47 
*realizes heat generated is not detailed info inside blocks*
...
well, crap.
ronon_dex 31. dec. 2018 kl. 18:49 
still need help
because no matter how good scripter,you gotta be a modder in order to answer that question
but what my REAL question was how to make a script that did exactly this:
ronon_dex 31. dec. 2018 kl. 19:00 
void Main() { var thrusterInfo = GridTerminalSystem.GetBlockWithName("Ion thruster").DetailedInfo; var splitInfo = thrusterInfo.Split('\n'); var output = splitInfo[1]; string str = "detailed info at specific line is: "; Echo("info:" + thrusterInfo); Echo("\n\n" + str + output); }

Sidst redigeret af ronon_dex; 31. dec. 2018 kl. 19:01
ronon_dex 31. dec. 2018 kl. 19:03 
Oprindeligt skrevet af Georgik:
As rono_dex said, is there a way to find out how much heat certain block generate? That is something really neccessary to be able to handle heat at grid by script.
but still, please help


Oprindeligt skrevet af ronon_dex:
kinda,but close enough.
I am a scripter advanced enough to figure it out now,
but 0% modder so Ill have to ask you if the script works


Oprindeligt skrevet af ronon_dex:
*realizes heat generated is not detailed info inside blocks*
...
well, crap.
please help
< >
Viser 1-15 af 15 kommentarer
Per side: 1530 50