Advertisement
Nightseeker

Just Dance 2017 Texture formats Nintendo Switch

Jul 3rd, 2017
2,126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. And now I know what texture formats Nintendo Switch Just Dance 2017 uses. At least the two formats which I have samples for.
  2.  
  3. Supported source DDS formats (passthrough only, no conversion):
  4.  
  5. DXT1 --> RGB_DXT1 0x42
  6. DXT5 --> RGBA_DXT5 0x44
  7.  
  8. .xtx output.
  9.  
  10. So yes, tex mods can be done. Just no way to load them anytime soon.
  11.  
  12. Converted with NvnTools from Nintendo NX SDK.
  13.  
  14.  
  15. dds.bat
  16. NvnTexpkg.exe -i (texin).dds -o (texout).xtx
  17.  
  18. @pause
  19.  
  20. To remove the headers, use QuickBMS
  21.  
  22. just_dance_tex_hdr_remove_switch.bms
  23. idstring "\x00\x00\x00\x09TEX"
  24. get SIZE asize
  25. math OFFSET = 0x2c
  26. math SIZE - OFFSET
  27. get NAME basename
  28. string NAME + ".xtx"
  29. log NAME OFFSET SIZE
  30.  
  31. Hoping for a way to convert the .xtx textures to .png.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement