A temporary repository for The Third Version of CCLoader. Project is currently under construction. I promise, there will be documentation here.
Precompiled builds can be downloaded from: https://stronghold.openkrosskod.org/~dmitmel/ccloader3/
npm i -g pnpm
cd /somewhere/but/preferably/inside/the/crosscode/directory
git clone https://github.com/CCDirectLink/CCLoader3.git ccloader3
cd ccloader3
pnpm install
pnpm build
Then edit the game's package.json
and point the path in the main
field to the location of the
main.html
page in the ccloader3
directory.
CCLoader3 was written by dmitmel. All work up until this commit was done by him.