Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for subgrids #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Support for subgrids #8

wants to merge 1 commit into from

Conversation

Amzd
Copy link

@Amzd Amzd commented Sep 26, 2022

This adds support for subgrids like mentioned in #7

I only tested this on one ship, maybe @mkaito can test this on his setup.

I also had to change this in Program.cs:1539 to make the script run at all

-Runtime.UpdateFrequency |= UpdateFrequency.Update1;
+Runtime.UpdateFrequency = UpdateFrequency.None;

but since I'm not really sure how the | operator works I did not include that in this PR.

@Tom-A-Roberts
Copy link
Owner

Tom-A-Roberts commented Sep 26, 2022

Nice, I'll merge this and update the script on steam when I have a moment. I'll test it on my testing world too.

Best,
Spug

@Amzd
Copy link
Author

Amzd commented Sep 26, 2022

It's actually kinda insane how good this works, seeing how the Remote Control block autopilot can NOT fly this craft. (it can't even reach a waypoint when it's empty)

tH-vgH5G

Shown here docking with a full cargo container (421kL) stone:

https://youtu.be/CQMAq4cWAFI

it overshoots a little bit I think because I have too many thrusters per battery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants