Space Engineers

Space Engineers

49 个评价
Thruster Heat Sink [maybe broken]
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
3.693 KB
2017 年 6 月 1 日 上午 10:39
2018 年 8 月 24 日 下午 2: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 2021 年 3 月 11 日 下午 3:41 
what he said
classicpark 2020 年 6 月 30 日 上午 7:54 
Will this script will be updated
Major Jon  [作者] 2019 年 9 月 27 日 下午 4: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 2019 年 9 月 26 日 下午 9: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 2019 年 9 月 26 日 下午 8:36 
Ah gotcha. Shame it broke. Its a really great script.
Major Jon  [作者] 2019 年 9 月 25 日 下午 2: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 2019 年 9 月 17 日 下午 6:42 
Program blocks are saying that the "Execution terminated, script is too complex". Any way to get around this?
Zues 2019 年 6 月 2 日 上午 4:37 
@Jonathan hey bud any progress on the door controllers, just checking in
Zues 2018 年 11 月 6 日 下午 7: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  [作者] 2018 年 11 月 5 日 下午 3: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.