Skip to content

CBA_A3 v2.3.1.160220

Compare
Choose a tag to compare
@ViperMaul ViperMaul released this 20 Feb 16:51
· 2466 commits to master since this release

This is a hotfix release to resolve some issue created by v2.3.0

It also has some other minor fixes and features included that didn't make the previous release.
One cool new feature is an improvement to the debug console within 3den. The extended debug console increases the size of the text box where you enter code. And also adds the prev and next statement functionality. A small performance boost comes with this hotfix as well.

CHANGE LOG SUMMARY:

  • ADDED: XEH DisplayLoad and DisplayUnload event handlers (#264) commy2
  • FIXED: Wrong order of arguments in Extended_Fired_EventHandlers (#266) (#267) commy2
  • FIXED: Conflict between CBA Events and Help prevents mission from loading (#244) commy2
  • FIXED: Potential script error on mission start (#258) commy2
  • IMPROVED: Performance improvements in Help module (#265) commy2
  • IMPROVED: Delay installing PlayerActions PFEH until first use (#262) PabstMirror
  • IMPROVED: replace PUSH() Macro with pushback (#247) johoko482

Change log for CBA v2.3.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.