-
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
Lead asisst aimer for fixed guns are broken #75
Comments
Confirmed. Associated log error |
I can get the leading indicator to display by using Radar Lock and Ground turret with "Slaved" turrets enabled. |
@gomker I'm talking about fixed guns like the hidden vuclan or .50 cal browning machine gun. @SpannerMonkey Alright, thanks for the info. |
The notes are more for us to back track the issue in code. It's not very clear how this is triggered for fixed weapons and having a case in which we can make it work will allow us to get there faster. |
@MuricanJeb Just thought of something , since I had not used this feature much , can you tell me how it usually displayed, did it require a radar lock? If so was "slaved turret" enabled? |
@gomker Yes, it required a Radar Lock and Slave Turrets was enabled. I think the reason the AI is good at it is because heavily accurate. |
@jrodrigv I can say during debug the difference in when the leading aimer "greenDotTexture" is not drawn as this check fails. The |
Update, taking out the Kranensbane check fixes the issue and I do not see any ill effects so far. From what I understand Krakensbane checks are about accounting for floating point errors and vessel velocities, not sure why we need it in the code that triggers aimer drawing. |
Nice one. I didn't know what was the Kranensbane check. I will test this solution |
Alright, thanks for helping guys! |
@MuricanJeb Can you try this debug version of BDArmory https://1drv.ms/u/s!AixZLrjtqp-RgqcF97cp8mC2Oqg8CA ? I will wait for your feedback. I have tried the fix suggested by @gomker |
@jrodrigv I have not been able to find anything recent on this, api is very thin and wiki is way out of date , apparently it was implemented in early pre 1.x releases
https://kerbalspaceprogram.com/api/class_krakensbane.html http://wiki.kerbalspaceprogram.com/wiki/API:Krakensbane I can see this being relevant in certain situations |
Issue #77 is corrected by this fix as well in my tests. |
@jrodrigv Sorry for late reply, I didn't get the notifaction. But yes, I will test it right now. |
I am proud to annoce that @gomker s fix worked. Since the problem is solved, I will now close this. |
(You really shouldn't change the title of an issue just because it was fixed. That ruins trying to search for it later. Just saying...) |
@MuricanJeb Yeah, I switched back the title. We cross reference the git commits and pull requests notes for comprehensive change log docs. Github keeps track of it all and it makes for a nice view when checking history of changes, Visual studio even integrates them. I can see who made the changes, when and why. |
Alright then. Now all problems are taken care of here now. |
Since the fix @gomker made worked, the thread is now closed.
The text was updated successfully, but these errors were encountered: