Search results

  1. Maxi

    Gameplay Advanced Flight Computer

    AFC v0.3.1 is out: https://github.com/Maximilian-Nesslauer/KSA-AdvancedFlightComputer/releases/tag/v0.3.1 Split into separate mods: AutoStage and StageInfo now live in their own repos and are individually maintained there: AutoStage Github | Forum StageInfo Github | Forum AFC is now focused...
  2. 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...
  3. Maxi

    Gameplay AutoStage

    AutoStage v0.2.3 - AUTOSTAGE button sizing fix Small visual update: the AUTOSTAGE label on the BurnControl gauge panel now fits inside the button properly. No functional changes. Download: https://github.com/Maximilian-Nesslauer/KSA-AutoStage/releases/tag/v0.2.3
  4. Maxi

    Gameplay AutoStage

    @Kiwi Shark fixed :) The UI does not let you make the rectangle wider because it would collide with its neighbors, but i am able to shrink the text. I dont like that the text is smaller than the text in the other buttons but it is better than the text colliding with its buttons boundaries :)
  5. Maxi

    Gameplay AutoStage

    haha yeah i will try to fix it soon-ish :) I am not sure where to place it tbh. It is close to the "Auto(burn)" button and i did squeeze it in the lower half because did not want to make the entire panel bigger just for that one button. I will try to either make the button a bit wider, or the...
  6. Maxi

    Gameplay AutoStage

    StockWith AutoStage
  7. 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...
  8. Maxi

    my game crash will loading

    OK, good to hear! :) Glad it works now!
  9. Maxi

    my game crash will loading

    Hi, What Hardware (and especially GPU) do you have?
  10. Maxi

    Gameplay AutoStage

    AutoStage v0.2.1 - Ignition Delays Previously, AutoStage would fire decouplers and ignite the next stage's engines immediately after the last stage was spent. v0.2.1 adds configurable ignition delays. After staging, decouplers fire immediately but engines wait before igniting, simulating...
  11. Maxi

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

    Update: Rocket already replied in the discord: https://discord.com/channels/1260011486735241329/1260011487905189897/1492898832290418789 " Rocket | CEO, Developer Yep I’m planning to do similar to how Rimworld does it We should have a common framework at least as a base "
  12. 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...
  13. 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...
  14. Maxi

    My game is crashing

    Hey! I'd like to help you but i need a bit more info: 1. Where is the game installed? (e.g. C:\Program Files\... or somewhere else) 2. What's your hardware and Operating System? (GPU, CPU, RAM, Windows/Linux) 3. Check for logs in C:\Users\YourName\Documents\My Games\Kitten Space Agency\Logs\ ...
  15. Maxi

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

    Hi jsmkte, thanks for the Reply. In that case it does seem like i am experiencing unintentional behaviour and just created this Bug report: https://forums.ahwoo.com/threads/login-session-on-https-ahwoo-com-app-100000-kitten-space-agency-does-not-persist-across-browser-restarts.872/
  16. 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...
  17. 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...
  18. Maxi

    Question Hi there! My game wont start up.

    hmm ok, sry but i dont have any more ideas either :/
  19. Maxi

    Question Hi there! My game wont start up.

    The error in "... at Core.KSADeviceContextEx..ctor(Api inApiVersion)" (e.g. the game fails during vulkan render init) could mean that since you have a laptop with both an AMD integrated GPU and a dedicated RTX 3060, the game might be trying to launch on the AMD integrated graphics instead of...
  20. Maxi

    Game crashes immediately upon launch

    The 0xe0434352 exception code is sadly a generic .NET CLR crash, so i cant narrow down the root cause. Here are the only things i have in mind that could help. If they dont we will have to wait for an Dev to reply. 1. Looks like you already disabled Exploit Protection for KSA.exe ? - Open...