You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @echo off
-
- :: 添加 --cl 参数,程序运行时将自动识别命令行参数,并自动连接server
- start cmd /k win64\Client.exe --port 8888 --characterID 114514 --type 0 --occupation 1 --ip 127.0.0.1 --cl
-
- :: characterID > 2023时是观战Client,否则是正常Client
|