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")
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''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.
+
{{ProgramBob
 +
| screen=GenArcEd.png
 +
| screenwidth=300px
 +
| category=Archive editor
 +
| version=17
 +
| date=2012-10-31
 +
| status=Inactive
 +
| system=Microsoft .NET Framework
 +
| games=[[Sonic Generations]]
 +
| credits=[[User:MainMemory|MainMemory]]
 +
}}
 +
'''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:
 +
/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==
 
==Downloads==
{{Download
+
{{Multidownload
| title=Generations Archive Editor
+
| name=Generations Archive Editor
| version=4
+
| file1=GenArcEd.zip
| file=GenArcEd.zip
+
| filename1=Binaries
| filesize=53KB
+
| filesize1=88KB
 +
| file2=GenArcEd-src.zip
 +
| filename2=Source Code
 +
| filesize2=98KB
 
}}
 
}}
  
 
[[Category:Programs]]
 
[[Category:Programs]]

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)