lac-tool icon indicating copy to clipboard operation
lac-tool copied to clipboard

🔧 Easily manage LAC maps, wallpapers and screenshots

LAC Tool icon

LAC Tool

Easily manage LAC maps, wallpapers and screenshots


Download (Android 5.0 or above) Download legacy (Android 4.3 or above)


Download count Build status


LAC Tool screenshot (dark) LAC Tool screenshot (light)

💡 Features

  • 📥 Import, export and share maps
  • 🏷️ Edit roles, options and filter objects of maps
  • 🔀 Merge multiple maps into one
  • 📱 Set custom wallpaper for the in-game cellphone
  • 📷 View screenshots taken using the in-game cellphone
  • 🎨 Material You Expressive design
  • 🌐 Multiple language support (translate on Crowdin)

🌍 Translations

You can help translate LAC Tool on Crowdin.

Crowdin

🦝 Shizuku support

Shizuku is an app which lets other apps elevate their permissions using wireless debugging or root access.

Shizuku method in LAC Tool can be enabled or disabled anytime from settings.

Shizuku method will automatically be enabled if there is no other way for the app to access LAC data. The app will guide you to setup Shizuku if this mode is enabled.

⚖️ License

Since commit 0cd1915, LAC Tool is licensed under the GPLv3 license.
You must keep the source code public if you are distributing your own version of LAC Tool. See LICENSE.md file for more details.

🔧 Building

Using GitHub Actions
  • Fork the repository
  • Add environment variables required for signing from Repository settings > Secrets and variables > Actions > Repository secrets:
    • KEYSTORE_ALIAS
    • KEYSTORE_BASE64 this can be obtained using openssl base64 -in keystore.jks
    • KEYSTORE_PASSWORD
    • KEY_PASSWORD
  • Enable workflows
  • Trigger a build workflow and wait for it to build a release variant APK
Locally
  • Clone the repository
  • Add a signing config (unless you only want to build debug variant or sign manually)
  • Build APK:
    • Release variant: ./gradlew assembleRelease
    • Debug variant: ./gradlew assembleDebug
Properties Following can be set in `local.properties`: - `laclibPath` -> Path to a local [LACLib](https://github.com/aliernfrog/laclib) jar (defaults to the one from JitPack)