Difference between revisions of "Wiimms ISO Tools"

From Custom Mario Kart
Jump to navigation Jump to search
Line 14: Line 14:
 
Try the command:
 
Try the command:
 
  wit extract mkw.iso --files=+/files/Race/Course --dest=tracks/ --flat
 
  wit extract mkw.iso --files=+/files/Race/Course --dest=tracks/ --flat
'''mkw.iso''' is the file name of your ISO image, all others must be entered literally. This command will extract all files of the ISO internal directory '''/files/Race/Course''' into the local sub directory '''tracks/'''. Most of this extracted files are Nintendos track files.
+
'''mkw.iso''' is the file name of your ISO image, all others must be entered literally. This command will extract all files of the ISO internal directory [[Filesystem/Race/Course|'''/files/Race/Course''']] into the local sub directory '''tracks/'''. Most of this extracted files are Nintendos track files.
  
 
== Links ==
 
== Links ==
 
{{User-Wiimm-Link}}
 
{{User-Wiimm-Link}}
 
[[category:Software]]
 
[[category:Software]]

Revision as of 20:09, 17 March 2011

Wiimms ISO Tools is a set of four tools to manipulate ISO files and WBFS partitions. The tools can handle the file formats .iso, .ciso, .wbi, .wdf, .wia, .wbfs and extracted files systems (FST). Extracted files systems are important for Wiimms ISO Patcher.

The toolset is available for Linux, Max and Windows.

Extracting files

The wit tools are able to extract all or some files of any of a Wii ISO image. Use wwt (Wiimm WBFS Tool) to extract files from a disc inside a WBFS partition. Use wit (Wiimm ISO Tool) to extract files from any ISO image (file foramt .iso, .ciso, .wdf, .wia or .wbfs). Lunux and Mac users can also use wfuse to mount an ISO image or a complete WBFS partition and to use any file browser to extract files.

wit example

Try the command:

wit extract mkw.iso --files=+/files/Race/Course --dest=tracks/ --flat

mkw.iso is the file name of your ISO image, all others must be entered literally. This command will extract all files of the ISO internal directory /files/Race/Course into the local sub directory tracks/. Most of this extracted files are Nintendos track files.

Links