mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
Bumps [directxtex_desktop_win10](https://github.com/microsoft/DirectXTex) from 2021.8.2.1 to 2023.3.30.1. - [Release notes](https://github.com/microsoft/DirectXTex/releases) - [Changelog](https://github.com/microsoft/DirectXTex/blob/main/HISTORY.md) - [Commits](https://github.com/microsoft/DirectXTex/commits) --- updated-dependencies: - dependency-name: directxtex_desktop_win10 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> Co-authored-by: 刘旭 <34770031+Blinue@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| MPVHookTextureParser.cpp | ||
| MPVHookTextureParser.sln | ||
| MPVHookTextureParser.vcxproj | ||
| MPVHookTextureParser.vcxproj.filters | ||
| packages.config | ||
| README.md | ||
| README_EN.md | ||
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