Line 3:
Line 3:
|author = [[User:tpw_rules|tpw_rules]]
|author = [[User:tpw_rules|tpw_rules]]
|type = pc utility
|type = pc utility
−
|version = 0.2b
+
|version = 0.3b
|download = Media:ARCTool_v0.2b.zip
|download = Media:ARCTool_v0.2b.zip
|source = http://github.com/tpwrules/ARCTool
|source = http://github.com/tpwrules/ARCTool
Line 20:
Line 20:
==Usage==
==Usage==
−
<pre><nowiki>python ARCTool.py [-q] [-o <output>] <inputfile> [inputfile2] ... [inputfileN]</nowiki></pre>
+
<pre><nowiki>python ARCTool.py [-qlh] [-o <output>] <inputfile> [inputfile2] ... [inputfileN]</nowiki></pre>
===Options===
===Options===
Line 30:
Line 30:
multiple archives, all of them will be put in this
multiple archives, all of them will be put in this
dir.
dir.
−
-q, --quiet don't print anything (except errors)</pre>
+
-q, --quiet don't print anything (except errors)
+
-l, --list print a list of files contained in the specified
+
archive (ignores -q)</pre>
==Known Bugs==
==Known Bugs==
Line 38:
Line 40:
==Changelog==
==Changelog==
+
====0.3b====
+
*Fixed a bug with RARC extraction where it would improperly detect . and .. entries and either skip directories or recurse infinitely. (Again, my test archives decieved me!)
+
*Added the -l option which lists the contents of the archive without extracting them.
+
*Can now be imported as a module.
====0.2b====
====0.2b====
*Fixed a bug in the U8 extractor where it would not change directories properly. I know I said it was 100% working, but the bug was not triggered by the archives I was using to test.
*Fixed a bug in the U8 extractor where it would not change directories properly. I know I said it was 100% working, but the bug was not triggered by the archives I was using to test.