-
Notifications
You must be signed in to change notification settings - Fork 101
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
Added Deceleration Readouts #95
Conversation
Will Read out time and DeltaV to kill surface velocity UNTESTED: I cannot Compile this Thing, get various errors thrown my way
…titude, Slope, Biome). Not Working!!!
Redid Lat/Lon Calculation, the old one was getting me nowhere Problem is: while the Longditude is calculated correctly using these information the Latitude is off. Shouldn't be. will ask for help now.
I now Correctly Calculates Lat, Lon and from That Altitude and Slope. Also the Readouts will turn off when landed/splashed.
# Conflicts: # Assets/Plugins/KerbalEngineer.Unity.dll # Output/KerbalEngineer/KerbalEngineer.dll
Video Demonstartion https://www.youtube.com/watch?v=Q0ZK6VkDYRE |
# Conflicts: # Assets/Plugins/KerbalEngineer.Unity.dll # Output/KerbalEngineer/KerbalEngineer.dll
Updated for 1.2 |
# Conflicts: # Assets/Plugins/KerbalEngineer.Unity.dll # Output/KerbalEngineer/KerbalEngineer.dll
Updated for current version and ready to pull |
Hi, I watched your videos and they look very promising. I don't know how CYBUTEK runs his Repo, but I believe in the interest of avoiding merge conflicts where there are shouldn't, you should probably not change any files but the source files in question. Hopefully that will increase the chances of CYBUTEK merging, because I love the new readouts! |
@fat-lobyte thanks for the offer. I do know how to use console commands in general, however I have never felt the need to use console-git, asI prefer the compforts of GUI for simple tasks. Same goes for git/repo specific files and settings. any help would be appreciated |
No worries :) Here's a good source if you want to learn more about git (it's german because I believe you are a german speaker? ;) ): https://git-scm.com/book/de/v1 I will try to prepare your branch so that it will be easier to merge, and I will notify you when I am done. |
@fat-lobyte Danke! |
Alright, I'm done with the branch editing. You can do the following to get the edited branch:
Further, I would suggest closing this pull request and creating a new one, and selecting the new "deleceration" branch as the head fork. I have some questions and suggestions for your code, but I will ask them on the new pull request :) |
closed in favor of #119 |
Added Deceleration Readouts to Vessel Section. The Basic Idea is like the Suicide Burn, but with the Added bonus of Horizontal Velocity, the ability to do it from Orbit and a lot of additional Readouts like Lat/Lon, Altitude at landing Site, Slope, biome etc.
Closes #93 and #39