-
Notifications
You must be signed in to change notification settings - Fork 0
Title_Commands
楓 edited this page Jan 10, 2023
·
3 revisions
灵感来自于隔壁 Reboot。
你可以在登陆界面,在用户名和密码中填入相关字符串,再点击登陆按钮执行。目前(ms1/tf61)支持以下指令。
重制配置文档。为了修复老版本配置文件的问题,如果遇到奇怪的错误请使用此指令重制配置文件。
配置服务器信息。s_info
为服务器信息 JSON 格式的 Base64 序列化后字符串。服务器信息的 JSON 格式如下:
{
// 服务器ID,用于定位服务器资源的本地位置。
// 建议符合:所有小写字母和数字
"ServerId": "43_142_173_63-_10483",
// 服务器 Graphql 后端地址
"ServerGraphqlBackend": "http://43.142.173.63:10483/graphql",
// 服务器资源下载地址
"ServerResourceDownloadBase": "http://43.142.173.63:10483",
// 服务器多人联机 PhotonMaster 服务器地址
"ServerPhotonMasterAddress": null
}
需要版本 1.0.2(63) 以上
将会把客户端侦错信息复制到剪切板上。