目录
相关的常用开源仓库
https://github.com/exzork/GCEnkaCopy
配合https://enka.network/ 复制正式服数据的,用处不大
https://github.com/Penelopeep/SwitchElementTraveller
换猪脚的元素用
https://github.com/jie65535/gc-opencommand-plugin
配合割草机工具箱用的,包括 https://github.com/jie65535/GrasscutterCommandGenerator
https://github.com/gc-mojoconsole/gc-mojoconsole-backend
提供一个游戏内可用的带用户界面的控制台后端
https://github.com/liujiaqi7998/GrasscuttersWebDashboard
配合这两个网页面板,进行控制
https://liujiaqi7998.github.io/GrasscuttersWebDashboard/
https://github.com/wmn1525/grasscutterTools
https://github.com/Coooookies/Grasscutter-MeaMailPlus
邮件增强功能,什么每日奖励等
手动编译安装
官方是用的 https://adoptium.net/temurin/releases 的JDK 17 在GitHub Action跑编译。
但是一般来说,自己当前机器的环境下编译会更好。
可参考官方文档 https://github.com/Grasscutters/Grasscutter/blob/development/README_zh-CN.md
git clone https://github.com/Grasscutters/Grasscutter.git
cd Grasscutter
chmod +x gradlew
./gradlew jar
目前最新的是1.3.2,记得编译出来要改名( grasscutter-1.3.2-dev.jar 要改名)
首次运行
java -jar grasscutter.jar -handbook
然后需要修改config.json,以及资源文件夹
官方资源库 https://github.com/tamilpp25/Grasscutter_Resources
git clone https://github.com/tamilpp25/Grasscutter_Resources.git
下载好要确认一下目录结构没有问题
然后其他就是正常运行了。
自定义证书
个人感觉没有必要用mitm弄证书
首先这个程序要的证书,支持p12/pfx/pkcs12
在线转换工具 https://geshi.sslzhengshu.com/ (用常见的pem、key)
你也可以用Openssl、KeyManager
然后在config修改证书路径即可,注意打包时有问你一个密码,自己填的,也要修改成对应的配置。
相关链接
仅个人学习Java编程使用,不应用于商业牟利,请在24小时内删除
Genshin One(一):本地有手就行版整合包下载和使用
Genshin One(二):基于Cent OS 7 的远程服务端搭建之环境构建
Genshin One(三):基于Cent OS 7 的远程服务端搭建之服务端运行和服务器配置
Genshin One(五):服务端运行进阶、部分问题解决和修复方法
Comments NOTHING