MRG Manager
Game : The Legend of Dragoon
Platform : PlayStation
Author : NoOneee
Release date : 07 Nov 2016
Category : Data Extraction / Insertion
OS : Windows
Skill Level : Intermediate
Version : 1.1
Downloads : 849
Utility 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:
- Extract all files from mrg_file.bin to mrg_folder
mrg x mrg_file.bin mrg_folder
- Extract files file00010 and file00050 from mrg_file.bin
mrg x mrg_file.bin mrg_folder 10 50
- Replace file00010 and file00050 from mrg_folder into mrg_file.bin
mrg r mrg_file.bin mrg_folder 10 50
- Create a new MRG file with files ranging from file00000.bin to file00999.bin located at mrg_folder
mrg c mrg_file.bin mrg_folder 1000