Magpie/tools/MPVHookTextureParser
2022-04-08 15:24:28 +08:00
..
.gitignore feat: 支持将 mpv hook 的 TEXTURE 块转换为 DDS 2021-10-27 18:54:01 +08:00
MPVHookTextureParser.cpp perf: 优化解析 mpv hook texture 的流程 2021-10-30 23:55:55 +08:00
MPVHookTextureParser.exe perf: 优化解析 mpv hook texture 的流程 2021-10-30 23:55:55 +08:00
MPVHookTextureParser.sln feat: 移植 RAVU_R3 2021-10-28 19:36:31 +08:00
MPVHookTextureParser.vcxproj feat: 移植 NIS v1.0.2 2022-02-25 22:43:37 +08:00
MPVHookTextureParser.vcxproj.filters feat: 移植 RAVU_R3 2021-10-28 19:36:31 +08:00
packages.config feat: 移植 RAVU_R3 2021-10-28 19:36:31 +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