OniSplit: Difference between revisions

290 bytes added ,  10 April 2008
m
no edit summary
mNo edit summary
mNo edit summary
Line 56: Line 56:
A list of commands can be found be entering OniSplit -help
A list of commands can be found be entering OniSplit -help


  -export <directory> Export a Oni .dat file to directory.
-export <directory>             Export a Oni .dat file to directory.
  -extract:dds <directory> Extracts all textures (TXMP) from a Oni .dat/.oni file in DDS format.
-import <directory>            Import a Oni .dat file from directory.
  -extract:tga <directory> Extracts all textures (TXMP) from a Oni .dat/.oni file in TGA format.
                                        Target file format is determined from source files (when possible)
  -extract:png <directory> Extracts all textures (TXMP) from a Oni .dat/.oni file in PNG format.
-import:sep <directory>        Import a Oni .dat file from directory.
  -extract:wav <directory> Extracts all sounds (SNDD) from a Oni .dat/.oni file in WAV format.
                                        Create a .dat file that uses .raw and .sep binary files (Mac and PC Demo)
  -extract:aif <directory>       Extracts all sounds (SNDD) from a Oni .dat/.oni file in AIF format.
-import:nosep <directory>      Import a Oni .dat file from directory.
  -create:txmp <directory>       [-genmipmaps] [-nouwrap] [-novwrap] [-format:bgr32|bgra32|bgr555|bgra5551|bgra4444|dxt1] [-envmap:texture_name] image_file
                                        Create a .dat file that uses only .raw binary file (PC)
  -create:m3gm <directory>       [-tex:texture_name] obj_file
-extract:dds <directory>       Extracts all textures (TXMP) from a Oni .dat/.oni file in DDS format.
  -import <directory> Import a Oni .dat file from directory.
-extract:tga <directory>       Extracts all textures (TXMP) from a Oni .dat/.oni file in TGA format.
                                Target file format is determined from source files (when possible)
-extract:png <directory>       Extracts all textures (TXMP) from a Oni .dat/.oni file in PNG format.
  -import:sep <directory> Import a Oni .dat file from directory.
-extract:wav <directory>       Extracts all sounds (SNDD) from a Oni .dat/.oni file in WAV format.
                                Create a .dat file that uses .raw and .sep binary files (Mac and PC Demo)
-extract:aif <directory>       Extracts all sounds (SNDD) from a Oni .dat/.oni file in AIF format.
  -import:nosep <directory> Import a Oni .dat file from directory.
-extract:txt <directory>        Extracts all subtitles (SUBT) from a Oni .dat/.oni file in TXT format.
                                Create a .dat file that uses only .raw binary file (PC)
-create:txmp <directory> [-genmipmaps] [-nouwrap] [-novwrap] [-format:bgr32|bgra32|bgr555|bgra5551|bgra4444|dxt1] [-envmap:texture_name] image_file
  -copy <directory> Copy an exported .oni file and its dependencies to directory.
-create:m3gm <directory> [-tex:texture_name] obj_file
  -move <directory> Move an exported .oni file and its dependencies to directory.
-create:subt <directory> txt_file
  -move:overwrite <directory> Move an exported .oni file and its dependencies to directory.
-copy <directory>               Copy an exported .oni file and its dependencies to directory.
                                Overwrites any existing files
-move <directory>               Move an exported .oni file and its dependencies to directory.
  -move:delete <directory> Move an exported .oni file and its dependencies to directory.
-move:overwrite <directory>     Move an exported .oni file and its dependencies to directory.
                                Deletes files at source when they already exist at destination.
                                        Overwrites any existing files
  -deps Get a list of exported .oni files the specified files depends on.
-move:delete <directory>       Move an exported .oni file and its dependencies to directory.
  -version Print OniSplit versions
                                        Deletes files at source when they already exist at destination.
-deps                           Get a list of exported .oni files the specified files depends on.
-version                       Print OniSplit versions
 


Note: For Mac users the command is:
Note: For Mac users the command is:


   mono onisplit.exe
   mono onisplit.exe


===Download links===
===Download links===
830

edits