Space Engineers

Space Engineers

No hay suficientes valoraciones
SpotJump
   
Premio
Favoritos
Favorito
Quitar
Tamaño
Publicado el
Actualizado el
3.800 KB
2 ABR 2019 a las 8:55 p. m.
12 FEB 2020 a las 10:06 a. m.
3 notas sobre cambios ( ver )

Suscríbete para descargar
SpotJump

Descripción
A simple script that uses a camera to raycast an object and sets a jumpdrive to blind jump the correct distance

Control it in 3 lines, put your camera/jump drive names into the script, and display if you want and enable the display tag
/////////////////////////////Sherberts SpotJump Script////////////////////////////
public string camName = "[RayCam]"; //Camera Name
public string jumpTag = "[JumpMain]"; //JumpDrive Name
public string displayName = "[RayDisp]"; //Display Name* Not used if hasDisplay is false

bool hasDisplay = false; //Display toggle. If true uses display
12 comentarios
Sherbert  [autor] 18 MAR 2021 a las 10:13 a. m. 
Unsure. havent used it or looked at it since last july, When im able Ill do some testing see if its broken or not.
AdolfTheAlmond 18 MAR 2021 a las 8:54 a. m. 
You sure it still works ? I am getting an exception.
Sherbert  [autor] 12 JUL 2020 a las 8:34 p. m. 
Just tested it. Its still working. if you have any issues let me know
Q 12 JUL 2020 a las 7:12 p. m. 
this still working? if not, do you happen to know what broke?
Vorg 28 ABR 2020 a las 7:04 p. m. 
I found the targeting hit/miss and more miss then hit. I got it to target 3 roids and then it wouldn't pick up anything. have to do more testing.
Sherbert  [autor] 28 ABR 2020 a las 1:38 p. m. 
it uses the camera's raycast and your crosshairs are not perfectly centered so you might just be missing, especially if your getting info from a station. As to not jumping. it doesnt start the jump for you just sets the jump distance to your targets distance. If your closer than 5km then it sets it to 5km. If your having another issue let me know and ill do my best to address it
Vorg 27 ABR 2020 a las 4:54 p. m. 
Can't seem to get this to target asteroids. I picked up a station but didn't jump
Sherbert  [autor] 12 FEB 2020 a las 5:25 p. m. 
Dont know if this is why it errored but the name variables are not tags they must be the complete name of the block, example wrong: camerea [RayCam] right: [RayCam]
Sherbert  [autor] 17 ABR 2019 a las 11:25 a. m. 
Updated Let Me know if you still have issues or have any feature requests (no I don't know how or see in the api how to put the gps directly into the jump drive)
Luziferius 16 ABR 2019 a las 9:47 p. m. 
would be great :)