830
edits
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. | |||
-import <directory> Import a Oni .dat file from directory. | |||
Target file format is determined from source files (when possible) | |||
-import:sep <directory> Import a Oni .dat file from directory. | |||
Create a .dat file that uses .raw and .sep binary files (Mac and PC Demo) | |||
-import:nosep <directory> Import a Oni .dat file from directory. | |||
Create a .dat file that uses only .raw binary file (PC) | |||
-extract:dds <directory> Extracts all textures (TXMP) from a Oni .dat/.oni file in DDS format. | |||
-extract:tga <directory> Extracts all textures (TXMP) from a Oni .dat/.oni file in TGA format. | |||
-extract:png <directory> Extracts all textures (TXMP) from a Oni .dat/.oni file in PNG format. | |||
-extract:wav <directory> Extracts all sounds (SNDD) from a Oni .dat/.oni file in WAV format. | |||
-extract:aif <directory> Extracts all sounds (SNDD) from a Oni .dat/.oni file in AIF format. | |||
-extract:txt <directory> Extracts all subtitles (SUBT) from a Oni .dat/.oni file in TXT format. | |||
-create:txmp <directory> [-genmipmaps] [-nouwrap] [-novwrap] [-format:bgr32|bgra32|bgr555|bgra5551|bgra4444|dxt1] [-envmap:texture_name] image_file | |||
-create:m3gm <directory> [-tex:texture_name] obj_file | |||
-create:subt <directory> txt_file | |||
-copy <directory> Copy an exported .oni file and its dependencies to directory. | |||
-move <directory> Move an exported .oni file and its dependencies to directory. | |||
-move:overwrite <directory> Move an exported .oni file and its dependencies to directory. | |||
Overwrites any existing files | |||
-move:delete <directory> Move an exported .oni file and its dependencies to directory. | |||
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=== |
edits