""
All times are GMT +2. The time now is 01:16 AM.  

Go Back   PSX/PS2/PS3 Scene Newz > PlayStation2 Forums > PS2 Homebrew/Dev & Emu Scene > FreeVAST

Reply
 
Thread Tools Display Modes
  #1  
Old 06-21-2008, 02:00 AM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
CD

[Tutorial] Converting CD Games to DVD for ESR use


Move the post here so people can find it and discuss related problems.

This is a small tutorial to show how I did with my 4 games, the images are a little off because i'm running this inside linux with wine (the soft not the drink ).

1 - Generate a image of the disc with imgBurn, imgBurn is free you don't need NERO, because if something goes wrong you can have a LBA reference for LBA based games. Keep copy speed low to avoid errors since MODE2 discs has no space for error correction.



2 - Open the image with cdmage, i don't like isobuster.


Right click track 1 and select "Data Track Properties" and take note of this info:


3 - Select all files and extract to some folder.


4 - Use DVDScan/DVDScan Lite v3.7 and patch the files.

Make sure you select DVD


And set this options


If you don't know what to patch, select all files and if you hit this screen just select No, do not select folders scan files only, than go inside any folder and repeat the procedure.


You should see some info like this.


5 - Create a dummy file, this is necessary, your image must have at least 1.4GB in size or the game will not boot with or without ESR. If you are using ESR and do not use the dummy, ESR will stop at a white screen and with some old mod-chip you will get some errors along the game play, in matrix infinity chip some games will stop at a black screen. The extracted files has 500Mb in total so we must generate a 1Gb dummy file, name it something like z.z because this dummy has to be the last file in disc.

In linux do this:
Code:
dd if=/dev/zero of=z.z bs=2048 count=512000
In Windows (XP and newer version) use Fsutil. I recommend Cygwin tool set for dd but, any way:
Code:
fsutil file createnew c:\z.z 1024M
If some one need a ready 1GB dummy file, you can have mine compressed in to a 144kb file, here:
http://www.4shared.com/file/52089540...1GB_Dummy.html

Use 7-zip to decompress.

kevstah2004 suggested this tool also.
http://www.mynikko.com/dummy/

6 - With the dummy in place is time to generate a new 2048 sector UDF/ISO9660 ISO file.


Select the folder where the files is at, set the destination for the ISO and set this configurations


Remember the info i ask you to take note, is time to use it, don't ask me why but some games will not work without it, official SONY tools also add this info. You can use CAPS here


Click at the button to generate the image, you will see a pop up like this
http://img154.imageshack.us/img154/986/imgburn08wb8.png

Is asking if you want to use folder or files to be in root, we want files so select YES. In the next pop up make sure the file system is ISO9660, UDF (1.02) and has more than 1.4GB.
http://img150.imageshack.us/img150/3...gburn07fz0.png

7 - Now is time to patch the ISO with memento's DiscPatcher0.9e, download the firmware v1.2e. Just run and patch the image.

Bootsector developed a new tool opensource tool for this, it works in linux and is also a java version, check the last release here:
http://psx-scene.com/forums/426332-post228.html

The linux version is here:
http://psx-scene.com/forums/426415-post234.html

8 - Burn it with imgBurn in lowest speed possible, if you are inside linux use cdrecord with these command (dev=4,0,0 is my recorder find yours with cdrecord -scanbus)
Code:
cdrecord dev=4,0,0 fs=256m -v gracetime=1 driveropts=burnproof speed=4 padsize=30s -eject your_iso.iso
9 - Turn your mod-chip off, put the DVD-R in the drive and run the last ESR version, you should see the game run with no problems. For new versions of ESR check this post:
http://psx-scene.com/forums/freevast...blic-beta.html

Ufff.... I'm tired....

Last edited by katananja; 06-30-2008 at 07:56 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-21-2008, 05:06 AM
kevstah2004 kevstah2004 is offline
Registered User
 
