Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.54 KB

README.md

File metadata and controls

75 lines (61 loc) · 2.54 KB

VMatrix Core Images

Create VMatrix core images.

The Pipelines

  1. Extract skill icons from Skill.wz to ./img/skills using WzComparerR2.

    • Check all skill icons are (32,32,4).
  2. Extract the background, frame, mask, lock icons from UI.wz/VMatrixUI.img to ./img/VMatrixUI.

    Picture of frame Picture of frame Picture of frame Picture of frame Picture of frame

  3. Mask skill icons for each directions.

    Picture of iconPicture of left mask icon Picture of right mask icon Picture of up mask icon

  4. Merge three masked skill icons. (left+right+up, 3-permutations)

    Picture of icon 1 + Picture of icon 2 + Picture of icon 3Picture of combination

  5. Add frame to merged images.

    Picture of combination + Picture of framePicture of combination

  6. Add lock to merged images.

    Picture of combination + Picture of lockPicture of combination

Image File Structures

img
├─VMatrixUI
└─skills
   ├─Adele
   │  ├─comb+frame
   │  │  ├─Cleave+Eviscerate+Skewering.png
   │  │  ├─Cleave+Skewering+Eviscerate.png
   │  │  ├─Eviscerate+Cleave+Skewering.png
   │  │  └─ ...
   │  ├─comb+frame+lock
   │  │  ├─Cleave+Eviscerate+Skewering.png
   │  │  ├─Cleave+Skewering+Eviscerate.png
   │  │  ├─Eviscerate+Cleave+Skewering.png
   │  │  └─ ...
   │  ├─Cleave.png
   │  ├─Eviscerate.png
   │  └─ ...
   └─ ...

TODO

  • imagesearch from in-game screenshots
  • find the valid combinations