ccmod.json
Mod manifset file for the CCLoader mod loader for the game CrossCode
| Type | object |
|---|---|
| File match |
ccmod.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/ccmod-json/latest.json |
| Source | https://raw.githubusercontent.com/CCDirectLink/CCModDB/refs/heads/master/ccmod-json-schema.json |
Validate with Lintel
npx @lintel/lintel check
Configuration file for a mod manifset file for the game CrossCode
Properties
ID of the mod, used for various fallbacks
7 nested properties
7 nested properties
Array of mod tags. See the full list of official tags: https://github.com/CCDirectLink/CCModDB/blob/master/CCMOD-STANDARD.md#mod-tag-list
The icon of the mod. Currently only the 24x24 size is supported
Mod homepage link
Mod repository link
A list of the mod's authors
Path of the javascript plugin file relative to mod root. This is the recommended method
Path of the javascript preload file relative to mod root. The file will be executed at the preload loading stage
Path of the javascript preload file relative to mod root. The file will be executed at the postload loading stage
Path of the javascript prestart file relative to mod root. The file will be executed at the prestart loading stage
Path of the javascript poststart file relative to mod root. The file will be executed at the poststart loading stage