Created
January 9, 2021 01:25
-
-
Save LolHacksRule/e431dea486db48ad018a38ff0309d841 to your computer and use it in GitHub Desktop.
Ubisoft LyN Engine (Wii U) *.TDT > *.GTX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# run within an extracted game data directory (having TDT files) | |
# recursively snips header from .TDT files to be readable as Wii U GTX texture files | |
find . -name "*.tdt" -exec sh -c 'tail -c +15 "$1" > "$1.gtx"' x {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment