Advertisement
onetwothreefour-ui

"wine g3dcvtr --help" output

Sep 4th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. Converters and utilities for NITRO System(G3D)
  2.  
  3. -h --help Display this help and exit
  4. -o <output> Specify output file name
  5. --version Output version information and exit
  6.  
  7. [*..imd]:
  8. Usage: g3dcvtr SOURCE... [OPTION]...
  9. Convert .imd files into a binary file(.nsbmd/.nsbtx)
  10.  
  11. -etex Output only texture data(.nsbtx)
  12. -emdl Output only model structures(.nsbmd)
  13. -eboth Output model structures and texture data(default, .nsbmd)
  14. -s Store the all matrices on the matrix stack
  15. -texsrt Always output data field for a texture matrix
  16.  
  17. [*..ica]:
  18. Usage: g3dcvtr SOURCE... [OPTION]...
  19. Convert .ica files into a binary file(.nsbca)
  20. -OT, --OmitTranslation Omit translation data
  21. -OS, --OmitScale Omit scaling data
  22. -OR, --OmitRotation Omit rotation data
  23.  
  24. [*..ima]:
  25. Usage: g3dcvtr SOURCE... [OPTION]...
  26. Covnert .ima files into a binary file(.nsbma)
  27.  
  28. [*..ita]:
  29. Usage: g3dcvtr SOURCE... [OPTION]...
  30. Convert .ita files into a binary file(.nsbta)
  31.  
  32. [*..itp]:
  33. Usage: g3dcvtr SOURCE... [OPTION]...
  34. Convert .itp files into a binary file(.nsbtp)
  35.  
  36. [*..iva]:
  37. Usage: g3dcvtr SOURCE... [OPTION]...
  38. Convert .iva files into a binary file(.nsbva)
  39.  
  40. [.nsbmd/.nsbtx/.nsbca/.nsbva/.nsbma/.nsbtp/.nsbta]:
  41. Usage: g3dcvtr BINFILE
  42. Show some information about specified binary files.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement