""
All times are GMT +2. The time now is 05:07 AM.  

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

Reply
 
Thread Tools Display Modes
  #1  
Old 06-08-2008, 01:15 AM
ghostboy78 ghostboy78 is offline
Registered User
 
Join Date: May 2008
Posts: 17

Accessing Memento Patched Disks and DVD Videos


I have been recently trying to access the files on memento patched DVD (looked at as DVD videos?) on uLaunchElf and I can't seem to do it. Is there a certain module that supposed to be loaded in order to read the files off the disk? If a module is not being used to read the files from a memento patched disk, would I be able to write a PS2 proggy that could do so? Can anybody explain to me why DVD-V disks can't be accessed?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-08-2008, 10:05 AM
dlanor dlanor is offline
Contributor
 
Join Date: Sep 2004
Posts: 4,351
Quote:
Originally Posted by ghostboy78 View Post
I have been recently trying to access the files on memento patched DVD (looked at as DVD videos?) on uLaunchElf and I can't seem to do it. Is there a certain module that supposed to be loaded in order to read the files off the disk?
No, there is no module dedicated to reading the DVD-Video format. It ought to be handled by the same CDVD lib which implements other CDVD access, but the 'libcdvd' used by uLE does not currently accept DVD-Video discs.

Quote:
If a module is not being used to read the files from a memento patched disk, would I be able to write a PS2 proggy that could do so?
That is possible, but very demanding to do from 'scratch'. An easier route would be to modify some existing lib module to do it.

Quote:
Can anybody explain to me why DVD-V disks can't be accessed?
DVD-Video discs use a different filesystem than normal data discs, and the current CDVD libs of uLE will not accept such discs. We plan to change that for some future uLE release.

Best regards: dlanor
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-08-2008, 10:54 AM
coolaan's Avatar
coolaan coolaan is offline
Trust the Coolest One
 
Join Date: May 2008
Location: India
Posts: 190
@dlanor:

When my modchip is on, I am able to see the contents of my DVD-V as well as memento patched DVDs. But when it is off I cant. Do you know why this sort of behavior happens?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-08-2008, 01:45 PM
yoshi314's Avatar
yoshi314 yoshi314 is offline
Registered User
 
Join Date: Mar 2008
Posts: 212
Quote:
When my modchip is on, I am able to see the contents of my DVD-V as well as memento patched DVDs. But when it is off I cant. Do you know why this sort of behavior happens?
isn't this because your modchip is on?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 06-08-2008, 03:12 PM
coolaan's Avatar
coolaan coolaan is offline
Trust the Coolest One
 
Join Date: May 2008
Location: India
Posts: 190
Quote:
Originally Posted by yoshi314 View Post
isn't this because your modchip is on?


what i meant yoshi was that if the cdvd drivers of ulaunch couldnt read video dvds, how do we see the contents? Like I thought the modchips were only used for the cd/dvd validation process and not reading/listing contents etc...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 06-08-2008, 04:14 PM
dmcbudman dmcbudman is offline
Registered User
 
Join Date: Jan 2005
Posts: 48
is it not possible to 'reuse' sms's features on launchelf?
sms > launchelf (maybe no iop reset) > browse dvd video
i dont have a working lens so i cannot try it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 06-08-2008, 07:24 PM
ghostboy78 ghostboy78 is offline
Registered User
 
Join Date: May 2008
Posts: 17
Quote:
Originally Posted by dlanor View Post
No, there is no module dedicated to reading the DVD-Video format. It ought to be handled by the same CDVD lib which implements other CDVD access, but the 'libcdvd' used by uLE does not currently accept DVD-Video discs.

That is possible, but very demanding to do from 'scratch'. An easier route would be to modify some existing lib module to do it.

DVD-Video discs use a different filesystem than normal data discs, and the current CDVD libs of uLE will not accept such discs. We plan to change that for some future uLE release.

Best regards: dlanor
Thanks for your explanation. I'm going to dig deeper into this some more today.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 06-08-2008, 08:01 PM
TnA's Avatar
TnA TnA is offline
Registered User
 
