Magpie/tools/MPVHookTextureParser
dependabot[bot] 69e14b2ae4
chore(deps): bump directxmath in /tools/MPVHookTextureParser (#530)
Bumps [directxmath](https://github.com/microsoft/DirectXMath) from 2021.1.11.2 to 2022.12.12.1.
- [Release notes](https://github.com/microsoft/DirectXMath/releases)
- [Changelog](https://github.com/microsoft/DirectXMath/blob/main/HISTORY.md)
- [Commits](https://github.com/microsoft/DirectXMath/commits)

---
updated-dependencies:
- dependency-name: directxmath
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-31 21:18:31 +08:00
..
.gitignore 更新 CI (#446) 2022-11-04 18:55:52 +08:00
MPVHookTextureParser.cpp 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 chore(deps): bump directxmath in /tools/MPVHookTextureParser (#530) 2023-03-31 21:18: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