Magpie/tools/MPVHookTextureParser
2023-11-13 11:56:21 +08:00
..
.gitignore 更新 CI (#446) 2022-11-04 18:55:52 +08:00
MPVHookTextureParser.cpp chore: 清理 MPVHookTextureParser 2023-10-15 19:28:40 +08:00
MPVHookTextureParser.sln chore: 清理 MPVHookTextureParser 2023-10-15 19:28:40 +08:00
MPVHookTextureParser.vcxproj chore: Dependabot 不支持 C++ 2023-11-13 11:56:21 +08:00
MPVHookTextureParser.vcxproj.filters feat: 移植 RAVU_R3 2021-10-28 19:36:31 +08:00
packages.config chore: Dependabot 不支持 C++ 2023-11-13 11:56:21 +08:00
README.md perf: 优化解析 mpv hook texture 的流程 2021-10-30 23:55:55 +08:00
README_EN.md Translated all documentations to English 2022-03-26 16:46:31 -05:00

MPVHookTextureParser

Translates the TEXTURE in mpv hood to DDS format.

Usage Guides

Copy the texts in TEXTURE in to the files in the following format:

{WIDTH} {HEIGHT}
{TEXTURE DATA}

e.g.

45 2592
00000000000000000000000000000000a164deb9bc0290ba6a16...

Assuming the filename is TEXTURE.txt, execute the following command to output the results to weights.dds:

> .\MPVHookTextureParser TEXTURE.txt weights.dds