Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

[PS2] Virtual Pro Football aka World Football Climax

Featured Replies

  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 9:44 am (74308)


I already try with cvm2iso, but it doesn?t pop in the files inside from the ISO, i read in other threads i was need to remove the header with 0x1800. I don?t know how to do that, i try with HxD but i can?t make sure what it is the right code. I try to remove the CHMV as value 00. So i need help here.
The cvm2iso it should already break the protection, but it seems it does more then convert the ISO even the UltraISO can?t read it.
The CVM tool i can?t find no tutorials or even one video to show how to do it on Windows.

I found the password to be the same to all as cc2fuku.

Here's the protected file i really wanna get the textures here: https://easyupload.io/vau9cz

If you wanna help me and send me the correct ISO will be a great pleasure. :)

Code on HxD inside.

Quote:
CVMH??????o????????????????????fh?j#"$??????ROFSROFSBLD Ver.1.52 2003-06-09?????????????

Binary code

43 56 4D 48 00 00 00 00 00 00 07 F4 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 66 B6 68 00 6A 07 10 07 23 22 24 00 01 01 00 00 00 00 00 10 52 4F 46 53 52 4F 46 53 42 4C 44 20 56 65 72 2E 31 2E 35 32 20 32 30 30 33 2D 30 36 2D 30 39 00 00 00 00 00 00 00 00 00 00 00 00 00

cvm_tool_02.zip

cvm2iso.zip

  • Author
  • Localization

BloodRaynare, posted Mon Nov 21, 2022 11:06 am (74309)


If you ran the cvm_tool without the commandline with Command Prompt, it will explain the needed parameters you need to input. To extract the CVM to ISO, the command you want use is the split ones:

Code:
split [-p ]   []  Extract ISO file from a ROFS volume


So run the cvm_tool like this:

Code:
cvm_tool split -p cc2fuku DATA.CVM DATA.ISO


If UltraISO cannot open the resulting ISO file, try opening it with 7-Zip instead.
  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 11:54 am (74310)


Done, but appears bad decryption key? :( No ISO as been done.

Quote:
Input file: DATA.CVM
00000000: chunk 'CVMH', length 0x000007F4 (0x00000800)
CVMH chunk:
file size: 0x66B66800
date: 2006-07-16 07:35:34, GMT offset: 540 minutes
verinfo1: 1.1.0.0
flags_30: 0x00000010
(encrypted TOC)
FS id: ROFS
maker id: 'ROFSBLD Ver.1.52 2003-06-09'
verinfo2: 1.31.0.0
flag_7C: 3
flag_7D: 0
zone table (1 entries): [ 1 ]
zone TOC sector: 1 (index 0)
ISO start sector: 3
00000800: chunk 'ZONE', length 0x66B65FF4 (0x66B66000)
ZONE chunk:
zone0C: 3
zone10: 0
zone11: 0
zone12: 4
zone13: 16
zone14: 0
sector len 1: 2048
sector len 2: 2048
dataloc1: sector 2, len 0x00000800
dataloc ISO: sector 3, len 0x66B65000
Password 'cc2fuku', key: 5BD558AB553D41BD
.za?)i?Va?>?e=Q (?)h??o??OU?PnBrG\U^eHI8??f1O?Nvo !#o_A,%???E); bad decryption key?
  • Author
  • Localization

BloodRaynare, posted Mon Nov 21, 2022 12:16 pm (74311)


That means the password is incorrect. You'll have to find it again in the game's executable (Should be something named SLPM/SLPS or SLES).
Or you can sent that file here. Hopefully this isn't like the Virtual-On Marz where it doesn't store the password anywhere.
  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 12:24 pm (74312)


BloodRaynare wrote:
That means the password is incorrect. You'll have to find it again in the game's executable (Should be something named SLPM/SLPS or SLES).
Or you can sent that file here. Hopefully this isn't like the Virtual-On Marz where it doesn't store the password anywhere.


Done.
  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 2:03 pm (74314)


Any clues? I try to search over the SLES using HxD file but all of them appears a error.
  • Author
  • Localization

BloodRaynare, posted Mon Nov 21, 2022 2:13 pm (74315)


CrispX wrote:
Any clues? I try to search over the SLES using HxD file but all of them appears a error.


Not yet, unfortunately. Give me some more time.
EDIT: Found the password, it was:

Code:
m   j  rr
  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 3:24 pm (74317)


BloodRaynare wrote:
CrispX wrote:
Any clues? I try to search over the SLES using HxD file but all of them appears a error.


Not yet, unfortunately. Give me some more time.
EDIT: Found the password, it was:

Code:
m   j  rr


Error opening 'j for reading
  • Author
  • Localization

BloodRaynare, posted Mon Nov 21, 2022 3:28 pm (74318)


CrispX wrote:

Error opening 'j for reading


I forgot to tell you that you must enter the password parameter with "" since it contains white spaces so:

Code:
cvm_tool split -p "m   j  rr" DATA.CVM DATA.ISO
  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 3:30 pm (74319)


BloodRaynare wrote:
CrispX wrote:

Error opening 'j for reading


I forgot to tell you that you must enter the password parameter with "" since it contains white spaces so:

Code:
cvm_tool split -p "m   j  rr" DATA.CVM DATA.ISO


Thank you now works. :)
Let's see if open the files.

Edit.

It's working fine! :D
I think you can find the other game you tell before, we need to be focused on that. Good Luck!
  • Author
  • Localization

CrispX, posted Mon Nov 21, 2022 3:40 pm (74320)


Now the logos i want to rip off are using .SVM File.
If someone can help me to open this.
I found less information always tells me it opens with openoffice, but only appears text and no textures.
  • Author
  • Localization

kitsunefyre, posted Sat Apr 08, 2023 12:52 pm (76304)


CrispX wrote:
Now the logos i want to rip off are using .SVM File.
If someone can help me to open this.
I found less information always tells me it opens with openoffice, but only appears text and no textures.


Probably some SEGA internal formats. I'm not sure if these have been cracked open yet, but it's likely someone who has decomped SEGA stuff would know things.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.