Cvm tool: Difference between revisions

From Ryu Ga Gotoku Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
A program to extract and repack [[CVM]] files. <br>
cvm_tool was released by roxfan in 2010. It can "split" the [[CVM]] into separate header and ISO files, so that you can edit the contents of the archive and then "make" a new CVM.
<br>
The tool can be found [https://github.com/mchubby/RE-games-attic/tree/master/sega-nextech/cvm_tool%20%5Broxfan%5D here]
The tool can be found [https://github.com/mchubby/RE-games-attic/tree/master/sega-nextech/cvm_tool%20%5Broxfan%5D here]



Revision as of 03:50, 16 December 2022

cvm_tool was released by roxfan in 2010. It can "split" the CVM into separate header and ISO files, so that you can edit the contents of the archive and then "make" a new CVM.
The tool can be found here

Usage

Use the following command to:
Output an ISO file for you to edit:
cvm_tool.exe -p qi2o@9a! split OGRE2.CVM OGRE2.iso OGRE2.hdr
Use this to repack your CVM back:
cvm_tool.exe -p qi2o@9a! mkcvm OGRE2.CVM OGRE2.iso OGRE2.hdr