-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
landvac not working #43
Comments
Hi, can you provide a savegame (before landing)? |
Certainly can. See attached! |
OK, after many many repeated crashes, it appears to be this line here: Line 165 in b25f112
The only way to land safely on Minmus is to set this to Not sure where the original value of |
I have no idea. I'm just a user like you. Tried to dig into the problem, but faced with another error where I spent a few hours with no results :/ When you set the value of |
I’m running into the exact same issue! It works 50% of the time. I have a save point right before I run Anyways, regarding this issue, I believe I found the problem. Setting a low https://github.com/xeger/kos-ramp/blob/master/ramp/landvac.ks#L88 It appears the calculation is not taking into account the I believe the intention of that line is to say the absolute minimum altitude for the final descent should start at 5km up. In this case, I believe the line should read:
The |
Yes, that makes sense. Also a few more changes:
Further possible improvements:
|
If you do change out things to use the ship's bounding box be aware that you don't want to use |
The script is not counting rotating of the body (planet) by its own axis. At the moment it performs calculating all fine, but then... I have no idea how to easily improve that, I have minim background in math and algorithms used there. As a lazy workaround, you can navigate by our own using GUI and then when you are on a suborbital trajectory (after a break) use the script to land. Alternatively, you can google for other landing scripts, if you find a better one, we can try to merge it into the collection. Sorry. |
Hi there,
Been using your library for a few days and I find it one of the most complete set of scripts out there! However, I’m having problems getting
landvac.ks
to work. When attempting to (using any method), my ships get to the stage of the final descent, however, my ships seem to be oriented horizontally (or close to), and therefore the suicide burn is not oriented correctly and my ships crash land (again, horizontally). I’ve mostly attempted this around Minmus. I can’t for the life of me figure out what I’m doing wrong.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: