Skip to content

Instantly share code, notes, and snippets.

@fredemmott
Last active July 31, 2025 20:52
Show Gist options
  • Select an option

  • Save fredemmott/979db6e30c0f58003d417a10dfe18c2b to your computer and use it in GitHub Desktop.

Select an option

Save fredemmott/979db6e30c0f58003d417a10dfe18c2b to your computer and use it in GitHub Desktop.
Hypothetical DCS mission JSON for OpenKneeboard
{
"blue": {
"mission": {
"replacesDefaultImages": true,
"additionalFiles": [
"openkneeboard/blue-mission.html",
"openkneeboard/blue-mission.pdf"
]
},
"briefing": {
"replacesDefaultImages": true,
"replacesTextSections": [
"*",
"bullseye",
"LASTE",
"weather",
"situation",
"objective"
],
"additionalFiles": [ ... ],
},
},
"red": ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment