Space Engineers

Space Engineers

36 个评价
Jump Drive API
   
奖励
收藏
已收藏
取消收藏
Type: Mod
文件大小
发表于
更新日期
651.245 KB
2022 年 2 月 12 日 下午 12:52
2024 年 11 月 5 日 上午 7:14
3 项改动说明 ( 查看 )

订阅以下载
Jump Drive API

描述
This mod has been abandoned and will no longer receive any updates

This mod allows scripts to use Jump Drives. Currently, timers can jump to a target but only scripts can set the target.

See the example script here.

API
The Jump Drive can be accessed via terminal actions and properties.
  • ScriptJumpTarget - Vector3D? - Property that stores the target for the ScriptJump action.
  • ScriptJump - Action that jumps to the target coordinates stored in ScriptJumpTarget.
  • AbortJump - Aborts any jump that is currently pending.
  • JumpTarget - Vector3D? - Property to get the target that the user put into the terminal of the jump drive.

Source Code
https://github.com/austinvaness/JumpDriveAPI
19 条留言
ChrisJedi_py 4 月 16 日 下午 1:17 
I got the mod to work. It's a bit difficult to use, but it does indeed work. You need to set the target with a programmable block, and the location needs to be valid. I think there's a minimum distance for jump drives, which may be the problem for most people trying to use this.
Diemar 3 月 14 日 上午 8:14 
Its a shame this was abandoned. It do not seem to work anymore :(
Pegas519 1 月 3 日 下午 6:18 
I must be stupid or something. I can't get anything to jump using either the test script, or a timer. I can only jump using traditional jump command from a flight seat. I play in survival, tried in creative. just cant jump. script have no error message, just does nothing.
RedivusPilot3 2024 年 11 月 6 日 下午 9:30 
its working now and the prototech jump drives works with it as well. i could get up to 5 ships to jump simultaneously. and is there a way to group the drives together to extend the range or is it something i missed? also the unidentified signals don't seem to work so i just copied the coordinates and made a new GPS with it to use the jump. other than those 2 things i will have a lot of fun with this so thanks. :steamthumbsup:
avaness  [作者] 2024 年 11 月 5 日 上午 7:14 
It should be fixed now, let me know if it works
RedivusPilot3 2024 年 10 月 29 日 上午 12:15 
I believe the API isn't compatible with the current version when using the example script i get a message that says invalid property's then it lists all the problems. this API seems pretty good for fleet jumping using the broadcasting blocks so i'm hoping it can be updated
SilverFoxSpectre 2022 年 12 月 10 日 上午 2:38 
Is there a script or other method in which the auto jump can simply go straight forward as per default? I'm making a sequenced jump for a carrier where one button closes all hatches and such, plays some warning sounds, and then after about a minute or two actually jumps.
Krypt 2022 年 9 月 27 日 上午 5:53 
Sorry, not tested yet. But I can say, it jumps successfully if the detected object is a static grid
avaness  [作者] 2022 年 9 月 15 日 下午 1:21 
You wont see new toolbar actions on anything except button panels, timers, and scripts.
avaness  [作者] 2022 年 9 月 15 日 下午 1:20 
Does it work if you use the example script I provided?