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.
- decode "scripts" file
- extract "activity_coloring_template.lua" from decoded "scripts" (UnityBundle)
- unlock "activity_coloring_template.lua"
- 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"