Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- And now I know what texture formats Nintendo Switch Just Dance 2017 uses. At least the two formats which I have samples for.
- Supported source DDS formats (passthrough only, no conversion):
- DXT1 --> RGB_DXT1 0x42
- DXT5 --> RGBA_DXT5 0x44
- .xtx output.
- So yes, tex mods can be done. Just no way to load them anytime soon.
- Converted with NvnTools from Nintendo NX SDK.
- dds.bat
- NvnTexpkg.exe -i (texin).dds -o (texout).xtx
- @pause
- To remove the headers, use QuickBMS
- just_dance_tex_hdr_remove_switch.bms
- idstring "\x00\x00\x00\x09TEX"
- get SIZE asize
- math OFFSET = 0x2c
- math SIZE - OFFSET
- get NAME basename
- string NAME + ".xtx"
- log NAME OFFSET SIZE
- Hoping for a way to convert the .xtx textures to .png.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement