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

Fix #55: Add ProgressTrackingSpeedBoost #57

Merged
merged 1 commit into from
Jul 13, 2022
Merged

Fix #55: Add ProgressTrackingSpeedBoost #57

merged 1 commit into from
Jul 13, 2022

Commits on Jul 12, 2022

  1. Fix #55: Add ProgressTrackingSpeedBoost

    KSP's stock ProgressTracking evaluates every progress node for every vessel in the universe.
    There are ~19 progress nodes per celestial body, and this can get extremely expensive for mods with a
    large number of bodies or saves with a large number of vessels.
    This tweak only evaluates the currently active vessel and removes the per-body checks which don't
    have any effect, at least in the stock game.
    JonnyOThan committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    e0402c3 View commit details
    Browse the repository at this point in the history