Actions

Difference between revisions of "Generations Archive Editor"

From Sonic Retro

m
m (Text replacement - "date=October ([0-9][0-9]), ([0-9][0-9][0-9][0-9])" to "date=$2-10-$1")
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Program
+
{{ProgramBob
 
| screen=GenArcEd.png
 
| screen=GenArcEd.png
 
| screenwidth=300px
 
| screenwidth=300px
 
| category=Archive editor
 
| category=Archive editor
 
| version=17
 
| version=17
| date=October 31, 2012
+
| date=2012-10-31
 
| status=Inactive
 
| status=Inactive
 
| system=Microsoft .NET Framework
 
| system=Microsoft .NET Framework
 
| games=[[Sonic Generations]]
 
| games=[[Sonic Generations]]
| credits=[[MainMemory]]
+
| credits=[[User:MainMemory|MainMemory]]
 
}}
 
}}
'''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; and and a command-line interface for extracting and packing files.
+
'''Generations Archive Editor''' is a utility for extracting/creating/editing .ar.??/.pfd files from ''[[Sonic Generations]]''. It was written by [[User:MainMemory|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; and a command-line interface for extracting and packing files.
  
 
Command-line arguments:
 
Command-line arguments:

Latest revision as of 14:44, 10 October 2019

GenArcEd.png
Generations Archive Editor
Category: Archive editor
Version: 17
Status: Inactive
System: Microsoft .NET Framework
Supported Games: Sonic Generations
Credits: MainMemory

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; and a command-line interface for extracting and packing files.

Command-line arguments:

/t filename - Reads text file filename as a command line.
/u filename [destination] - Extracts filename to destination, or the current directory.
/p [/pad num] filenames destination - Packs files into the destination archive. /pad pads file data to a multiple of num in hex.
/l filename - Generates a listing file (.ARL) for the archive.
filename - Opens file in the visual editor.

Downloads

Download.svg

Download Generations Archive Editor
Multiple downloads available

Binaries (88 kB) (info)
Source Code (98 kB) (info)