Space Engineers

Space Engineers

Gravity Aligner
Viser 11-20 af 27 forekomster
< 1  2  3 >
Opdatering: 7. jan. 2017 kl. 14:49

bug fixes for auto-rescan etc.

Opdatering: 1. jan. 2017 kl. 19:42

BIG update. Total restructure into modules.
Support writing config to CustomData (save command)
load command to reload from customdata after user editing
attempt to avoid changing gyro sliders unless the change is important enough
obtains actual player inputs for yaw! No more fighting the overrides.
major bugfixes
minor bugfixes
cleaning
dusting
spritzing

Opdatering: 17. dec. 2016 kl. 9:37

Doesn't seem to restart after a paste, but hey at least it doesn't crash in the diagnostics!

Opdatering: 16. dec. 2016 kl. 9:23

Hotfix for beta update removal of WritePrivateText

Opdatering: 15. dec. 2016 kl. 14:47

Support for Digi's Loop Computers mod. Cleaned up override behavior. Made limits more flexible. Redid entire main function, all the argument handling, all the save/load, all the survival of reloading world behavior. Much cleaner, works again now! Mostly this is porting all the good limits and cleanup stuff over from Altitude script.

Opdatering: 8. dec. 2016 kl. 15:58

WOOPS I've gone and done it. Grew tired of maintaining two separate codebases, this and the altitude script had deviated so much, that I'd made so much headway with the altitude script lately with the PID support and everything. The altitude script was a newer branch of this script anyway, so long story short, I went ahead and ported over the remaining features the altitude script had long been lacking over to it just prior, then I went through and stripped out all of the parts that were thruster or altitude-related and put it back into this script. So this script is now finally all cleaned up but it's really just a stripped down light-weight version of the altitude script, lacking thruster support. BONUS: now it has a full PID controller on pitch and yaw! And it can have the gyros and other stuff attached to whatever grid you want so long as it's not static. Display auto-detects fontsize for scaling width. Tons other good stuff. Trust me, this is for your own good! Well, for my own good, anyway.

Opdatering: 28. nov. 2016 kl. 11:56

Major update uses TryGetGravityVector instead of calculating planet center manually :)
Also cleaned up obtaining block group. Group name default changed to "Aligner" to ease compatibility with my other script/drop-in-replacement now. Timer block is allowed to be on a separate grid. Can use regular Cockpit instead of Remote Control now. Enjoy!

Opdatering: 18. aug. 2016 kl. 22:10

Fixed broken script caused by reckless devs.

Opdatering: 13. dec. 2015 kl. 19:02

How I went this many days without noticing you can't have multiple ships running this script docked at the same station without interfering with each other, I have no idea! FIXED

Opdatering: 13. dec. 2015 kl. 17:44

minor optimization to number culture formatting setup to avoid a few per-frame per-number string operations, cache at startup