All Projects → CBATeam → Cba_a3

CBATeam / Cba_a3

Licence: gpl-2.0
Community Base Addons for Arma 3

Projects that are alternatives of or similar to Cba a3

LambsDanger
AI enhancement mod for Arma 3
Stars: ✭ 88 (-69.23%)
Mutual labels:  addon, arma3
ACF-3
ACF
Stars: ✭ 37 (-87.06%)
Mutual labels:  addon, mod
Ace3
Open-source realism mod for Arma 3
Stars: ✭ 798 (+179.02%)
Mutual labels:  mod, arma3
PlusTiC
Minecraft mod for adding new tools to and integrating various mods with Tinkers Construct
Stars: ✭ 34 (-88.11%)
Mutual labels:  addon, mod
bLandscapeTools
bLandscapeTools
Stars: ✭ 31 (-89.16%)
Mutual labels:  addon, arma3
VJ-Base
An addon for Garry's mod that contains bunch of bases to make many different types of addons.
Stars: ✭ 57 (-80.07%)
Mutual labels:  addon, mod
Acex
ACE3 Extra misc modules and components
Stars: ✭ 82 (-71.33%)
Mutual labels:  mod, arma3
mts marker
NATO joint military symbols for ArmA 3
Stars: ✭ 14 (-95.1%)
Mutual labels:  mod, arma3
Half-Life-Resurgence
Recreation & expansion of NPCs, entities, and weapons from the Half-Life series into Garry's Mod!
Stars: ✭ 52 (-81.82%)
Mutual labels:  addon, mod
TheseusServices
Private Military Company content mod for Arma 3
Stars: ✭ 16 (-94.41%)
Mutual labels:  mod, arma3
KLH-Threat-Meter-17.35
KTM 17.35, version from DuduSandsten (https://nirklars.wordpress.com/wow/addons-rarecustom-addons-by-other-authors/)
Stars: ✭ 14 (-95.1%)
Mutual labels:  addon
ember-cli-summernote
ember cli addon for summernote
Stars: ✭ 31 (-89.16%)
Mutual labels:  addon
Ember Can
Simple authorisation addon for Ember apps
Stars: ✭ 262 (-8.39%)
Mutual labels:  addon
Lockwise Addon
Take your passwords everywhere
Stars: ✭ 265 (-7.34%)
Mutual labels:  addon
blooket-utility
The most advanced, compatible, and open Blooket utility.
Stars: ✭ 35 (-87.76%)
Mutual labels:  mod
Cathook
Training Software for the game Team Fortress 2
Stars: ✭ 256 (-10.49%)
Mutual labels:  addon
MatterOverdrive-Legacy-Edition
Sci-Fi minecraft mod
Stars: ✭ 35 (-87.76%)
Mutual labels:  mod
recaptcha-2-phpbbmod
reCAPTCHA v2 for phpBB Olympus 3.0
Stars: ✭ 14 (-95.1%)
Mutual labels:  mod
Among Us Sheriff Mod
Among Us Sheriff Mod
Stars: ✭ 261 (-8.74%)
Mutual labels:  mod
addon-mopidy
Mopidy - Home Assistant Community Add-ons
Stars: ✭ 42 (-85.31%)
Mutual labels:  addon

Community Base Addons

Installation

Download the latest version and unpack it in your Arma 3 installation folder. Simply launch Arma 3 with [email protected]_A3 afterwards.

Optionals

To install any of the optionals, simply copy the respective PBOs into the @CBA_A3\addons folder.

PBO Description
cba_cache_disable.pbo Disables CBA's function caching. (Dev Tool)
cba_diagnostic_disable_xeh_logging.pbo Disables all additional XEH RPT logging.
cba_diagnostic_enable_logging.pbo Enables additional logging (Dev Tool)

CBA Caching

CBA implements a cache for all compile preProcessFile'd scripts and for all XEH events on CfgVehicle classes. This cache is stored in the uiNamespace and is therefore available throughout the whole lifetime of the running game (game start, till terminate game). Each class is only cached once, while mission and campaignConfigfile events are evaluated every mission, but also only once per CfgVehicle class.

The performance gains are seen in feature rich mods like ACE3 which rely heavily on scripting to make their features possible. Some of these functionalities cause long loading times for the game, switching missions, islands and switching from the editor back to the game. At the start of the game functions will be cached and loading times for functions will be comparable with the vanilla game.

cba_cache_disable.pbo is an optional addon that can disable this if you need it. However it makes mods slower by disabling CBA's function and script compilation cache, as well as the XEH cache. It is useful during development, since script changes will take effect without restarting the entire game.

Known Issues

  • CBA Keybindings and Settings require a mission to be initialized to function properly. This includes working in the main menu of Arma 3. Commandline parameters like -world=empty or -skipIntro will cause Keybindings and Settings to work ONLY in-game but NOT in the main menu.

License

Licensed under GNU General Public License (GPLv2)

Any addon which calls CBA-defined functions need not be licensed under the GPLv2 or released under a free software license. Only if it is directly including CBA code in the addon's binarized PBO or redistributing a modified version of CBA itself would it be considered derivative and therefore be legally required to be released under the terms of the GPL. (And there's no reason to ever do either of these.)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].