A custom launcher designed to make it as easy as possible to proxy anime game traffic to private servers.
Go to file
2022-07-12 23:19:59 -05:00
.github/workflows Add rustfmt CI check 2022-07-12 20:10:05 -05:00
.idea Add allowed http URLs 2022-07-01 16:25:38 -04:00
docs remove hover and disabled state docs for bigbutton class 2022-07-05 20:48:34 +02:00
public QoL changes & code formatting 2022-06-01 17:28:48 -04:00
src Fix tsc and ESLint warnings 2022-07-12 20:10:05 -05:00
src-tauri Configure and run rustfmt 2022-07-12 20:10:05 -05:00
.editorconfig Configure and run rustfmt 2022-07-12 20:10:05 -05:00
.eslintrc.json Fix tsc and ESLint warnings 2022-07-12 20:10:05 -05:00
.gitignore crossplatform build scripts that move lang folder 2022-05-28 21:14:15 -07:00
LICENSE Create LICENSE 2022-05-27 12:07:45 -04:00
package.json Add format and lint scripts 2022-07-12 20:10:05 -05:00
README.md Document how to run formatting and linting scripts 2022-07-12 23:19:59 -05:00
THEMES.md Merge pull request #15 from TukanDev/main 2022-07-05 11:49:53 -07:00
tsconfig.json Get background file name 2022-05-14 02:18:20 -04:00
yarn.lock cleanup and yarn update 2022-07-12 17:21:03 -07:00

NOTICE

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.

Fair Warning

Cultivation is VERY MUCH IN BETA. There are no official releases of Cultivation. You are required to build the application from scratch unless you want to deal with the alpha state of the current builds. Please do NOT install, download, or use pre-compiled versions of Cultivation found elsewhere. Only use releases from this GitHub repository.

Cultivation

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

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 yarn format. Run the lints with 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.
  • Tauri: For providing an amazing, efficient, and simple desktop application framework/library.