Releases: CCDirectLink/CCLoader
Releases · CCDirectLink/CCLoader
Release list
CCLoader v2.19.0 (Simplify v2.9.0)
- Removed definition from CCLoader
- Speedrunners will have to use the speedrunner branch for now on
CCLoader v2.18.5 (Simplify v2.8.5)
- 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)
- 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
Modtypings containing the wrong argument in constructor. - CCLoader Version Display rework.
Thanks to @dmitmel for contributing.
CCLoader v2.18.2 (Simplify v2.8.4)
- 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)
- Fixed mods being loaded from subdirectories
CCLoader v2.18.0 (Simplify v2.8.4)
- Mods can change their name as displayed in the settings by adding a
ccmodHumanNamein theirpackage.json - Other mods can access this name using
mod.displayedName
CCLoader v2.17.0 (Simplify v2.8.2)
- Added the ability to load mods distributed as
.ccmodfile.ccmodfiles 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)
- Cleaned up the root folder of the repository
CCLoader v2.16.0 (Simplify v2.8.2)
- Added interface to allow tools to change the location of the game files.
CCLoader v2.15.2 (Simplify v2.8.2)
- Fixed Steam integration not working in newest crosscode version.