Skip to content

v1.4.1

Choose a tag to compare

@JeanStiletto JeanStiletto released this 17 Jun 07:49
· 65 commits to main since this release

Fixes for game update 2026.60 (provider API changes):

  • Rules/ability text reads again — IAbilityTextProvider was refactored (GetAbilityTextByCardGrpIds / GetKeywordText); resolve the method by name instead of "first string(uint) method".
  • Card names in the deck details popup (and other grp-id name lookups) read again — ICardTitleProvider.GetCardTitle gained a skinCode param; resolve it by name + uint first arg instead of an exact signature match.

Verification (SHA256):

  • AccessibleArenaInstaller.exe: e761d36326941e7e240506589f9985d224055235432cd822cacc223905ec662c
  • AccessibleArena.dll: 069fb781bdc5a3a90e7218b4966fc80d2780e3418582f2f3ed8589b34ee3d933

Verify in PowerShell with Get-FileHash <filename> -Algorithm SHA256 or in Command Prompt with certutil -hashfile <filename> SHA256.