Cultivation/README.md
2022-07-16 21:23:28 -07:00

3.4 KiB

Cient Patching Notice

For game versions 2.8 and above, Cultivation automatically makes a small patch to your game client when launching using Grasscutter, and restores it upon closing the game. In theory, you should still be totally safe, however it would be dishonest to not explicitly state that modifying the game client could, theoretically, lead to a ban if you connect to official servers with it. It is extremely unlikely AND there are no instances known of it happening, but the possibility exists.

Cultivation

A game launcher designed to easily proxy traffic from anime game to private servers.

While the Cultivation repository is open. This does not mean it has released. Please do NOT install, download, or use pre-compiled versions of Cultivation found elsewhere. Only use releases from this GitHub repository.

Table Of Contents

Download

Find release builds here!

Once downloaded, extract somewhere and open as administrator.

Developer Quickstart

Setup

Building

npm run build or yarn build

Add --release or --debug depending on what release you are creating. This defaults to --release

Code Formatting and Linting

Format the code with npm format or yarn format. Run the lints with npm lint or yarn lint.

Updating

  • Add the TAURI_PRIVATE_KEY as an environment variable with a path to your private key.
  • Add the TAURI_KEY_PASSWORD as an environment variable with the password for your private key.
  • Run npm run update or yarn build
  • The update will be in src-tauri/target/(release|debug)/msi/Cultivation_X.X.X_x64_xx-XX.msi.zip

Troubleshooting

TODO. Collect common issues before updating.

Theming

A full theming reference can be found here!

Screenshots

image image image image image

Credits

  • SpikeHD: For originally creating GrassClipper and creating the amazing UI of Cultivation.
  • KingRainbow44: For building a proxy daemon from scratch and integrating it with Cultivation.
  • Benj: For assistance in client patching.
  • lilmayofuksu: For assistance in client patching.
  • Tauri: For providing an amazing, efficient, and simple desktop application framework/library.