一个使用Go
编写的,适用于*nix
的 Gui 离线我的世界启动器
- 用户登陆
- 主题设置
- Mod loader支持(Forge)
- 广泛的游戏版本可选
- 自定义启动参数
Text in GMCL is translated by Google.
unzip
和bash
将被用于解压/执行脚本,确保系统已安装并添加到PATH
仅提供linux-amd64
预编译包
到Releases处下载go-mcl-linux-amd64.tar.gz
压缩包
tar -zxvf go-mcl-linux-amd64.tar.gz
./go-mcl
根据Getting Started安装相应依赖
git clone https://github.com/inuyasha-660/GMCL.git && cd GMCL
go mod tidy
go run . # 直接运行
go build . && ./go-mcl # 编译运行
点击设置页Create Launch toml
生成配置
Key | 值类型 | 含义 |
---|---|---|
Xmx | string | 最大堆大小 |
Xmn | string | 新生代堆大小 |
UseG1GC | bool | 开启G1 |
UseAdaptiveSizePolicy | bool | 自动选择年轻代区大小和相应的Survivor区比例 |
OmitStackTraceInFastThrow | bool | 省略异常栈信息从而快速抛出 |
Width | string | 窗口宽度 |
Height | string | 窗口高度 |
UUID | string | 用户UUID |
出现启动窗口后即可关闭启动器,游戏日志位于./logs
目录