Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliernfrog/lac-tool
🔧 Easily manage LAC maps, wallpapers and screenshots
https://github.com/aliernfrog/lac-tool
android lac maps wallpapers
Last synced: 30 days ago
JSON representation
🔧 Easily manage LAC maps, wallpapers and screenshots
- Host: GitHub
- URL: https://github.com/aliernfrog/lac-tool
- Owner: aliernfrog
- License: mit
- Created: 2021-03-04T18:51:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T20:34:41.000Z (8 months ago)
- Last Synced: 2024-04-18T02:13:19.429Z (8 months ago)
- Topics: android, lac, maps, wallpapers
- Language: Kotlin
- Homepage: https://aliernfrog.github.io/lactool
- Size: 3.43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shizuku - lac-tool - Manage maps, wallpapers, and screenshots for the game 'Los Angeles Crimes' `MIT` (Apps / Games)
README
# LAC Tool
Easily manage [LAC](https://play.google.com/store/apps/details?id=com.MA.LAC) maps, wallpapers and screenshots
[![Download (Android 5.0 or above)](https://img.shields.io/github/v/tag/aliernfrog/lac-tool?style=for-the-badge&label=Download%20(Android%205.0%2B)&labelColor=green&color=grey)](https://github.com/aliernfrog/lac-tool/releases/latest/download/lactool.apk)
[![Download legacy (Android 4.3 or above)](https://img.shields.io/github/v/tag/aliernfrog/lac-tool-legacy?style=for-the-badge&label=Download%20legacy%20(Android%204.3%2B)&labelColor=blue&color=grey)](https://github.com/aliernfrog/lac-tool-legacy/releases/latest/download/lactool-legacy.apk)
![Download count](https://img.shields.io/github/downloads/aliernfrog/lac-tool/total?style=for-the-badge&label=Download%20Count)
![Build status](https://img.shields.io/github/actions/workflow/status/aliernfrog/lac-tool/commit.yml?style=for-the-badge&label=Build%20status)---
## 💡 Features
- LAC map management
- LAC map role & option management
- LAC map merging
- LAC in game cellphone wallpaper management
- Import LAC in game cellphone wallpapers without internet connection
- LAC in game screenshot management
- Multiple language support (translate on [Crowdin](https://crowdin.com/project/lac-tool))## 🌍 Translations
You can help translate LAC Tool on [Crowdin](https://crowdin.com/project/lac-tool).[![Crowdin](https://badges.crowdin.net/lac-tool/localized.svg)](https://crowdin.com/project/lac-tool)
## 🦝 Shizuku support
[Shizuku](https://play.google.com/store/apps/details?id=moe.shizuku.privileged.api) 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.
## 🔧 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 APKLocally
- 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`