Search results

  1. Maxi

    Tools Kitten Patcher

    Interesting Project! :) I've been using KittenExtensions (https://forums.ahwoo.com/threads/kittenextensions-v0-4-0-xml-patching-modulemanager-custom-xml-assets.695/) so far and and it already covers quite a bit. XML patching with XPath support, conditional logic, merge operations, custom asset...
  2. Maxi

    Game crashes immediately upon launch

    Please check if this is the same bug as https://forums.ahwoo.com/threads/game-wont-start-help.839/ https://forums.ahwoo.com/threads/permission-issue-crash.266/ https://forums.ahwoo.com/threads/program-not-opening-at-all.492/ Also see my conversation with Astra starting at...
  3. Maxi

    Transfer Planner crashes with "unclassifiable eccentricity: NaN" during LEO to Luna Hohmann calculation

    Hi @JPLRepo , thank you for taking a look at this. Sorry for not updating the Bug report sooner 😅. I've been super busy with exams and have not had much time to play KSA recently, so I couldn't verify / try to reproduce the Bug once newer versions were released to check if this bug report was...
  4. Maxi

    Game wont start... Help

    the error in your Event Viewer points to Windows Defender blocking the game from creating its data folder. It seems like there have been similar issues solved by other users bevore. Checkout the "Similar Threats" section in the forum / the bug report threads in the forum. -...
  5. Maxi

    Game wont start... Help

    Relevant Info from the Discord Conversation starting at https://discord.com/channels/1260011486735241329/1265141847676682240/1485720398145523794 It appears that @Ollie Beaumont does not have an C:\Users\Username\Documents\My Games\Kitten Space Agency\logs directory at all.
  6. Maxi

    Gameplay Advanced Flight Computer

    Today i did add more Maneuver Quick-Tools to the Transfer Planning window. The stock planner only has Hohmann transfers and Circularize. If you want to adjust your periapsis or apoapsis to a specific altitude, or match another object's orbital plane, you have to drag the maneuver gizmo by hand...
  7. Maxi

    Gameplay Advanced Flight Computer

    This evening I played around with adding atmospheric thrust calculation info to my mod (release: https://github.com/Maximilian-Nesslauer/KSA-AdvancedFlightComputer/releases/tag/v0.2.3), because I saw gravhoek's message about the game's TWR indicator (at least in this version) only using vacuum...
  8. Maxi

    Solved Hyperbolic orbit rendering passes through origin (Oumuamua, 2I/Borisov, 3I/ATLAS)

    This was fixed in v2026.2.36.3695 (Revision 3679 "Fixed rogue orbit points being generated for hyperbolic orbits by clamping them to only draw between the asymptote angles avoiding infinity."). Thanks @JPLRepo ! :)
  9. Maxi

    Transfer Planner crashes with "unclassifiable eccentricity: NaN" during LEO to Luna Hohmann calculation

    It looks like (just looking at the Changelog) the Changes done by @gravhoek and @JPLRepo in Version 2026.2.35.3667 might have fixed the Bug with the Changes to Eccentricity, constructor for OrbitData etc.? "Tweaked Static Orbit Constructor from State vectors to accurately handle false...
  10. Maxi

    Transfer Planner crashes with "unclassifiable eccentricity: NaN" during LEO to Luna Hohmann calculation

    I tracked down the root cause of this bug using a diagnostic Harmony mod to investigate the crash path in hope of perhaps saving the devs some time and effort (and of course mainly because i was also curious about how the calculation works :) ). (Full LLM disclosure: Alongside my own brain i...
  11. Maxi

    Transfer Planner crashes with "unclassifiable eccentricity: NaN" during LEO to Luna Hohmann calculation

    @Phil'OS mentioned in https://discord.com/channels/1260011486735241329/1265141847676682240/1475075828735017113 that he also experienced the bug while planning transfers other than LEO -> Luna
  12. Maxi

    Gameplay Advanced Flight Computer

    For context on why the burn time correction matters: the game currently calculates burn duration assuming only your currently active engines will provide all the Delta V. For a single-stage vehicle that's correct, but for multi-stage vehicles it's wrong. It tries to solve the entire burn with...
  13. Maxi

    Gameplay Advanced Flight Computer

    I updated the mod to https://github.com/Maximilian-Nesslauer/KSA-AdvancedFlightComputer/releases/tag/v0.2.0 and it now also: - Shows how much Delta V each stage contributes to a planned burn ("needs X m/s") with a green/yellow/red gradient - Warns when a planned burn exceeds available Delta...
  14. Maxi

    Gameplay Advanced Flight Computer

    I've been working on per-stage info display in a pre-release of my mod (https://github.com/Maximilian-Nesslauer/KSA-AdvancedFlightComputer/releases/tag/v0.2.0-pre.2) The mod now also: - Shows a fuel progress bar on each stage in the Staging window - Displays real-time Delta V, TWR, Burn Time...
  15. Maxi

    Transfer Planner crashes with "unclassifiable eccentricity: NaN" during LEO to Luna Hohmann calculation

    Game Version 2026.2.32.3646 Operating System Windows 10 Pro What Happened While calculating a Hohmann transfer from the default rocket in LEO to Luna, the game freezes completely, becomes unresponsive and then crashes. This occurs during the porkchop plot calculation at varying progress...
  16. Maxi

    Gameplay Advanced Flight Computer

    I've been experimenting with auto-staging in a pre-release https://github.com/Maximilian-Nesslauer/KSA-AdvancedFlightComputer/releases/tag/v0.2.0-pre.1 The mod now: Adds an AUTOSTAGE toggle button to the BurnControl gauge Automatically stages when engines run out of propellant during an...
  17. Maxi

    Gameplay Advanced Flight Computer

    AdvancedFlightComputer is my attempt at improving orbital maneuver planning in KSA. The first (currently implemented) feature enables the Transfer Planner to target interstellar objects on hyperbolic orbits (Oumuamua, 2I/Borisov, 3I/ATLAS, etc.). More features currently planned...
  18. Maxi

    Solved ImGui ID conflict in "Selected Transfer FlightPlan" panel

    Game Version 2026.2.30.3638 Operating System Windows 10 What Happened When viewing a transfer's flight plan details via "Preview Selected Transfer FlightPlan", Dear ImGui shows this error dialog: What Was Expected No ID conflict / Error Message. Reproduction Steps Launch game (no mods)...
  19. Maxi

    Solved Hyperbolic orbit rendering passes through origin (Oumuamua, 2I/Borisov, 3I/ATLAS)

    Game Version v2026.2.30.3638 Operating System Windows 10 What Happened The orbit lines of hyperbolic interstellar objects (Oumuamua, 2I/Borisov, 3I/ATLAS) are drawn through the solar system origin (Sol). The orbit line extends past the hyperbolic asymptote and wraps back through (0,0,0)...
  20. Maxi

    Cannot change email

    Thank you very much @Michael :) It did work.