Join Date: Apr 2005
Location: Germany
Posts: 1,286
Try to embedd atchuss's unofficial (Neme-)Loader v3.

http://rapidshare.com/files/12078156...er3_mcload.zip

Code:
Changes:
- If you start pressing R1 then the program runs "mcX:/BOOT/R1.ELF (if exist)
- If you start pressing R2 then the program runs "mcX:/BOOT/R2.ELF (if exist) 
- If you start pressing L1 then the program runs "mcX:/BOOT/L1.ELF (if exist)
- If you start pressing L2 then the program runs "mcX:/BOOT/L2.ELF (if exist)
- If you start without pressing R1,R2,L1,L2 (or the elf don't exist) then the 
  program runs "mcX:/BOOT/PS2.ELF (by default it can be the PS2Browser.elf to 
  emulate memento)
__________________
PS2 V7, DMS3 V2 (FW:2.4Beta7), SONY BBA, Seagate Baracuda 200GB-HDD, my AIO 0.5
PS2 V7, CC1.0 (FW:34 hacked v2 BM:2.1.6), SONY BBA, Maxtor DiamondMAX9 PLUS 160GB-HDD, My AIO 0.5, Sony-Linux, xRhino-Linux

2xSony MC 8MB
MAX 16MB/Datel 16MB with Boot-CD
MAX 32MB/Datel 32MB *stolen/missing*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 06-08-2008, 09:49 PM
ghostboy78 ghostboy78 is offline
Registered User
 
Join Date: May 2008
Posts: 17
How would I go into doing that?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 06-08-2008, 09:59 PM
TnA's Avatar
TnA TnA is offline
Registered User
 
Join Date: Apr 2005
Location: Germany
Posts: 1,286
Use Free MCBoot-Installer v1.3beta, rename "loader3" to "BOOT.ELF", place it in the same directory, as FreeMCBoot 1.3 Beta and start the installer.

Launcher 3 will be embedded to your OSDMAIN.ELF, along with your DVDELF from rom, or your DVDELF.BIN, which must be in the same dir, as FMCB-I.
Also a more comfortable way, to load ELFs, with Button-Start (NoMod-Users will love it I think.).
__________________
PS2 V7, DMS3 V2 (FW:2.4Beta7), SONY BBA, Seagate Baracuda 200GB-HDD, my AIO 0.5
PS2 V7, CC1.0 (FW:34 hacked v2 BM:2.1.6), SONY BBA, Maxtor DiamondMAX9 PLUS 160GB-HDD, My AIO 0.5, Sony-Linux, xRhino-Linux

2xSony MC 8MB
MAX 16MB/Datel 16MB with Boot-CD
MAX 32MB/Datel 32MB *stolen/missing*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 06-08-2008, 10:16 PM
ghostboy78 ghostboy78 is offline
Registered User
 
Join Date: May 2008
Posts: 17
Quote:
Originally Posted by TnA View Post
Use Free MCBoot-Installer v1.3beta, rename "loader3" to "BOOT.ELF", place it in the same directory, as FreeMCBoot 1.3 Beta and start the installer.

Launcher 3 will be embedded to your OSDMAIN.ELF, along with your DVDELF from rom, or your DVDELF.BIN, which must be in the same dir, as FMCB-I.
Also a more comfortable way, to load ELFs, with Button-Start (NoMod-Users will love it I think.).
When you refer to "loader3" are you refering to "launcher2.elf"?, casue if not I can't the file you are talking about. But I'll try it anyway.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 06-08-2008, 10:23 PM
TnA's Avatar
TnA TnA is offline
Registered User
 
Join Date: Apr 2005
Location: Germany
Posts: 1,286
No,... Loader 3 by user atchuss.
__________________
PS2 V7, DMS3 V2 (FW:2.4Beta7), SONY BBA, Seagate Baracuda 200GB-HDD, my AIO 0.5
PS2 V7, CC1.0 (FW:34 hacked v2 BM:2.1.6), SONY BBA, Maxtor DiamondMAX9 PLUS 160GB-HDD, My AIO 0.5, Sony-Linux, xRhino-Linux

