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

https://github.com/mixa3607/azlpixelartexporter

Program for render pixel art from Azur Lane (need decompiled "activity_coloring_template.lua" from scripts file).
https://github.com/mixa3607/azlpixelartexporter

azurlane bitmap csharp nlua

Last synced: about 1 year ago
JSON representation

Program for render pixel art from Azur Lane (need decompiled "activity_coloring_template.lua" from scripts file).

Awesome Lists containing this project

README

          

# AZLpixelArtExporter
Program for render pixel art from Azur Lane (need decompiled "activity_coloring_template.lua" from scripts file).

LuaScripts/DecompOrigSrc/activity_coloring_template.lua
this is a file with coloring templates. For get it you need.
1. decode "scripts" file
2. extract "activity_coloring_template.lua" from decoded "scripts" (UnityBundle)
3. unlock "activity_coloring_template.lua"
4. decompile unlocked "activity_coloring_template.lua" (Luajit 2.1.0 compiled lua)

```
AZLpixelartExporter
"" and "" is a size of pixel/cell in px
Example: "AZLpixelartExporter 20 20 #00000000"
```