A custom launcher designed to make it as easy as possible to proxy anime game traffic to private servers.
Go to file
2022-08-30 19:06:49 -07:00
.github/workflows Add prettier check to CI 2022-07-19 20:47:11 -05:00
.husky fix merge conflict 2022-08-30 19:06:49 -07:00
.idea Add allowed http URLs 2022-07-01 16:25:38 -04:00
docs Fix elementIds.md 2022-07-21 09:55:44 -07:00
public Run prettier formatter 2022-07-19 20:47:11 -05:00
src launcher.exe alert 2022-08-27 19:47:28 -07:00
src-tauri linux proxyworking probably 2022-08-30 19:02:20 -07:00
.editorconfig Tweak .editorconfig and line endings 2022-07-19 20:42:43 -05:00
.eslintrc.json Run prettier formatter 2022-07-19 20:47:11 -05:00
.gitattributes Tweak .editorconfig and line endings 2022-07-19 20:42:43 -05:00
.gitignore Move things to file_helpers 2022-07-12 14:28:08 +08:00
.lintstagedrc.json Add formatting pre-commit hook 2022-07-19 20:47:11 -05:00
.prettierignore Add prettier formatter 2022-07-19 20:42:43 -05:00
.prettierrc.json Add prettier formatter 2022-07-19 20:42:43 -05:00
LICENSE Create LICENSE 2022-05-27 12:07:45 -04:00
package.json begin CLI options 2022-08-27 00:54:14 -07:00
README_zh-CN.md 更新日志 2022-08-06 10:47:32 +08:00
README_zh-TW.md Update 2022-08-22 13:51:22 +08:00
README.md Update README.md 2022-08-28 19:15:59 -07:00
THEMES.md Run prettier formatter 2022-07-19 20:47:11 -05:00
tsconfig.json Run prettier formatter 2022-07-19 20:47:11 -05:00
yarn.lock Add formatting pre-commit hook 2022-07-19 20:47:11 -05:00

EN | 简中 | 繁中 |

Cultivation

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

Table Of Contents

Client 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.

Download

Find release builds here!

Once downloaded, extract somewhere and open as administrator.

Windows 7 Users: You will need to download WebView manually.

Setup

5-minute video for those who don't like to/cannot read: https://youtu.be/e0irOYbQe7I

  • Download Cultivation
  • Install or extract Cultivation
  • Open Cultivation as administrator
  • Before clicking randomly on stuff, in options (top right cog icon), set your Game Install Path.
    • If you are using an existing server installation from somewhere else, you can set the .jar file in settings as well. All downloads made through Culti will automatically use that path, no additional config needed.
    • If you use multiple Java versions, you can set the Java path to your Java 17 installation (only required if you are running your own server)
  • Decide if you want to download your own server, or just join a public one
    • If joining a public one, you're done. Just click "Connect with Grasscutter" and input the address and port. You do not have to continue these instructions.
  • Open the "Downloads" menu (top right)
    • Download "latest grasscutter" (second from the top)
    • Download "resources" (very bottom)
  • Once all of that is done, click the icon next to "Launch"
  • To play on your new server:
    • Click "Connect with Grasscutter"
    • Input localhost as the address, and 443 as the port
    • Ensure HTTPS is disabled
  • Any generic "I am getting XYZ error!" should go in the Discord support channels
  • Any specific Cultivation issues should go in the issues section
  • Any Grasscutter server related issues should go in the Grasscutter issues section

Developer Quickstart

Setup

  • Install NodeJS >12
  • Install yarn (cry about it npm lovers)
  • Install Rust
  • yarn install
  • yarn start:dev

Building

For a release build,

  • yarn build

For a debug build,

  • yarn build --debug

Code Formatting and Linting

Formatting:

  • yarn format

Check Lints, fix (some) lints:

  • yarn lint, yarn lint:fix

Generating Update Artifacts

  • 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.
  • yarn build

The update will be at src-tauri/target/(release|debug)/msi/Cultivation_X.X.X_x64_xx-XX.msi.zip

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.