- π₯ 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)
You can help translate LAC Tool on Crowdin.
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.
LAC Tool uses mostly the same codebase as "PF Tool". To avoid updating the codebase for each app, shared code was moved into 2 libraries in pf-tool repository: pftool-shared-base and pftool-shared-extra.
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.
Using GitHub Actions
- Fork the repository
- Add environment variables required for signing from Repository settings > Secrets and variables > Actions > Repository secrets:
KEYSTORE_ALIASKEYSTORE_BASE64this can be obtained usingopenssl base64 -in keystore.jksKEYSTORE_PASSWORDKEY_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
- Release variant:
Properties
Following can be set in local.properties:
laclibPath-> Path to a local LACLib jar (optional)pftoolSharedBaseLibPath-> Path to a local pftool-shared-base aar (optional)pftoolSharedExtraLibPath-> Path to a local pftool-shared-extra aar (optional)

