Skip to content

Releases: CCDirectLink/CCLoader

CCLoader v2.25.1 (Simplify v2.14.2)

28 Oct 18:43
3b5aa04

Choose a tag to compare

CCLoader v2.25.0 (Simplify v2.14.2)

19 Sep 14:13
8bbe4af

Choose a tag to compare

  • Added the mod manager made by @krypciak.
  • CCLoader will now warn users if a mod with the same name as another is installed.

CCLoader v2.24.2 (Simplify v2.14.1)

23 Jul 10:46
87f5608

Choose a tag to compare

  • Made it easier to debug mod errors on startup (only affects mod developers). #110 #109 by @krypciak

CCLoader v2.24.1 (Simplify v2.14.1)

31 May 21:35
fc95fc7

Choose a tag to compare

  • Added some metadata for the upcoming mod manager

CCLoader v2.24.0 (Simplify v2.14.0)

30 May 15:12
5aba109

Choose a tag to compare

  • You can now add multiple json patches in a single mod using mod.addPatch(originalJsonFile, patchFile)

CCLoader v2.23.3 (Simplify v2.13.0)

15 Mar 22:35

Choose a tag to compare

  • Simplify is no longer listed in the mod options
    • Since disabling Simplify is a really bad idea that causes everything to stop working it is now always enabled even if manually disabled.

CCLoader v2.23.2 (Simplify v2.13.0)

10 Mar 11:23
5e53398

Choose a tag to compare

  • Fixed some crashes on linux

CCLoader v2.23.1 (Simplify v2.13.0)

09 Feb 20:59
1d596c8

Choose a tag to compare

  • Error messages for missing dependencies are now more accurate and less confusing

CCLoader v2.23.0 (Simplify v2.13.0)

17 Dec 20:23
91839c5

Choose a tag to compare

  • Log messages are now logged into log.txt and biglog.txt files found in the CrossCode directory.

CCLoader v2.22.1 (Simplify v2.13.0)

27 Aug 11:27
fb0c23c

Choose a tag to compare

  • Added support for JSON with comments #101