Join Date: Apr 2008
Posts: 415
I tried it with Zombie Hunters 2 [SLES_545.69]
Black, Red, Blue, Purple, White, Light Blue, Black
Result: Failed produces garbled image where it checks for a memory card "I think" goes to a black screen and then doesn't go any further.

Dummy files on original CD:
http://psx-scene.com/forums/attachme...1&d=1214016993

LBA table of original CD
http://psx-scene.com/forums/attachment.php?attachmentid=14143&stc=1&d=12140169 93

PCSX2 still reporting the disc to be a cd instead of dvd
http://psx-scene.com/forums/attachme...1&d=1214017086
Attached Thumbnails
Click image for larger version

Name:	Dummy.JPG
Views:	421
Size:	15.5 KB
ID:	14143  Click image for larger version

Name:	PCSX2CD.JPG
Views:	295
Size:	5.5 KB
ID:	14144  
Attached Files
File Type: txt LBA_Table.txt (10.4 KB, 389 views)

Last edited by kevstah2004; 06-21-2008 at 06:00 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-21-2008, 06:10 AM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
You are converting the CD to DVD right?
Please read sted Nš 5.

The dummy file must be the last file on disc name it z.z. The image must be at least 1.4Gb and must be mode UDF 1.02 ISO9660. Follow the tutorial carefully, there is no need to use any PSX tools to create the image.
__________________
SCPH-90006 Ceramic White - HK Thunder Pro II Gold
SCPH-10000 - JP (No chip)
SCPH-5500 - JP
EMS Memory Adaptor + 32M smart media adapter
Memory Card Access Led Mod

Last edited by katananja; 07-07-2008 at 12:53 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-21-2008, 08:03 PM
kevstah2004 kevstah2004 is offline
Registered User
 
Join Date: Apr 2008
Posts: 415
I followed it line for line the DVD-V ended up at 1.48GB with a 900MB dummy file added.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-21-2008, 08:31 PM
coolaan's Avatar
coolaan coolaan is offline
Trust the Coolest One
 
Join Date: May 2008
Location: India
Posts: 190
Guys,

Do u think that it is a waste of ~4GB space if u r converting a CD to DVD
. Yup I am talking about the use of CDLOADER or PS2LOADER ( dont remember) and running multiple cds on one DVD. You can easily find the tutorials on the net. Anyone tried it yet? I havent made with memento patch yet , but i have multiple cd games on a dvd which works ok with my modchip. If anyone tried it yet, then pls post the results...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-21-2008, 09:08 PM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
Wink

This is not hard to do coolaan, you can use the same procedure here to do it, but there is a lot of people with problems to make one game boot imagine 2 I receive a dozens of PM of people asking to help then out, and in 98% of the case the problem was because they do not follow instructions, others is because the game is incompatible, some use other tools to generate the iso or record with some other fancy software and add strange options to it and of course it will not work, they end up with a white screen.

But coolaan... shhhhh let's keep this low for a while

Last edited by katananja; 06-21-2008 at 11:19 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-21-2008, 09:26 PM
coolaan's Avatar
coolaan coolaan is offline
Trust the Coolest One
 
Join Date: May 2008
Location: India
Posts: 190
Quote:
Originally Posted by katananja View Post
This is not hard to do coolaan, you can use the same procedure here to do it, but there is a lot of people with problems to make one game boot imagine 2 I receive a dozens of PM of people asking to help then out, and in 98% of the case the problem was because they do not follow instructions others is because the game is incompatible, some use other tools to generate the iso or record with some other fancy software and add strange options to it and of course it will not work, they end up with a white screen.

But coolaan... shhhhh let's keep this low for a while
ok i keep mummmm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 06-22-2008, 07:39 PM
Bahamut's Avatar
Bahamut Bahamut is offline
Registered User
 
Join Date: Sep 2004
Posts: 40
Will this work for PS1 games into PS2?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 06-22-2008, 08:51 PM
dlanor dlanor is offline
Contributor
 
