오버워치 텍스쳐 변환 - hyunsang-shim/Project-M GitHub Wiki
datatool 이용시
datatool을 사용하면 메뉴가 나오고 extract 쪽에서 mode를 바꿔서 써주면된다.
tga 텍스쳐 추출
-영웅
ex)datatool --convert-textures-type=tga "오버워치 설치폴더" extract-unlocks "언팩파일풀 빈폴더" "영웅이름"
-npc
ex)datatool --convert-textures-type=tga "오버워치 설치폴더" extract-npcs "언팩파일풀 빈폴더" "npc이름"
--convert-textures-type=tga
tga를 (dds, tif, png, jpg, hdr) 변경할수있다.