Space Engineers

Space Engineers

Evaluări insuficiente
O.I.S. Lidar Rangefinder
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Etichete: other_script
Dimensiunea fișierului
Postat
Actualizat
408.159 KB
17 dec. 2016 la 12:52
3 febr. 2022 la 14:22
22 notițe privind schimbările ( vizionare )

Abonează-te pentru a descărca
O.I.S. Lidar Rangefinder

În 3 colecții create de Elfi Wolfe
Orbital Industrial Services, O.I.S.
47 obiecte
Orbital Industrial Services, (O.I.S.) Lidar Division
13 obiecte
O.I.S. Programing Division
14 obiecte
Descriere
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://steamproxy.net/sharedfiles/filedetails/?id=321977978
http://steamproxy.net/sharedfiles/filedetails/?id=514055588

Last Reviewed 1.199.020
Last Updated 1.199.020
Discuții populare Vezi toate (1)
6
25 dec. 2016 la 13:05
Bug Reports
Elfi Wolfe
65 comentarii
Herboren 16 aug. 2023 la 9:23 
Instructions are terrible, please re-write this to make more sense.
Veratisu 5 aug. 2023 la 6:46 
Is there a video guide for setting up the programmable block in GPS saving mode?
Elfi Wolfe  [autor] 6 apr. 2021 la 0: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 5 apr. 2021 la 21:39 
Can this do distant planets, or are they not detectable by raycasting?
DontFollowOrders 4 febr. 2021 la 12:40 
Ohhhhhhh that makes sense, thanks
Elfi Wolfe  [autor] 4 febr. 2021 la 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 4 febr. 2021 la 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 10 oct. 2020 la 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.
Elfi Wolfe  [autor] 19 sept. 2020 la 16:02 
I will check to see if it checking LCD for same grid or same construct.
thoguht mcdanger 19 sept. 2020 la 7:33 
Same issue as Kittamaru. Is there a way to get an LCD on a subgrid to show the results of the lidar?