Join Date: Sep 2004
Posts: 4,773
Quote:
Originally Posted by Bahamut View Post
Will this work for PS1 games into PS2?
No.

Best regards: dlanor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 06-22-2008, 09:18 PM
kevstah2004 kevstah2004 is offline
Registered User
 
Join Date: Apr 2008
Posts: 415
Even multi-games ones made using this then extracting it's iso contents to a folder and rebuilding it into a ps2 dvd-v?
http://www.megagames.com/psx/psx_mul...tutorial.shtml
Is there no homebrew method to run a PS1 .EXE, SLES or SCUS file without using a slide tool or a flip top cover? couldn't psxloader be used in conjunction with ESR so you don't have to swap original discs with backups?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 06-23-2008, 01:45 AM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
The problem is that for the PSX issue is not only copy and put the files on the same disk, please remember that to run PSX game PS2 has to init the PSX processor and not PS2 one. The PSX processor and all the files that make it work does not understand DVD-R format, UDF, not to say that the DVD VIDEO that this process uses to "fool" PS2 hardware.

I'm not a expert in PS2 hardware, Oliveira can give a lot of feedback on this, but is much more complex than just run a PSX game and ESR will not help at all.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 06-23-2008, 02:53 AM
kevstah2004 kevstah2004 is offline
Registered User
 
Join Date: Apr 2008
Posts: 415
That's why I expressed an interest in a Enhanced CD, CD Extra, CD Plus / Mixed mode type iso patcher before.
Off topic: Can the PS2 read Super Audio Cd's?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-23-2008, 04:41 AM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
Quote:
Originally Posted by kevstah2004 View Post
Can the PS2 read Super Audio Cd's?
No.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 06-23-2008, 01:40 PM
dlanor dlanor is offline
Contributor
 
Join Date: Sep 2004
Posts: 4,773
Quote:
Originally Posted by katananja View Post
The problem is that for the PSX issue is not only copy and put the files on the same disk, please remember that to run PSX game PS2 has to init the PSX processor and not PS2 one. The PSX processor and all the files that make it work does not understand DVD-R format, UDF, not to say that the DVD VIDEO that this process uses to "fool" PS2 hardware.
Ironically enough, what you call the 'PSX processor' is in fact the IOP, which in PS2 mode is used to handle all normal IO drivers, so in that mode it is capable of reading DVDs. But in PS1 mode the IOP RAM is all needed for the PS1 game programs, and the hardware access mapping is also different (to emulate a real PS1), making it impossible to use such drivers.

In order to gain control of PS1 game launching we would need to have a PS1 emulator written for the EE processor, so that the PS1 games could execute with the console in PS2 mode. That would allow such an emulator to use all PS2 devices and media.

Best regards: dlanor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 06-23-2008, 03:39 PM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
Thank you, dlanor.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 06-24-2008, 07:53 AM
Bahamut's Avatar
Bahamut Bahamut is offline
Registered User
 
Join Date: Sep 2004
Posts: 40
Isn't there a way to launch an utility thru ESR (a patched DVDV utility) that will put ps2 in PSX and then run the game?
Its like the ESR mcard that patches a BOOT.ELF so ps2 can read DVDV, then inside the DVDV you could have the psx game and a SYSTEM.CNF that will launch first the PSX mode (like psxlauncher?).

I don't know if i am inventing things, its just an idea?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 06-24-2008, 08:39 AM
katananja katananja is online now
Registered User
 
Join Date: May 2008
Location: Guarulhos, Brazil
Posts: 292
There is no way to do this now, maybe some time in the future.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 06-24-2008, 08:56 AM
kevstah2004 kevstah2004 is offline
Registered User
 
Join Date: Apr 2008
Posts: 415
Possibly using Free McBoot to load a hacked PS1DRV.elf or by renaming PS1DRV.elf to osdmain.elf, osd???.elf or dvdplayer.elf
http://www.exploitstation.com/smf/in...p?topic=4280.0
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote