Space Engineers

Space Engineers

评价数不足
O.I.S. Lidar Rangefinder
   
奖励
收藏
已收藏
取消收藏
标签: other_script
文件大小
发表于
更新日期
408.159 KB
2016 年 12 月 17 日 下午 12:52
2022 年 2 月 3 日 下午 2:22
22 项改动说明 ( 查看 )

订阅以下载
O.I.S. Lidar Rangefinder

在 Elfi Wolfe 的 3 个合集中
Orbital Industrial Services, O.I.S.
47 件物品
Orbital Industrial Services, (O.I.S.) Lidar Division
13 件物品
O.I.S. Programing Division
14 件物品
描述
O.I.S. RangeFinder.

Basic laser range finder. laser increase 2km range each second.

Arguments: lase, turnon, turnoff, cleangps, rebuild

READ THIS: Programmable blocks and in-game scripts are now in "Experimental mode" in game that you need to turn on in game options.

If using optional GPS text panel
Added feature that if you go to GPS text panel then go to GPS tab all points lased show up.

Basic setup:
Camera fore [Lidar]
Text panel [Lidar]
Programing block

Toolbar
Camera view
run programing block with argument lase

run programing block with argument turnoff
run programing block with argument turnon

Basic Setup for GPS storage
Basic setup:
Camera fore [Lidar]
Text panel [Lidar]
Text panel [GPS]
Programing block
Edit following lines
string shipOrbitalLCDName = "[Lidar]"; (change to "[GPS]";
bool writeGPSToLCD = false; (change to true; )
bool saveGPS = false; (change to true; )

Example ships with it installed.
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=321977978
http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=514055588

Last Reviewed 1.199.020
Last Updated 1.199.020
热门讨论 查看全部(1)
6
2016 年 12 月 25 日 下午 1:05
Bug Reports
Elfi Wolfe
67 条留言
8bit shadow 1 月 10 日 上午 1:22 
works well though instructions are bit confusing so here's a better one:


-Place a:
Camera
LCD panel
Programming block

- Rename the camera you want the raycast to come from to 'anything + [Lidar]' (e.g. range finder [Lidar])

- Rename the LCD panel you want to display the text on to 'anything + [Lidar]' (e.g. range finder infopanel [Lidar]"

- Add the programming block to your hotbar with the 'run' action and the argument: lase
- Add the programming block to your hotbar with the 'run' action and the argument: turnoff
- Add the programming block to your hotbar with the 'run' action and the argument: turnon

--For GPS storage--:
- Place another LCD panel

- Rename the LCD panel you want to display the GPS text on to anything + "[Lidar]" (e.g. range finder gpsinfo [Lidar]"

- In the programming block edit these lines:
string shipOrbitalLCDName = "[Lidar]"; (change to "[GPS]";
bool writeGPSToLCD = false; (change to true; )
bool saveGPS = false; (change to true; )
----
8bit shadow 1 月 10 日 上午 1:21 
Now when in game, on your hotbar;
- Press the turnon button you bound
- Press the lase button you bound
- When the distance is found don't forget to press the turnoff button that you bound

Remember: the raycast will come from the camera, NOT your character. I recommend viewing the camera when range finding.
Herboren 2023 年 8 月 16 日 上午 9:23 
Instructions are terrible, please re-write this to make more sense.
Veratisu 2023 年 8 月 5 日 上午 6:46 
Is there a video guide for setting up the programmable block in GPS saving mode?
Elfi Wolfe  [作者] 2021 年 4 月 6 日 上午 12:48 
It used to be able to detect planets.
It is no longer able to detect planets.
With that removed I should put a range limiter on the raycast.
WJSabey 2021 年 4 月 5 日 下午 9:39 
Can this do distant planets, or are they not detectable by raycasting?
DontFollowOrders 2021 年 2 月 4 日 下午 12:40 
Ohhhhhhh that makes sense, thanks
Elfi Wolfe  [作者] 2021 年 2 月 4 日 上午 7:43 
The camera charges up power to raycast 2km every second.so if you need to raycast 10km, you need to wait for the camera to charge up for 5 seconds.
DontFollowOrders 2021 年 2 月 4 日 上午 2:51 
What is the purpose/meaning of "laser increase 2km range each second?" Does the raycast have a velocity? How am I supposed to utilize this?
thoguht mcdanger 2020 年 10 月 10 日 上午 11:22 
I think I figured out a way using a different mod! The AutoLCDs 2 script has the option to have one screen mirror another, so it may be possible to have the lidar LCD mirrored to an AutoLCD. I haven't tested this, but I have done mirroring other LCD screens okay.