|
Description |
This program allows you to create, extract and replace files on MRG archives, used by the game Legend of Dragoon.
Source code is included.
See the README for more information.
Examples:
[list]
[li]Extract all files from mrg_file.bin to mrg_folder[/li]
mrg x mrg_file.bin mrg_folder
[li]Extract files file00010 and file00050 from mrg_file.bin[/li]
mrg x mrg_file.bin mrg_folder 10 50
[li]Replace file00010 and file00050 from mrg_folder into mrg_file.bin[/li]
mrg r mrg_file.bin mrg_folder 10 50
[li]Create a new MRG file with files ranging from file00000.bin to file00999.bin located at mrg_folder[/li]
mrg c mrg_file.bin mrg_folder 1000
[/list] |
|