Skip to content
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

Missiles performance issues #132

Open
colingeniet opened this issue Aug 9, 2020 · 2 comments
Open

Missiles performance issues #132

colingeniet opened this issue Aug 9, 2020 · 2 comments

Comments

@colingeniet
Copy link
Collaborator

colingeniet commented Aug 9, 2020

With a large (~50) number of aircrafts in range, missiles will often lag (pause in the air) for a small interval (sometimes up to ~1 second). This is particularly noticeable with the Rb 05 due to manual guidance.

I tested the following:

  • Replacing armament.AIM.active[armSelect-1].release(radar_logic.complete_list);
    with armament.AIM.active[armSelect-1].release();
    in Nasal/payload/stores.nas does not help.
@NikolaiVChr
Copy link
Owner

Hmm, thats a lot. I have seen it before but not up to 1 second.
Does the lag kinda match with when it will start guiding from minimum speed?

@colingeniet
Copy link
Collaborator Author

Does the lag kinda match with when it will start guiding from minimum speed?

No, it is very much random from what I experienced.

Btw, I have also confirmed the issue with all kind of other missiles, there is nothing specific to the Rb 05.

@colingeniet colingeniet changed the title Rb05 performance issues ~~Rb 05~~ Missiles performance issues May 28, 2021
@colingeniet colingeniet changed the title ~~Rb 05~~ Missiles performance issues Missiles performance issues May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants