RainbowUnicorn7297
released this
13 Mar 18:45
·
6 commits
to main
since this release
APK Patcher for MLTD
這個工具可用於修改遊戲的解像度(resolution)和幀率(frame rate)。
注意事項
- 工具只支援README裡提供的APK。
- 遊戲幀率不會高於Android裝置或模擬器所支援的最高更新率(refresh rate)。
使用方法
- 下載和安裝Apktool
- 下載和安裝Android Studio
可選擇只安裝command line tools以節省空間:- 下載commandlinetools-*_latest.zip,並以7-Zip解壓縮(Windows自帶的解壓縮工具不能正常解壓縮)
- 建立資料夾android_sdk\cmdline-tools\latest,並將bin、lib等內容放進裡面
- 以CLI於cmdline-tools\latest\bin輸入指令
sdkmanager "build-tools;29.0.3"
- 出現Terms and Conditions時,輸入
y
接受
- 完成後apksigner.bat和zipalign.exe等工具會放在android_sdk\build-tools\29.0.3裡
- 下載和運行mltd-relive-apk-patcher
- 根據指示選擇apktool.bat、zipalign.exe、apksigner.bat和遊戲APK檔所在位置,再選擇Resolution和Frame Rate,最後按Patch按鈕
- 等待patching完成後,patch好的APK檔會放在mltd-relive-apk-patcher所在的資料夾內