Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.02 KB

CCLoader3

CI Status

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/

Building from source

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.

Attribution

CCLoader3 was written by dmitmel. All work up until this commit was done by him.