Search results

  1. Maxi

    User Interface MeasureTools

    Thank You! 😁
  2. Maxi

    Solved Collision physics on the ocean are bouncy like a trampoline

    i marked this as "Solved" since i can no longer reproduce it in version 2026.6.8.4680
  3. Maxi

    Solved game not opening

    Thank you for the logs. I honestly believe that we did not have such an error before. The game crashes in CommonBufferValues.Init, which runs at the very start of startup right after the renderer is created, before the loading screen or the graphics setup popup even appear and the main graphic...
  4. Maxi

    Solved game not opening

    ok good, the specs of your PC are enough to run KSA :) What are the contents of the (event) logs? There should also be an .Net Runtime error somewhere nearby like this: Please send the logs of both
  5. Maxi

    Solved game not opening

    1. what hardware do you have? If you dont know it you can check using the windows search bar -> search "Settings" -> go to "System" -> go to "About" 2. Check for logs in C:\Users\YourName\Documents\My Games\Kitten Space Agency\Logs\ Does the directory exist? If yes: what are the contents of...
  6. Maxi

    Imitation Station

    i love this!
  7. Maxi

    Question Interstellar vs. Colonies

    Colony Simulation is one of the most exciting features in my opinion too, but i am curious about the devs plans based on Deans comments. As far as i know they are definitely planned but i am curious about the scope. In terms of interstellar travel i know that the code is already really close...
  8. Maxi

    Why isn't KSA opening?

    Thank you for providing the details :) Your Laptop will sadly not be able to run KSA (yet) with the 8GB of RAM being the main bottleneck as KSA needs to load *everything* all at once right now. I recommend checking out the game in a few months again as the devs might have implemented...
  9. Maxi

    Why isn't KSA opening?

    For context @Samuel There are 2 likely causes for your guessing based on your description 1. KSA currently needs to load all Textures into the VRAM of the GPU. If there is not enough VRAM, KSA will crash. The Solution is to use lower graphics settings. 2. Some AMD GPUs currently have issues...
  10. Maxi

    Why isn't KSA opening?

    Thanks :)
  11. Maxi

    Why isn't KSA opening?

    @Kiwi Shark could you please move this to the Technical Support forum? :) @Samuel we are going to need to get more details in order to troubleshoot this. 1. What's your hardware? (GPU, CPU, RAM)? If you dont know it you can check using the windows search bar -> search "Settings" -> go to...
  12. Maxi

    Gameplay Advanced Flight Computer

    AdvancedFlightComputer v0.4.5 Required for KSA 2026.6.6.4601 KSA 2026.6.6.4601 added a leading out bool errorsEncountered parameter to FlightPlan.ComputeCompleteTrajectory (the game's orbital math now logs invalid parameters instead of throwing). The multi-pass planner calls this method...
  13. Maxi

    User Interface MeasureTools

    MeasureTools adds click-to-measure ruler and protractor tools to Kitten Space Agency's map view inspired by @Nova 's Suggestions-forum Post in the discord: https://discord.com/channels/1260011486735241329/1511494698517266543 . Measure straight-line distances between planets, vehicles, points...
  14. Maxi

    Solved Collision physics on the ocean are bouncy like a trampoline

    Game Version 2026.6.3.4568 Operating System Windows 10 What Happened I just loaded the game -> deorbit -> disable engine before impact -> trampoline. It does seem to be more easily replicable if you are using timewarp and if the rocket is at speeds where it would be destroyed once "rockets can...
  15. Maxi

    Solved Flight UI tooltips appear over other windows

    I can replicate those findings too
  16. Maxi

    User Interface DeltaVMap

    DeltaVMap v1.1.0 - Cleaner labels at overview zoom Changes Map labels now sit on a dark background plate, so transfer and ladder lines never make text unreadable Zoomed out, each body shows one short name label (Saturn) instead of one label per rung; zooming in restores the full labels Far-out...
  17. Maxi

    Gameplay Advanced Flight Computer

    AdvancedFlightComputer v0.4.4 Required for KSA 2026.6.3.4568 KSA 2026.6.3.4568 added two parameters to the Vehicle.UpdateFromTaskResults method this mod hooks. Update is mandatory on this game version and above; without it multi-pass burn execution silently stops advancing. Changes Update the...
  18. Maxi

    User Interface StageInfo

    StageInfo v0.4.2 Required for KSA 2026.6.3.4568 KSA 2026.6.3.4568 added two parameters to the Vehicle.UpdateFromTaskResults method this mod hooks. Update is mandatory on this game version and above; without it the mod silently disables (no stage info panel or burn-duration correction). Changes...
  19. Maxi

    Gameplay AutoRemoveFinishedBurns

    AutoRemoveFinishedBurns v0.1.9 Required for KSA 2026.6.3.4568 KSA 2026.6.3.4568 added two parameters to the Vehicle.UpdateFromTaskResults method this mod hooks. Update is mandatory on this game version and above; without it the mod silently disables and finished burns are no longer removed...
  20. Maxi

    release notifications

    Hi, I agree that email notifications would be great too. In the meantime you can also get notified by the "version-history" channel on the official discord: https://discord.com/channels/1260011486735241329/1406840455093682258 It does publish the changelog and Window/Linux deployments on each...