Space Engineers

Space Engineers

评价数不足
Universal Rotor and Piston Sync
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
780.000 B
2015 年 3 月 7 日 上午 9:37
2015 年 3 月 8 日 下午 1:11
2 项改动说明 ( 查看 )

订阅以下载
Universal Rotor and Piston Sync

描述
Use this script to synchronize the reversal of multiple pistons and rotors, which for some reason
isn't currently supported by grouping them???

--Super easy to use, just fill in the code with the name of your group.
--Should work with any (reasonable) number of rotors/pistons
--Very simple code, so shouldn't cause any lag.

Please leave any suggestions/feedback so I can improve this for you guys!

<<NOTICE>>
The original version, which requires the name of each target block, is available at http://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=404924025
热门讨论 查看全部(1)
0
2015 年 12 月 30 日 下午 8:21
possable new script?
Veyrin
9 条留言
Devlah 2018 年 10 月 11 日 上午 10:23 
I do hope you decide to return. This script would be hella useful to a lot of people. Presently it appears that there are only a couple problems compiling:
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1536224489
dichebach 2018 年 9 月 1 日 下午 2:46 
and BTW, if you haven't played Space Engineers for a long time, it might be well worth a come back to it and look. I just started playing it myself recently, but I get the impression many of its older issues have been largely resolved and the game is a much improved version of its younger self.
dichebach 2018 年 9 月 1 日 下午 2:45 
Thats cool. I gave up on your script. The API seems to have changed a lot, and what training/experience I have is in C++, so trying to sort through it all was over my head.

There is a script which CptTwinkie (one of the Keen Devs) pointed me to as an alternative: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1498024844

Currently fiddling with that in Visual Studio.

There is a Discord for keen and a thread where several of the most accomplished scripters hang out: https://discordapp.com/channels/125011928711036928/216219467959500800

Not sure links to discord channels really work or not, but if you use Discord and just search for Keen Software House in one of those sketchy discord lister things you should find it! :steamhappy:
Otter Spotter  [作者] 2018 年 9 月 1 日 下午 2:09 
I honestly haven't played Space Engineers since shortly after making this, but since there's still people actively using it I'll try to look into updating it soon!
dichebach 2018 年 8 月 30 日 下午 8:15 
Trying to get this updated with all the changes to the Keen defined types. Still not getting an error free, but will let you know if I do.
dichebach 2018 年 8 月 30 日 下午 4:52 
I got a mining machine with two long forward facing arms with drills. https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1498024844 Want to program them so that one key (1) causes both arms (mounted on sides of truck) to go up (to a limit of say 35), and one key (2) causes both arms to go down. Not sure this script will do what I need, but seems like I can at least learn a bit about how the in game scripts work and make some progress toward getting my own running.
Phomas 2015 年 4 月 10 日 上午 4:03 
I found it very useful when i was building turrets on my large fighter. Thanks for this script.
Otter Spotter  [作者] 2015 年 3 月 8 日 下午 1:17 
Now just use the group name instead of naming each target block!
Otter Spotter  [作者] 2015 年 3 月 7 日 下午 12:00 
Currrently working on an option to only require a group name instead of having to input each rotor and piston.