-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature request: add presence for cqc #24
Comments
Now it is impossible because EDMC don't pass any events when you are in CQC, so we have to hope that |
yes, using the music tracks is a way to check if the cqc is running: |
Thanks for the feature request. I will need to test out the above methods and see what fits the best and if they are reliable I will add this feature |
Since |
There is no right way to see if player in cqc from game journals. But I can suggest a few indirect ways:
LoadGame
event withoutShip
field happening on enter in cqc from main menu (can be used to detect enter in cqc)Music
event with"MusicTrack":"MainMenu"
happening when exit from cqc to main menu (can be used to detect exit from cqc)The text was updated successfully, but these errors were encountered: