Search results

  1. Maxi

    Pre-fill the new-thread template in the KSA Technical Support forum

    If you try to post a new thread in https://forums.ahwoo.com/forums/ksa-bug-reports.15/ the Bug Reports forum already pre-fills new threads with a useful template. The https://forums.ahwoo.com/forums/technical-support.6/ Forum does not prefill anything at all however and i believe that the...
  2. Maxi

    Staging leaves VehicleConfig stale, BurnDuration stuck at 0, Auto-burn disabled,

    Game Version 2026.4.17.4184 Operating System Windows 10 What Happened After staging/(activating a sequence) for the first time the flight computer's BurnDuration stays at "000SEC" for any planned burn, even though the maneuver has a valid delta-v. The Auto-burn button is greyed out with the...
  3. Maxi

    Suggestion: Let thread creators move their own mod threads between "Mod Releases" and "Unfinished Mods"

    Right now, when an Unfinished Mod hits its first release candidate and its first intented playable state, the thread stays in https://forums.ahwoo.com/forums/unfinished-mods.18/ , which make the mod have an reduced visibility to players looking for usable mods compared to...
  4. Maxi

    (Severity LOW): ImGui ID conflict in Transfer Planning window transfer detail panels

    Game Version 2026.4.16.4170 Operating System Windows 10 What Happened When the Transfer Planning window is open after a transfer has been calculated, Dear ImGui shows the "3 visible items with conflicting ID!" error dialog. What Was Expected No ID conflict / error message. Reproduction...
  5. Maxi

    User Interface StageInfo

    StockWith StageInfo Features Per-sequence Delta V, TWR, burn time, ISP info and fuel fraction bar on each Sequence row. Per-stage fuel pool, mass, engine count and decoupler count on each Stage row. Display modes: Auto / VAC / ASL / VAC+ASL / Planning (Planning lets you pick any body in...
  6. Maxi

    Mod Settings API to let mods add configuration UI to the Settings window

    Current problem: The Mods tab in Settings currently only shows enable/disable toggles and load order. If a mod wants to expose configuration to the user, the only option is patching GameSettings.OnDrawUi with a Harmony Transpiler, which is fragile and would conflict if multiple mods try to do...
  7. Maxi

    Gameplay AutoStage

    AutoStage automatically activates the next sequence whenever active engines run out of propellant. Works during auto-burns (continues the burn instead of aborting) and manual burns. Cascades through multiple empty stages if needed. Toggle via the AUTOSTAGE button on the BurnControl gauge...
  8. Maxi

    Login session on https://ahwoo.com/app/100000/kitten-space-agency does not persist across browser restarts

    Intented Behaviour i want to stay logged in to ahwoo.com/app/100000/kitten-space-agency across browser sessions, as one would expect with a 7-day idle timeout / 30-day max session duration as described here...
  9. Maxi

    Extended Login Session Durations for https://ahwoo.com/app/100000/kitten-space-agency

    The Login Session Duration for https://forums.ahwoo.com has been working great so far since you posted https://forums.ahwoo.com/threads/extended-login-session-durations.749/ I visit the forums from time to time and it is frequent enough to always stay logged in. It would be nice if you could...
  10. 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...
  11. 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...
  12. 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)...
  13. 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)...