Skip to content

CBA_A3 v2.4.1.160606

Compare
Choose a tag to compare
@commy2 commy2 released this 06 Jun 16:08
· 2223 commits to master since this release

This is a hotfix release to resolve issues in 2.4.0.

CHANGE LOG SUMMARY:

  • CHANGED: Help module will display pretty name of addons if available (#365) commy2
  • FIXED: Capitalization of paths referenced in preprocessing (#343) Killswitch
  • FIXED: 'author/' is not a value; Note: Many other mods still cause the same issue (#345) commy2
  • FIXED: XEH preInit no longer executed after returning from 3DEN after 1.60 hotfix (#349, #350) commy2
  • FIXED: meta.cpp file was lost in limbo (#354) bux578, Killswitch
  • FIXED: XEH broken on Taru Pods (#355, #358) commy2
  • FIXED: Placing certain units in 3den-Editor would create a dependency for Extended Event Handlers (#365) commy2
  • FIXED: Broken optional parameters handling in CBA_fnc_taskPatrol(#360) Wired-Tiger
  • FIXED: Locality and parameter quoting issue in CBA_fnc_searchNearby (#366) Cuel

Change log for CBA v2.4.1

KNOWN ISSUES:

  • The old keybinding bug. Some CBA keybinds might not appear in the controls menu. While the script error was fixed, we are still working on a solution to make even corrupted profile key entries appear.
    The easiest currently known workaround is to create a new user profile.
  • A potential crash on missions longer than 5 hrs. RPT logs are appreciated.
  • Two missing string table entries are shown several times in the game's RPT log:
String STR_CBA_FORMAT_NUMBER_DECIMAL_POINT not found
String STR_CBA_FORMAT_NUMBER_THOUSANDS_SEPARATOR not found
  • Addon cba_ui requires addon a3_ui_f_data causing problems with pre-1.58 (e g Linux/MacOS ports) (#346, #357)