Skip to content

mltd-relive-apk-patcher-v1.0.1

Latest
Compare
Choose a tag to compare
@RainbowUnicorn7297 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)。

使用方法

  1. 下載和安裝Apktool
  2. 下載和安裝Android Studio
    可選擇只安裝command line tools以節省空間:
    1. 下載commandlinetools-*_latest.zip,並以7-Zip解壓縮(Windows自帶的解壓縮工具不能正常解壓縮)
    2. 建立資料夾android_sdk\cmdline-tools\latest,並將bin、lib等內容放進裡面
      image
    3. 以CLI於cmdline-tools\latest\bin輸入指令sdkmanager "build-tools;29.0.3"
      image
    4. 出現Terms and Conditions時,輸入y接受
      image
    5. 完成後apksigner.bat和zipalign.exe等工具會放在android_sdk\build-tools\29.0.3裡
      image
  3. 下載和運行mltd-relive-apk-patcher
  4. 根據指示選擇apktool.bat、zipalign.exe、apksigner.bat和遊戲APK檔所在位置,再選擇Resolution和Frame Rate,最後按Patch按鈕
    image
  5. 等待patching完成後,patch好的APK檔會放在mltd-relive-apk-patcher所在的資料夾內