Search results

  1. JPLRepo

    Game crashes when blasting thrusters while landed on moon.

    Very little can be done with very little information supplied. Please refer to the guidelines for reporting bugs. https://forums.ahwoo.com/threads/bug-reporting-guide.69/
  2. JPLRepo

    Loading save errors

    Yep. Currently working on the save/load game functionality. Expect it to break all your saves once I have done that work.
  3. JPLRepo

    The game crashes when attempting to attach an UI element outside of the game's window

    The detaching of UI elements is bugged since we upgrade imgui. It is on our list.
  4. JPLRepo

    Editor behaves incorrectly in windowed mode (detached panel, no drag, highlight stuck)

    What you are describing is very much a work in progress developer tool. It is not expected to be an end user UI editor. That is why is it in the DEBUG menu.
  5. JPLRepo

    GTX 1050 crashing after loading screen, out of memory

    Yep as a bare minimum you need 4GB of VRAM
  6. JPLRepo

    Parts do not connect in editor on game start

    This is because it hasn't been built yet. Not a bug per-se for now. It is very much a Work in progress
  7. JPLRepo

    When double clicking on a PLANET's orbit game crashes

    Ok, a fix for this issue will be in the next public build.
  8. JPLRepo

    Vehicle splitting and creation is now kinda a thing!

    The editor is still very much a work in progress. Anything I write will be out of date tomorrow. Also the attached nodes work is still very much under construction. As soon as we have something a bit more complete and stable will put something together.
  9. JPLRepo

    When double clicking on a PLANET's orbit game crashes

    Ok I have trapped the error now. Will work on a fix. Thanks for all the info all.
  10. JPLRepo

    [minor issue] patched conics(?) don't align with celestial objects

    I have a fix for this. Will be in the next public build. Pic showing before and after fix.
  11. JPLRepo

    Vehicle splitting and creation is now kinda a thing!

    In the latest build you can now create new vehicles:So to create new vehicles. you have to start with editing an existing vehicle in the game. I've also added a new hotkey "Shift-E" to make it easier to open the dev vehicle editor tol. Then drag parts off.. or even add new ones etc. For each...
  12. JPLRepo

    When double clicking on a PLANET's orbit game crashes

    Yeah not seeing that here. So perhaps if you could post the errors you are seeing.m
  13. JPLRepo

    Cheat console?

    there is no inifinte fuel. But you can type "refill <vehiclename>" into the console (access via "\" key) to refill a vehicle.
  14. JPLRepo

    Solved Bug with maneuvers, reproduction ended in KSA crashing

    Believe I have fixed this, please try the next build and let me know if it's still happening after that.
  15. JPLRepo

    Hunter has no collision with the Moon

    Correct. Hunter does not collide with anything currently.
  16. JPLRepo

    [minor issue] patched conics(?) don't align with celestial objects

    Yes this is simply due to the enormously large orbits at further and further distances from the sun and that the points for the orbit lines are finite. We could certainly add more and more points, but this reduces performance. There is a plan to revisit how the orbit lines are drawn at a later date.
  17. JPLRepo

    Question Thrust shutting down in map view

    not a bug as such. It is because in map view by default you are not controlling your vessel. If you hit Tab in map view it will control your vessel
  18. JPLRepo

    Game doesn't pause when clicking Slash

    ah i see the confusion. "/" resets the sim speed to default speed (which is 1) but the text in the key bindings UI is wrong and says Set sim speed to zero. Will fix this.
  19. JPLRepo

    View>Debug>Statistics window can't be dragged/moved

    That is correct. It is the very first UI window built in the game and is a debug window.
  20. JPLRepo

    When double clicking on a PLANET's orbit game crashes

    Which is actually totally valid. So no idea what you are doing wrong here. Need detailed steps.