Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianxingxuejian/gc-res-parse
a script to parse gc resources
https://github.com/jianxingxuejian/gc-res-parse
grasscutter typescript
Last synced: 3 months ago
JSON representation
a script to parse gc resources
- Host: GitHub
- URL: https://github.com/jianxingxuejian/gc-res-parse
- Owner: jianxingxuejian
- License: mit
- Created: 2022-10-17T17:32:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T02:03:16.000Z (almost 2 years ago)
- Last Synced: 2023-05-03T22:38:44.444Z (over 1 year ago)
- Topics: grasscutter, typescript
- Language: TypeScript
- Homepage:
- Size: 79.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gc-res-parse
English | [简体中文](README_zh-CN.md)
A simple data parsing script to extract and parse the corresponding json data for [another project](https://github.com/jianxingxuejian/grasscutter-tools) of mine.
## Usage
```shell
// You can also use npm or yarn.
pnpm install// Make sure the res folder is on the same level as this project. You can choose all or one or several items.
pnpm parse all
pnpm parse avatar
pnpm parse quest scene monster...
```By default the data is extracted to the /dist/new folder.
You can place the old version of the data in the /dist/old folder, then it will generate diff data (new minus old) and merge data (old + new).