* Update documentation guidelines * Add version info part 1 * Add version info part 2 * Add removed in version to frontmatter and tag testmissions as removed * Add version info part 3 * Seaparate ACE3 and ACEX Features/Framework menus, Add ACEX Headless documentation * Add ACEX support to extract_dependencies.py * Merge useful-functions into frameworks * Move class-names to main menu * Prettify class-names table titles * Fix table of contents on documentation guidelines and tips * Merge mission-tools into frameworks * Merge modules into frameworks * Rename to Frameworks (plural) * Fix capitalization in class-names * Improve wiki menu positioning * Add 'mod' to documentation guidelines * Update frameworks sections description for new content * Update wiki menu descriptions * Fix class-names 4 digit versions * More places for descriptions * Include documentation in PRs if applicable note * Add short ACE3 and ACEX description page, outlining the difference
1.4 KiB
layout | title | description | group | order | parent | mod | version | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
wiki | Check PBOs Framework | Explains how to set-up the Check PBOs system. | framework | 5 | wiki | ace |
|
1. Check PBOs
If you are worried that players haven't updated ACE3 or other mods to the version you're using on the server, you can place the "Check PBOs" module on your map. You can choose one of 3 possible actions that are being executed when a player joins that has a wrong version of ACE3 or another mod:
- Warn once
- Warn permanent
- Kick
1.1 Whitelist
You can make a whitelist of mods that don't have to be on the server or are optional for clients. If you want to use the "Check all addons" option of this module and allow the usage of client side modifications like Blastcore or JSRS, you have to list them here.
The list must be in the following format: ["ADDON1","ADDON2",...]
where the strings are CfgPatches
classes to all PBOs of the optional mod. To figure these out, you can use the scripting command activatedAddons
in the editor while those mods are enabled.
1.1.1 Example 1
Mods: @cyp_pushtohear_a3
Whitelist: ["cyp_pushtohear_a3"]
1.1.2 Example 2
Mods: @BC-Phoenix
Whitelist: ["blastcore_sun", "blastcore_smokecs", "warfxpe", "blastcore_vep"]
1.1.3 Example 3
Mods: @cyp_pushtohear_a3
, @BC-Phoenix
Whitelist: ["cyp_pushtohear_a3", "blastcore_sun", "blastcore_smokecs", "warfxpe", "blastcore_vep"]