A collection of useful functionality for mission making All projects are assumed to require at a minimum ACE 3 and CBA. Any additional dependecies will be clearly highlighted in the README file.
- Each script is in its own directory to make it easy to see and take whats needed for any particular script to run.
- Each script should have its own coresponding wiki entry to explain what it does and how to use/customise it.
- Each script should be put into its own directory so that people take take everything from a directory and assume it is required for the afformention script to work.
- Each script should have its own coresponding wiki entry following the existing format.
- The wiki entry must include the following:
- A concise explanation of what the script is. A.K.A what does it do.
- Clear information on how to use the script and how to customise it if able to.
- Any dependencies other than CBA and/or ACE 3 MUST be clearly marked in the additional dependencies section.
- Information about any known issues with the current script.
- If updating an existing script add a concise summary of changes to the changes section of the scripts wiki page.
- If adding a new script, the script should be in a working state and be multiplayer dedicated server compatible.