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

New Events #139

Open
9 tasks
rkusa opened this issue Apr 28, 2022 · 2 comments
Open
9 tasks

New Events #139

rkusa opened this issue Apr 28, 2022 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rkusa
Copy link
Collaborator

rkusa commented Apr 28, 2022

Comparing recent DCS version, I've noticed the following new events that we could add:

  • S_EVENT_BDA = 37
  • S_EVENT_AI_ABORT_MISSION = 38
  • S_EVENT_DAYNIGHT = 39
  • S_EVENT_FLIGHT_TIME = 40
  • S_EVENT_PLAYER_SELF_KILL_PILOT = 41
  • S_EVENT_PLAYER_CAPTURE_AIRFIELD = 42
  • S_EVENT_EMERGENCY_LANDING = 43

    when AI aircraft lands on belly or ditch on water. Support for player will be added later

  • S_EVENT_UNIT_CREATE_TASK = 44
  • S_EVENT_UNIT_DELETE_TASK = 45
@rurounijones rurounijones added the enhancement New feature or request label May 6, 2022
@justin-lovell justin-lovell added the good first issue Good for newcomers label May 8, 2022
@rkusa rkusa changed the title EMERGENCY_LANDING event New Events May 19, 2022
@rurounijones
Copy link
Contributor

rurounijones commented May 26, 2022

Other event IDs that are constantly showing up as unimplemented in production logs.

  • 37 = "S_EVENT_BDA" (Added to the list above)
  • 1048 = ???
  • 1052 = ???
  • 1053 = ???

@rkusa
Copy link
Collaborator Author

rkusa commented Nov 1, 2022

New events since DCS 2.8:

  • S_EVENT_SIMULATION_START = 46
  • S_EVENT_WEAPON_REARM = 47
  • S_EVENT_WEAPON_DROP = 48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants