-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hooks: rewrite so dct initializes from hooks
It seems DCS has several bugs where scripts in the .miz might be run by the client. To fix this remove the requirement to have mission designers apply the `dct-mission-init.lua` script as a do-script-from-file mission start trigger. It is expected only servers will have the hooks installed and so this should avoid the client side issues. As part of the rewrite the dct hooks dropped support for exporting data about the server. There are several other third-party server monitoring tools/hooks out there that provide far greater capability than the dct hook could provide.
- Loading branch information
Showing
10 changed files
with
652 additions
and
785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.