https://github.com/dmitmel/ccloader3
https://github.com/dmitmel/ccloader3
crosscode modloader
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmitmel/ccloader3
- Owner: dmitmel
- License: mit
- Created: 2020-05-26T23:23:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T22:19:19.000Z (over 2 years ago)
- Last Synced: 2025-04-19T11:49:20.605Z (10 months ago)
- Topics: crosscode, modloader
- Language: TypeScript
- Homepage:
- Size: 694 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ccloader3
[](https://github.com/dmitmel/ccloader3/actions?query=workflow:CI)
A temporary repository for _The Third Version of [CCLoader](https://github.com/CCDirectLink/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
(This section may be moved in the future)
```bash
cd /somewhere/does/not/matter/where
git clone https://github.com/dmitmel/ultimate-crosscode-typedefs.git
cd ultimate-crosscode-typedefs
npm install
npm link
cd /somewhere/but/preferably/inside/the/crosscode/directory
git clone https://github.com/dmitmel/ccloader3.git
cd ccloader3
npm link ultimate-crosscode-typedefs
npm install
npm run 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.