Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 672 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 672 Bytes

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 <PixelHeight> <PixelWidth> <optional color>
"<PixelHeight>" and "<PixelWidth>" is a size of pixel/cell in px
Example: "AZLpixelartExporter 20 20 #00000000"