Space Engineers

Space Engineers

Not enough ratings
O.I.S. Lidar Rangefinder
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
408.159 KB
17 Dec, 2016 @ 12:52pm
3 Feb, 2022 @ 2:22pm
22 Change Notes ( view )

Subscribe to download
O.I.S. Lidar Rangefinder

In 3 collections by Elfi Wolfe
Orbital Industrial Services, O.I.S.
47 items
Orbital Industrial Services, (O.I.S.) Lidar Division
13 items
O.I.S. Programing Division
14 items
Description
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.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=321977978
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=514055588

Last Reviewed 1.199.020
Last Updated 1.199.020
Popular Discussions View All (1)
6
25 Dec, 2016 @ 1:05pm
Bug Reports
Elfi Wolfe
67 Comments
8bit shadow 10 Jan @ 1:22am 
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 10 Jan @ 1:21am 
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 16 Aug, 2023 @ 9:23am 
Instructions are terrible, please re-write this to make more sense.
Veratisu 5 Aug, 2023 @ 6:46am 
Is there a video guide for setting up the programmable block in GPS saving mode?
Elfi Wolfe  [author] 6 Apr, 2021 @ 12:48am 
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 5 Apr, 2021 @ 9:39pm 
Can this do distant planets, or are they not detectable by raycasting?
DontFollowOrders 4 Feb, 2021 @ 12:40pm 
Ohhhhhhh that makes sense, thanks
Elfi Wolfe  [author] 4 Feb, 2021 @ 7:43am 
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 4 Feb, 2021 @ 2:51am 
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 10 Oct, 2020 @ 11:22am 
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.