Space Engineers

Space Engineers

Not enough ratings
SpotJump
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
3.800 KB
2 Apr, 2019 @ 8:55pm
12 Feb, 2020 @ 10:06am
3 Change Notes ( view )

Subscribe to download
SpotJump

Description
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 Comments
Sherbert  [author] 18 Mar, 2021 @ 10:13am 
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 @ 8:54am 
You sure it still works ? I am getting an exception.
Sherbert  [author] 12 Jul, 2020 @ 8:34pm 
Just tested it. Its still working. if you have any issues let me know
Q 12 Jul, 2020 @ 7:12pm 
this still working? if not, do you happen to know what broke?
Vorg 28 Apr, 2020 @ 7:04pm 
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  [author] 28 Apr, 2020 @ 1:38pm 
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 Apr, 2020 @ 4:54pm 
Can't seem to get this to target asteroids. I picked up a station but didn't jump
Sherbert  [author] 12 Feb, 2020 @ 5:25pm 
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  [author] 17 Apr, 2019 @ 11:25am 
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 Apr, 2019 @ 9:47pm 
would be great :)