Skip to content

Releases: CCDirectLink/CCLoader

CCLoader v2.19.0 (Simplify v2.9.0)

Choose a tag to compare

@2767mr 2767mr released this 28 Jun 20:30
  • Removed definition from CCLoader
    • Speedrunners will have to use the speedrunner branch for now on

CCLoader v2.18.5 (Simplify v2.8.5)

Choose a tag to compare

@2767mr 2767mr released this 17 Jun 18:22
  • Fixed a bug that caused CCLoader to replace an asset when it shouldn't
  • Improved startup time (from CCLoader v2.18.4)

CCLoader v2.18.3 (Simplify v2.8.5)

Choose a tag to compare

@2767mr 2767mr released this 05 May 09:19
  • Added focus on game start.
  • Removed requirement for plugins to extend Plugin.
  • Improved mod options menu.
  • Fixed loglevel not saving properly.
  • Fixed typo in displayName.
  • Fixed Mod typings containing the wrong argument in constructor.
  • CCLoader Version Display rework.

Thanks to @dmitmel for contributing.

CCLoader v2.18.2 (Simplify v2.8.4)

Choose a tag to compare

@2767mr 2767mr released this 24 Mar 16:50
  • When no packed mod (.ccmod) is located all other mods are now slightly faster.
  • Improved packed mod loading by caching files.
  • Fixed packed mods not working on the first launch of CCLoader.
  • Fixed packed mods not working in the browser, causing other mods to not load either.
  • Replaced OpenDevTools with a flag in package.json. The mod still continues to work if not deleted.
  • Removed support for mod tables. This should not impact any mods. If it does, please add the definitions to the main CCLoader repository.

CCLoader v2.18.1 (Simplify v2.8.4)

Choose a tag to compare

@2767mr 2767mr released this 09 Mar 19:24
  • Fixed mods being loaded from subdirectories

CCLoader v2.18.0 (Simplify v2.8.4)

Choose a tag to compare

@2767mr 2767mr released this 07 Mar 10:36
  • Mods can change their name as displayed in the settings by adding a ccmodHumanName in their package.json
  • Other mods can access this name using mod.displayedName

CCLoader v2.17.0 (Simplify v2.8.2)

Choose a tag to compare

@2767mr 2767mr released this 27 Jan 15:27
22ac406
  • Added the ability to load mods distributed as .ccmod file
    • .ccmod files in the mod directory will automatically picked up by ccloader
    • This feature also works inside the browser

CCLoader v2.16.1 (Simplify v2.8.2)

Choose a tag to compare

@2767mr 2767mr released this 24 Jan 18:16
  • Cleaned up the root folder of the repository

CCLoader v2.16.0 (Simplify v2.8.2)

Choose a tag to compare

@2767mr 2767mr released this 09 Jan 10:09
f3b3f60
  • Added interface to allow tools to change the location of the game files.

CCLoader v2.15.2 (Simplify v2.8.2)

Choose a tag to compare

@2767mr 2767mr released this 05 Jan 19:34
fdfb968
  • Fixed Steam integration not working in newest crosscode version.