1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 08:45:25 +08:00

Opt: Merge Emulator.PackageName and Emulator.Server into one dropdown

This commit is contained in:
LmeSzinc
2022-04-19 00:17:22 +08:00
parent beabf938fc
commit 618fa52bcb
29 changed files with 264 additions and 149 deletions

View File

@@ -276,19 +276,25 @@
},
"Serial": {
"name": "Serial",
"help": "Default serial for select emulators:\n- BlueStacks 127.0.0.1:5555\n- BlueStacks4 Hyper-V use \"bluestacks4-hyperv\", \"bluestacks4-hyperv-2\" for multi instance, and so on\n- BlueStacks5 Hyper-V use \"bluestacks5-hyperv\", \"bluestacks5-hyperv-1\" for multi instance, and so on\n- NoxPlayer 127.0.0.1:62001\n- NoxPlayer64bit 127.0.0.1:59865\n- MuMuPlayer 127.0.0.1:7555\n- MemuPlayer 127.0.0.1:21503\n- LDPlayer emulator-5554 or 127.0.0.1:5555\n- WSA use \"wsa-0\" to make the game run in the background, which needs to be controlled or closed by third-party software\nIf there are multiple emulator instances running, the default is reserved for one of them and the others will use different serials to avoid conflicts\nOpen console.bat and run `adb devices` to find what they are"
"help": "Use \"auto\" to auto-detect emulators, but serial must be filled if multiple emulators are running\nDefault serial for select emulators:\n- BlueStacks 127.0.0.1:5555\n- BlueStacks4 Hyper-V use \"bluestacks4-hyperv\", \"bluestacks4-hyperv-2\" for multi instance, and so on\n- BlueStacks5 Hyper-V use \"bluestacks5-hyperv\", \"bluestacks5-hyperv-1\" for multi instance, and so on\n- NoxPlayer 127.0.0.1:62001\n- NoxPlayer64bit 127.0.0.1:59865\n- MuMuPlayer 127.0.0.1:7555\n- MemuPlayer 127.0.0.1:21503\n- LDPlayer emulator-5554 or 127.0.0.1:5555\n- WSA use \"wsa-0\" to make the game run in the background, which needs to be controlled or closed by third-party software\nIf there are multiple emulator instances running, the default is reserved for one of them and the others will use different serials to avoid conflicts\nOpen console.bat and run `adb devices` to find what they are"
},
"PackageName": {
"name": "Package Name",
"help": "com.bilibili.azurlane (CN)\ncom.YoStarEN.AzurLane (EN)\ncom.YoStarJP.AzurLane (JP)\ncom.hkmanjuu.azurlane.gp (TW)\nIf none of these please refer to your AppStore"
},
"Server": {
"name": "Game Server",
"help": "Should be aligned with package name e.g. com.YoStarEN.AzurLane > EN",
"cn": "CN",
"en": "EN",
"jp": "JP",
"tw": "TW"
"help": "Manual select is required if multiple game clients are installed on emulator",
"auto": "Auto-detect",
"com.bilibili.azurlane": "CN",
"com.YoStarEN.AzurLane": "EN",
"com.YoStarJP.AzurLane": "JP",
"com.hkmanjuu.azurlane.gp": "TW",
"com.bilibili.blhx.huawei": "CN com.bilibili.blhx.huawei",
"com.bilibili.blhx.mi": "CN com.bilibili.blhx.mi",
"com.tencent.tmgp.bilibili.blhx": "CN com.tencent.tmgp.bilibili.blhx",
"com.bilibili.blhx.baidu": "CN com.bilibili.blhx.baidu",
"com.bilibili.blhx.qihoo": "CN com.bilibili.blhx.qihoo",
"com.bilibili.blhx.vivo": "CN com.bilibili.blhx.vivo",
"com.bilibili.blhx.uc": "CN com.bilibili.blhx.uc",
"com.bilibili.blhx.mzw": "CN com.bilibili.blhx.mzw",
"com.yiwu.blhx.yx15": "CN com.yiwu.blhx.yx15"
},
"ScreenshotMethod": {
"name": "Screenshot Method",