Yes! The Cultivation repository is open. This does not mean it has released.
Cultivation will be releasing at some point after opening this repo.
This also means you will not be provided explicit support for Cultivation.
Consider Cultivation to be the bleeding-edge version of GrassClipper.
During this open-beta testing period, helpful issues are appreciated, while unhelpful ones will be closed.
Cultivation is VERY MUCH IN BETA and a majority of features do not work.
There are no official releases of Cultivation. You are required to build the application from scratch.
Please do NOT install, download, or use pre-compiled versions of Cultivation. Only use releases from this GitHub repository.
A game launcher designed to easily proxy traffic from anime game to private servers.
Once downloaded, extract somewhere and open as administrator.
- Install Cargo & Rust compiler
npm install
oryarn install
npm run start:dev
oryarn start:dev
npm run build
or yarn build
Add --release
or --debug
depending on what release you are creating. This defaults to --release
- 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
oryarn build
- The update will be in
src-tauri/target/(release|debug)/msi/Cultivation_X.X.X_x64_xx-XX.msi.zip
TODO. Collect common issues before updating.
- 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.
- Tauri: For providing an amazing, efficient, and simple desktop application framework/library.