Skip to content

CCDirectLink/CCModManager

Repository files navigation

CCModManager

Mod manager for the game CrossCode!
Open the menu from the options menu and look for the Mods button.
Read the in-game manual in the help menu for usage instructions.

Mod icon grid

Screenshots

Screenshot of the Online tab sorted by the mod star count

Screenshot of the mod options submenu for the mod CrossedEyes

For mod developers

Registering your mod

Examples:

  • cc-fancy-crash as a example of BUTTON_GROUP and CHECKBOX
  • cc-record as a example of OBJECT_SLIDER and CONTROLS
  • CCModManager as an example of JSON_DATA and BUTTON
  • CrossedEyes as an example of a big multi-tab menu with a custom language getter

Building CCModManager

git clone https://github.com/CCDirectLink/CCModManager
cd CCModManager
pnpm install
pnpm run start
# this should return no errors (hopefully)
npx tsc