Actions

Difference between revisions of "Generations Archive Editor"

From Sonic Retro

m
m
Line 2: Line 2:
  
 
Command-line arguments:
 
Command-line arguments:
 +
/t filename - Reads text file filename as a command line.
 
  /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 [/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.
 
  /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.
Line 10: Line 11:
 
{{Download
 
{{Download
 
| title=Generations Archive Editor
 
| title=Generations Archive Editor
| version=8
+
| version=9
 
| file=GenArcEd.zip
 
| file=GenArcEd.zip
 
| filesize=56KB
 
| filesize=56KB

Revision as of 13:41, 30 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:

/t filename - Reads text file filename as a command line.
/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: 9