Skip to content

Releases: Scobalula/Cordycep

2.4.1.0

23 Jul 21:03
Compare
Choose a tag to compare

Features

  • Ghosts: Added support for Ghosts handler.
  • MW2019: No longer crashes when loading fastfiles of srv_ map
  • MW2022: No longer crashes when loading fastfiles of map
  • AW: Adapted to the latest version of game.
  • AW MWR: Added support for localized sounds.

Previous Features (Already available)

  • VG: Decrypted localized string.
  • MW2022: Added support for MW2022 beta handler.
  • MW2023:
    • Fixed the issue caused by structure changes of xmodels in MW2023 S3R.
    • Fixed the issue of loaded images.
    • Updated the signature to adapt to MW2023 of latest Battle.net version.
  • MW2022 MW2023: Added bounds checks to prevent crashes.
  • A experimental feature for dumping aliases of fastfiles. (Now only supports MW2023 weapons)
    • Use this line of command: loadcommonfiles loadwc *_av_* loadwc *_aw_* dumpaliases
    • Then you can use loadalias "(weapon name in game)" to load alias you want.
    • e.g. loadalias "BAL-27"
  • Fixed the issue of multi-flags feature.
  • Multiple aliases with the same alias name can now be loaded instead of only one of them before.
  • Added support for UTF-8 path & long path.
  • Fixed IAT of handles so that they can load imported functions from game dlls.
  • Multiple aliases with the same alias name can now be loaded instead of only one of them before.
  • Sorted out the configs and cleaned up redundant signatures.

Full Changelog: 2.4.0.1...2.4.1.0

Updated

(Has been updated into published release)

  • [2024/08/22] MW2023 S5R V1 CoDMW6Handler.toml
  • [2024/10/23] MW2023 S6 V1 [CoDMW6Handler.toml]

You should download the Cordycep-2.4.1.0-MW2023_S6_V1.zip here.

2.4.0.1

09 Jan 17:37
Compare
Choose a tag to compare

New

  • Allow loading more custom configs via search prefix

Fix

  • MW2019(Steam): Fixed a bug with reading secondary fast files.
  • MW2019: Localized string info can be loaded correctly now.

Full Changelog: 2.4.0.0...2.4.0.1

Updated

(Has been updated into published release)

2.4.0.0

27 Dec 13:09
Compare
Choose a tag to compare
  • Fixed an issue with incorrect path when loading files.
  • Now use toml as handler configuration language.
  • Fixed the loading error of iw handler and updated to use configuration file.
  • Miscellaneous optimization.