Space Engineers

Space Engineers

45 个评价
Raycast Target Painter
   
奖励
收藏
已收藏
取消收藏
Type: Blueprint
Mod category: Exploration
文件大小
发表于
更新日期
848.904 KB
2017 年 7 月 30 日 上午 9:34
2018 年 4 月 8 日 上午 8:55
5 项改动说明 ( 查看 )

订阅以下载
Raycast Target Painter

描述
Simple ship to get GPS Coordinates via Camera Raycast.

This is a Vanilla Build. NO MODS are required.



How To Use

1) Press Button #1 to perform Raycast.
2) Left Panel shows the Target Info if raycast hits a target.

3) Go to "Custom Data" of "Target Panel" to get GPS Coordinates.

4) Use #5 and #6 to Decrease and Increase the scan distance.



Inter-Grid Communications To Send GPS To Remote Missile Sites

Now this Target Painter allows sending GPS coordinates to Remote Missile Sites.


Setup Remote Missile Site

Ensure the Remote Missile Sites have the latest Launch Control Script installed (v4.0 and above), with this below following additional line in the Custom Data of that Launch Control Script's PB:

listenerId=LAUNCHSITE

Also ensure the Remote Missile Site have an Antenna with the Assigned Programmable Block selected as the PB of the Launch Control Script.


How To Send GPS And Trigger Remote Launch

1) Ensure the Antenna named [A] on the Target Painter has sufficient range to reach your Remote Missile Site.

2) Using the Target Painter, raycast to paint a GPS location (See How To Use section for details).

3) Press Button #8 to Send GPS Coordinates.


Specific Site Selection

On the Target Painter's Send GPS Computer PB, the Argument field is populated with LAUNCHSITE keyword. This keyword is in sync with the listenerId configured on the Launch Control Script PB's Custom Data. Change both these values to configure different sites for launch selection.
34 条留言
WardenWolf 10 月 11 日 下午 1:14 
Will confirm, a simple paste into Notepad and a Replace All of WritePublicText with WriteText fixes it. It takes just a few seconds to do and this script is good as new. To anyone who wants to use the script on their own ship, the command to get GPS is SCAN (case-sensitive). Note that this script only looks at exact block names, not "tags" (strings within the block name), so make sure your block names exactly match the variables.
Faron 2024 年 10 月 31 日 上午 6:17 
Hey Bud, the WritePublicText Method seems to be called WriteText now. Easy fix! Just in case you'd like to update this
Alysius  [作者] 2020 年 5 月 19 日 上午 2:17 
Super old script, need a refurbish before it can work.
D347HM4K3R 2020 年 5 月 18 日 下午 12:01 
I have subscribed to download, but the script does not install.
Is there an issue with the file?
Kyr 2020 年 3 月 7 日 下午 1:15 
#8 appears to be broken...

Error: 'IMyRadioAntenna' does not contain a definition for 'TransmitMessage'
WardenWolf 2019 年 5 月 8 日 下午 12:00 
Yeah, but even then, just a short guide giving commands and syntax would be great. I've got my older version on my Guideline missile launcher and Spy Satellite that I tweaked over a year ago, but by now I've forgotten how I got it working.
Alysius  [作者] 2019 年 5 月 8 日 上午 1:16 
Ya maybe can be a suggestion to Keen for the tooltip displaying Arguments
Spite 2019 年 5 月 3 日 上午 3:31 
I second what WardenWolf says! really enjoying the LiDAR missile shenanigans, but currently I'm using Blargmode's Fancy Ruler to get the GPS co-ordinates, since I have no idea how to set up a script like this
WardenWolf 2019 年 4 月 14 日 上午 10:19 
Alysius, we really need proper documentation for this on how to use it on our own creations. The biggest problem is SE doesn't let you see the argument for commands already in the toolbar, so we really need a guide to figure out how to use it properly. Any chance you could document it for us? Thanks.
WardenWolf 2019 年 3 月 26 日 上午 9:56 
Okay, so I no longer have to maintain my adapted version. Now I just need to figure out how to set up inter-grid communication from my spy satellite to my launch vehicle.