Actions

Difference between revisions of "Generations Archive Editor"

From Sonic Retro

m
m
Line 3: Line 3:
 
Command-line arguments:
 
Command-line arguments:
 
  /u [/s] filename [destination] - Extracts filename to destination, or the current directory. /s specifies that the archive is split, and all parts should be loaded.
 
  /u [/s] filename [destination] - Extracts filename to destination, or the current directory. /s specifies that the archive is split, and all parts should be loaded.
  /p [/s] filenames destination - Packs files into the destination archive. /s specifies that the archive should be split when it reaches 10MB.
+
  /p [/pad num] [/s] filenames destination - Packs files into the destination archive. /pad pads file data to a multiple of num in hex. /s specifies that the archive should be split when it reaches 10MB.
 
  /l [/s] filename - Generates a listing file (.ARL) for the archive. /s specifies that the archive is split, and all parts should be loaded.
 
  /l [/s] filename - Generates a listing file (.ARL) for the archive. /s specifies that the archive is split, and all parts should be loaded.
 
  filename - Opens file in the visual editor.
 
  filename - Opens file in the visual editor.
Line 10: Line 10:
 
{{Download
 
{{Download
 
| title=Generations Archive Editor
 
| title=Generations Archive Editor
| version=7
+
| version=8
 
| file=GenArcEd.zip
 
| file=GenArcEd.zip
| filesize=53KB
+
| filesize=56KB
 
}}
 
}}
  
 
[[Category:Programs]]
 
[[Category:Programs]]

Revision as of 14:33, 11 January 2012

Generations Archive Editor is a utility for extracting/creating/editing .ar.??/.pfd files from Sonic Generations. It was written by MainMemory in C#, and requires the .NET Framework 3.5 to run. It is based on SADXsndSharp. It provides a GUI interface for adding, removing and extracting files.

Command-line arguments:

/u [/s] filename [destination] - Extracts filename to destination, or the current directory. /s specifies that the archive is split, and all parts should be loaded.
/p [/pad num] [/s] filenames destination - Packs files into the destination archive. /pad pads file data to a multiple of num in hex. /s specifies that the archive should be split when it reaches 10MB.
/l [/s] filename - Generates a listing file (.ARL) for the archive. /s specifies that the archive is split, and all parts should be loaded.
filename - Opens file in the visual editor.

Downloads

Download.svg Download Generations Archive Editor
File: GenArcEd.zip (88 kB) (info)
Current version: 8