Skip to content

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

Notifications You must be signed in to change notification settings

mixa3607/AZLpixelArtExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages