08-04-2022, 07:09 AM
Downloaded ROM and the tool mgs_gbc, but when I click on the .exe, nothing happens. Also dragging the ROM into the .exe seems to be useless.
The name of the ROM in this example must be Metal Gear Solid (U) [C][!].gbc but if your ROM has a different name, you use that one.
Overall this tool reminds me of [Windows] + [R] und typing cmd into the box, which opens a windows tool with similar command structures.
Quote:This utility can compress/decompress image data from Metal Gear Solid for the Game Boy Color.Since we want to decompress the ROM, I crossed out the useless part of the instructions and highlighted the important part which you have to type into the command window of the tool (if you're able to open it, I can't).
Usage to decompress from input file from offset to output file:
mgs_gbc.exe d [input_file] [output_file] [offset]
Example of usage: mgs_gbc.exe d “Metal Gear Solid (U) [C][!].gbc” “output.bin” 0×178cf4
Usage to compress:
1) input file to output mgs_gbc.exe c [input_file] [output_file] Example of usage: mgs_gbc.exe c “uncompressed.bin” “compressed.bin”
2) input file and insert it in romfile to offset mgs_gbc.exe c [input_filename] [rom_filename] [offset] Example of usage: mgs_gbc.exe c “uncompressed.bin” “Metal Gear Solid (U) [C][!].gbc” 0×178cf4
The name of the ROM in this example must be Metal Gear Solid (U) [C][!].gbc but if your ROM has a different name, you use that one.
Overall this tool reminds me of [Windows] + [R] und typing cmd into the box, which opens a windows tool with similar command structures.