Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

LAC Tool icon

# 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)

---

LAC Tool screenshot

## 💡 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 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`