2xSony MC 8MB
MAX 16MB/Datel 16MB with Boot-CD
MAX 32MB/Datel 32MB *stolen/missing*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 06-08-2008, 10:31 PM
unclebob69's Avatar
unclebob69 unclebob69 is offline
Registered User
 
Join Date: May 2008
Posts: 95
I also only see launcher2.elf. their is no loader3 in that rapidshare link
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 06-08-2008, 10:39 PM
ghostboy78 ghostboy78 is offline
Registered User
 
Join Date: May 2008
Posts: 17
I think you uploaded the wrong launcher since it says "launcher2.elf".
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 06-08-2008, 10:42 PM
TnA's Avatar
TnA TnA is offline
Registered User
 
Join Date: Apr 2005
Location: Germany
Posts: 1,286
Has it the same MD5-Hash? :P
Open it. The modified src is included.
If you didn't even try to run it and configure it as it was told by atchuss, then your just a flamer to me, cuz you talk about things you have no clues about.
Atchuss just didn't rename it, or I'm very far away from topic, if (Neme's) loader2 will start PS2.ELF automatically, if it is in BOOT-Folder.
__________________
PS2 V7, DMS3 V2 (FW:2.4Beta7), SONY BBA, Seagate Baracuda 200GB-HDD, my AIO 0.5
PS2 V7, CC1.0 (FW:34 hacked v2 BM:2.1.6), SONY BBA, Maxtor DiamondMAX9 PLUS 160GB-HDD, My AIO 0.5, Sony-Linux, xRhino-Linux

2xSony MC 8MB
MAX 16MB/Datel 16MB with Boot-CD
MAX 32MB/Datel 32MB *stolen/missing*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 06-08-2008, 10:47 PM
ghostboy78 ghostboy78 is offline
Registered User
 
Join Date: May 2008
Posts: 17
Alright, I went along and embedded the launcher, placed uLaunchElf renamed to "PS2.ELF" into my BOOT folder, restarted my ps2 and all I have is a black screen

Last edited by ghostboy78; 06-08-2008 at 11:21 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 06-09-2008, 06:17 AM
moditripit moditripit is offline
ich mag Feuer
 
Join Date: Jan 2003
Posts: 69
I don't see how this is allowing the use of patched Memento discs, but I see that it resembles the memento style of booting (hold a button to launch an app).

Anyway, I renamed PS2Browser.elf and called it PS2.ELF and renamed ulauncher.elf: R1.ELF and put them both in MCX:\BOOT\ and it works perfectly WITHOUT a ps2 game in it.

It will hang on a black screen if I start it with a PS2 game.

Another note, I somehow managed to get in an infinite loop of the ps2browser loading over and over again when I loaded ulaunch by holding R1, put in an original PS2 game, and loaded ps2browser.elf through ulaunch.

This is on an unmodded NTSC V9 SCPH-50001.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 06-10-2008, 11:57 AM
Sh@man Sh@man is offline
Registered User
 
Join Date: Jun 2008
Posts: 7
It is possible to start dvd game not original on ps2 if is free mc boot?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 06-10-2008, 12:00 PM
TnA's Avatar
TnA TnA is offline
Registered User
 
Join Date: Apr 2005
Location: Germany
Posts: 1,286
If you embed atchuss's loader 3,... Maybe.
I couldn't test the memento-disc-support because I have no WinOS and no Memento-ISO-Patcher.
Can someone give me a hint on this?
__________________
PS2 V7, DMS3 V2 (FW:2.4Beta7), SONY BBA, Seagate Baracuda 200GB-HDD, my AIO 0.5
PS2 V7, CC1.0 (FW:34 hacked v2 BM:2.1.6), SONY BBA, Maxtor DiamondMAX9 PLUS 160GB-HDD, My AIO 0.5, Sony-Linux, xRhino-Linux

2xSony MC 8MB
MAX 16MB/Datel 16MB with Boot-CD
MAX 32MB/Datel 32MB *stolen/missing*
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 06-10-2008, 12:05 PM
Sh@man Sh@man is offline
Registered User