Space Engineers
Оценок: 49
Thruster Heat Sink [maybe broken]
   
Наградить
В избранное
В избранном
Удалить
Размер файла
Добавлен
Изменён
3.693 KB
1 июн. 2017 г. в 10:39
24 авг. 2018 г. в 14:41
Обновлений: 17 (просмотреть)

Подпишитесь, чтобы загрузить
Thruster Heat Sink [maybe broken]

Описание
This script is based on the original Idea for a Heat Sink Imitator Script by Riverey and Deer with Beer, but almost every line of the code has been changed

In this script, the Intensity and Radius of the lights will match the Thrust output (in Newton) of your ship, meaning that at maximum thrust, the intensity and Radius will also reach the defined maximum.
The maximum thrust is the combined thrust of the three most powerful sides of your ship.

All Lights can be used (even Spotlights), modded ones most probably too.
The script works with large ships and small ships.
Only lights with the prefix [HeatThrust] will be used by the script, but you can change it in the script.
No prefix means all lights are affected.

By default all thrusters will be considered, but you can let the script check
only for thrusters with the prefix. (the same one as above)
Modded thrusters will most probably work.
->you could for example have one script for each side of the ship with the according side thrusters.
->to do that, just use several progs with a different prefix each.

If the ship does not move at all, the lights will still glow slighty.
Also they will glim slightly for a more natural look.
You can change and disable that though.

No timer needed !
The script will automatically run every tick.

All variables are easily accessible and configurable in the script. (see picture above)

Guide for setting up the script:
1. Load Script into ProgrammableBlock, save & exit
4. Name your lights with the prefix [HeatThrust], e.g. [HeatThrust]InteriorLight1


Комментариев: 53
mistzy 11 мар. 2021 г. в 15:41 
what he said
classicpark 30 июн. 2020 г. в 7:54 
Will this script will be updated
Major Jon  [создатель] 27 сен. 2019 г. в 16:35 
I just got around to acually testing it and it still works for me. It does behave kinda weirdly though and could definitely use an update. I don't really have the time for that right now, so don't expect anything big in the near future.
Zues 26 сен. 2019 г. в 21:56 
Yes it is I started using this script as a bases for building my ships around. Plan out the shape to include the Heat Sink. Ill really be glad once it is back up to snuff
Airborne Elmo 26 сен. 2019 г. в 20:36 
Ah gotcha. Shame it broke. Its a really great script.
Major Jon  [создатель] 25 сен. 2019 г. в 14:05 
That ususually happens when a loop goes on infinitely, unfortunately this means the script is broken for now and I don't really have an easy fix right now. I might rework and redo the whole script at some point in the future though.
Airborne Elmo 17 сен. 2019 г. в 18:42 
Program blocks are saying that the "Execution terminated, script is too complex". Any way to get around this?
Zues 2 июн. 2019 г. в 4:37 
@Jonathan hey bud any progress on the door controllers, just checking in
Zues 6 ноя. 2018 г. в 19:16 
Oh also if it was able to have one script handle multible "groups" [Heat Sink G1], [Heat Sink G2] or [Heat Sink Forward] [Heat Sink Left] just a thought
Major Jon  [создатель] 5 ноя. 2018 г. в 15:09 
pretty cool idea indeed. :D
Im pretty busy with my bachelor thesis for the next couple weeks, but then I could overhaul the script and include that feature.