Skip to content

Releases: ate47/atian-cod-tools

3.1.0

Choose a tag to compare

@github-actions github-actions released this 02 May 20:02
  • acts
    • fastfile
      • more default xhash for bo4
    • gsc
      • add support for vm iw17 and iw18
      • rename bo7 to bo7_16 and use iw18 for bo7
      • fix debug line information generated at the end of a statements block
    • add plugin support
    • hashbrutedb tool
  • acts library
    • logs, tool and fastfile modules
    • fix issue with DllMain still in the .lib file
  • acts dll bo3
    • add dll
    • fix zip reader to accept scriptgdb.zip

3.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 22:52
  • acts
    • fastfile
      • bo7 handler fix
      • repl in fastfile asset tool
    • missing data for bo7 game data
    • some fixes
    • some test tools
    • reshape the common library architecture
  • acts library
    • deploy acts-common as a library (C/C++ compatible)
    • compress, config, gsc, gsc compiler, hash and process modules
  • acts ui3
    • start moving acts nui to ui3
    • widgets
      • bo4/cw runtime errors
      • dll auto injector
      • exe dumper
      • hash

2.22.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 13:42
  • acts
    • fastfile
      • bo7 handler fix
      • deploy missing mw19 handler
      • use for bo3 handler to fix Steam and allow GP version
      • also reduce logs within gsc decompiler calls
    • gsc
      • add support for vm sat16
    • add options to download_hash_index to allow more usage
    • fix allocation problem with cdb files
    • fix issue with idc creation with null scans
    • add Load_Type funcs to bo7_ida tool with better type names

2.21.1

Choose a tag to compare

@github-actions github-actions released this 28 Feb 14:09
  • acts
    • fix gsc compiler divide grammar
    • add support for cdb files

2.21.0

Choose a tag to compare

@github-actions github-actions released this 15 Feb 14:43
  • acts
    • fastfile
      • bo4 handler
        • dump Load_XHash calls
        • remove v1 and v2 handlers code
      • bo7 handler
        • fix scans
        • add ncs hash loader
      • add option to set gsc decompiler format
      • reduce scan load time
      • fix issue with empty fp files with iw decompressor (XGP)
    • custom gsc decompiler formatter
    • add gscdfp tool to dump format
    • add bo7 idc tool for ida
    • remove warnings when loading bad IATs
    • put scan in a separate directory to quickly fix them
    • tool to validate scan directory
    • code refactor and improvements

2.20.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 15:47
  • acts
    • fastfile
      • use hash validation in flexible header (mwiii, bo6 and bo7)
      • fix bo7 dumper
      • -W option to ignore fastfile using regex
      • -l option to reduce the fastfile reader logs
    • exe dumper debug tests
    • add dvar, fnv1a32 and prime to hash scanners
    • tool to create rsa keys
    • allow to add custom rsa keys using the keys_rsa.csv file_
    • refactor some units
    • tool to sort and validate csv hash files for HashIndex

2.19.0

Choose a tag to compare

@github-actions github-actions released this 27 Dec 15:43
  • acts
    • fastfile
      • vg handler (Vanguard)
        • add handler
        • scriptfile, localize, luafile and rawfile unlinkers
        • use xhash to dump scriptfiles
      • mw19 handler
        • add handler
        • scriptfile, localize, luafile and rawfile unlinkers
        • use opaque strings to dump scriptfiles
        • fix crash when DB_ResolvePackedOffsetAddress can't find address
      • bo4 handler
        • add default xhashes
        • entitylist, triggerlist unlinkers
        • wip com_map and gfx_map unlinkers
      • bo4 linker
        • fix ScriptParseTreeForced linker alignment issue
        • add fastfile encryption with custom AES key
      • t78 decompressor
        • add fastfile decryption
        • add bo3 ff1fb decompression
        • add bo3 ff132 decompression
        • add signature check
      • t9 decompressor
        • add fastfile decryption
        • add signature check
        • fix error log message
      • iw decompressor
        • fix vanguard decompression
      • fix issue with asset types being hashed in the data dump
      • fix issue with empty iw patch fastfiles
    • gsc
      • add t7 vm1a pc decompiler/compiler
      • add some t7 vm1a ps4 opcodes
      • add t8 vm34 pc opcodes
      • allow to use filenamespace in jup compiler
    • clumpdump tool to dump bo3 clump containers
    • add xxh32 to hash tool
    • allow to create keys.csv file in acts install to add custom AES keys
    • tools to dump RSA keys
    • fix an issue with string decryption in cod2020
    • some name refactoring
  • ci
    • remove Debug build

2.18.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 21:05
  • acts
    • fastfile
      • bo7 handler
      • bo4
        • characterbodytype and character unlinkers
        • better weapon and weapontunables unlinkers
      • assetlist ids dumper
      • add translation extraction for bo6, bo7 and mwiii unlinkers usable with -t [dir]
    • gsc
      • do not ask platform for bo67 decompiler
    • fix search_gsc when a platform is required

2.17.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 14:00
  • acts
    • fix library loading
    • fastfile
      • disable cold war auto spt platform
      • add soundbank ff unlinker in bo6 handler
      • use json format instead of C format for json dumps
      • add translation option
    • gsc
      • add bo7 to compiler/decompiler
      • force usage of bo6_v1, bo6 and bo7 for vm-iw14 in decompiler
    • fix bo6 and bo7 exe dump

2.16.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 14:13
  • acts
    • fastfile
      • mwiisp handler (scriptfile, rawfile, luafile, stringtable, ddl, scriptbundle, localize)
      • mwii handler (luafile, stringtable, ddl, scriptbundle, localize)
      • mwiii/ sp handlers (luafile, stringtable, ddl, scriptbundle, localize)
      • reduce logs
      • mw19 fastfile decompression
    • fix oodle dll loading