In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "ARCTool"

From WiiBrew
Jump to navigation Jump to search
Line 13: Line 13:
  
 
I have confirmed Yaz0 and U8 support to be 100% working.
 
I have confirmed Yaz0 and U8 support to be 100% working.
 
If you have any trouble with it, message me on IRC (nick is tpw_rules) or leave a note on the talk page.
 
  
 
===Requirements===
 
===Requirements===
 
Python 2.5 or higher (not Python 3.x however).
 
Python 2.5 or higher (not Python 3.x however).
 +
 
Tested with Python 2.5 and 2.6 on Mac OS X 10.5.8. It should work with Windows and Linux with a suitable version of Python installed.
 
Tested with Python 2.5 and 2.6 on Mac OS X 10.5.8. It should work with Windows and Linux with a suitable version of Python installed.
  
Line 32: Line 31:
 
==Known Bugs==
 
==Known Bugs==
 
None yet :D
 
None yet :D
 +
 +
If you find one, message me on IRC (nick is tpw_rules) or leave a note on the talk page.
  
 
==Thanks To==
 
==Thanks To==

Revision as of 21:57, 4 January 2010

ARCTool
General
Author(s)tpw_rules
TypePC utility
Version0.1b
Links
Download

ARCTool is a Python script for extracting Yaz0, RARC, and U8 archives. These are used in many Nintendo games, and sometimes have the extension arc, hence the name.

Info

The inspiration for this tool came about when I wrote a RARC extractor and realized that all the files I wanted to extract were U8, but they still had the arc extension.

I have confirmed Yaz0 and U8 support to be 100% working.

Requirements

Python 2.5 or higher (not Python 3.x however).

Tested with Python 2.5 and 2.6 on Mac OS X 10.5.8. It should work with Windows and Linux with a suitable version of Python installed.

Usage

python ARCTool.py [-q] [-o <output>] <inputfile>

Options

--version: show program's version number and exit<br>
-h, --help: show this help message and exit<br>
-o OF, --output=OF: write archive to FILE<br>
-q, --quiet: don't print anything (except errors)

Known Bugs

None yet :D

If you find one, message me on IRC (nick is tpw_rules) or leave a note on the talk page.

Thanks To

  • #python on freenode for helping me with some stupid mistakes.
  • #wiidev for, again, helping me with stupid mistakes (and not so stupid ones).
  • YAGCD and the WiiBrew wiki for documentation and example code on the various formats.
  • Magicus for parse-u8.c which I used for testing.
  • Everybody else I forgot.