NAME
rgssad - extract files from RGSS archive
SYNOPSIS
rgssad [-h] [-l] [-d exdir] archive [file(s) ...]
OPTIONS
- -h, --help
-
Print usage and exit.
- -l, --list
-
Do not extract the entries to files, just list the paths of entries.
- -d extdir, --dest=extdir
-
Extract files to the specified directory.
- -t version, --type=version
-
Use type to determine archive type or version. If version is 1, force the script to treat archive as .rgssad or .rgss2a (rgssad v1). If version is 3, force the script to treat archive as .rgss3a (rgssad v3). Otherwise, the script will automatically detect archive type according to the version number in archive header.
EXAMPLES
To list all entries of Game.rgssad, try
rgssad -l Game.rgssad
To extract all entries from Game.rgss2a to directory resources, try
rgssad Game.rgss2a -d resources
To extract Data\Scripts.rvdata2 from Game.rgss3a to current directory, try
rgssad Game.rgss3a ./Data/Scripts.rvdata2
SEE ALSO
Archive::Rgssad and Archive::Rgss3a
AUTHOR
Zejun Wu, <watashi at watashi.ws>
SUPPORT
You can find documentation for this script with the man command.
man rgssad
You can also look for information at:
LICENSE AND COPYRIGHT
Copyright 2012 Zejun Wu.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.