Skip to content

Commit 4a68685

Browse files
committed
Remove secion on manually updating ccloader from docs/DATABASE.md since ccbot can do that now
1 parent efd3ab7 commit 4a68685

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

docs/DATABASE.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ The TypeScript types for this file are under [`build/src/types.d.ts`](/build/src
3434
The recommended method of adding and updating mods is through [LeaBot](https://github.com/CCDirectLink/ccbot).
3535
See how to do that in [CONTRIBUTING.md](/docs/CONTRIBUTING.md)
3636

37-
Modifying the database manually is sometimes required.
38-
For example, CCLoader can only be updated that way.
37+
Modifying the database manually is sometimes required, for example when removing a mod.
3938

4039
### Steps
4140

@@ -62,25 +61,6 @@ For example, CCLoader can only be updated that way.
6261

6362
- Tools are in `tools.json` (also in the `npDatabase.json` format) and need to be modified manually.
6463

65-
### Updating CCLoader
66-
67-
Because CCBot doesn't support updating CCLoader, it has to be done manually.
68-
Follow [Steps](#steps) and instead of adding a mod in step 4. replace
69-
all occurrences of the old version substring X with the new version string Y.
70-
For example:
71-
X = `2.24.2-v2.14.1`
72-
Y = `2.25.0-v2.14.2`
73-
Example replacement:
74-
```json
75-
"ccmodPath": "CCLoader-2.24.2-v2.14.1/ccloader/ccmod.json",
76-
```
77-
=>
78-
```json
79-
"ccmodPath": "CCLoader-2.25.0-v2.14.2/ccloader/ccmod.json",
80-
```
81-
Do that for the `ccloader` entry, `Simplify` and `ccloader-version-display`.
82-
83-
8464
### Self-hosting your own mod database branch
8565

8666
```bash

0 commit comments

Comments
 (0)