-
Notifications
You must be signed in to change notification settings - Fork 57
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
Bomb aiming reticle not working #92
Comments
Could you confirm with only BDAc in a fresh KSP install if the bomb aiming reticle works or not? I have had no problems with it with only BDAc installed and a confirmation of this on your end will tell us if it's MM causing the issue (which I suspect is the case) |
I can confirm it doesn't work without MM for me at least |
I'm trying to debug this issue by placing some KSPLog.print() invocations into BDArmory code. When plane goes above 140m it is not... It makes me think something happens here and coordinates are no longer relative to ground but relative to plane CoM or something like it, but can't find any clues. Many other things in BDArmory currently very depend in behaviour from altitude too. It seems clear to me this is the source of issue. So, fixing this issue you can fix 90% of other similar issues... :) |
Update: for bombing reticle I've got positive results (working like it should at any altitude) by changing line 1899 of MissileFire.cs to |
@stasikos Thanks for that info. We have seen that 1.2 did change some methods on calculating position that may have affected this. We have also seen that some particle affects were changed. We will test out those changes and let you know what we find |
Looks good to me so far - need to sync the changes with our support branch |
In addition to the fix. I'm going to analyse and refactor all the uses of vessel.rb_velocity. I think we are using this in several places. This issue will be fixed on the next release. Thanks guys. |
I'm going to close this issue because it has been fixed on our support branch and it will be delivered on the next release. |
Bombing improvements
I completely deleted all my mods, uninstalled KSP and did a fresh install of the latest version of KSP on steam. Then, I downloaded the latest version of BD Armory continued from here and the latest version of module manager. With only bare bones BD Armory continued + ModuleManager 2.7.4.dll + KSP, the issue was as follows:
Tested using a stock aircraft with a weapon manager part and a mk 82 bomb attached to the bottom of the fuselage. The bomb aiming reticle, once above a very low altitude, will stay directly straight down below the aircraft. When I first encountered this issue, it was while heavily modded and I thought it must have been another mod that was causing the problem but now with this testing iteration I'm confident that the problem would be reproducible on another system.
The text was updated successfully, but these errors were encountered: