Forum: Official PS2rd Forums - PS2rd is a collection of open source tools to debug commercial PS2 games remotely over Ethernet.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree16Likes

Thread: PS2rd Releases
  

Page 4 of 7 FirstFirst ... 2 3 4 5 6 ... LastLast
Results 31 to 40 of 69
  1. #31  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,395
    Downloads
    22
    Uploads
    8
    Mentioned
    57 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    1341
    Likes Received
    741
    I am currently testing this version that was compiled here: https://github.com/root670/ps2rd/downloads

    I am trying to use it with OPL. I followed the OPL instructions (found here) and I can't seem to load OPL. It keeps requesting for me to insert a game disk. See code below for ps2rd.CONF

    Code:
    ##
    # PS2rd config file
    # this is read by libconfig
    ##
    
    loader: {
    	iop_reset = true;
    	sbv_patches = true;
    	usb_support = false;
    	boot2 = [
    		"mc1:/OPL/OPNPS2LD.ELF",
    		"cdrom0:\\MGS2\\MGS2.ELF;1 foo bar",
    		"cdrom0:\\KESSEN2\\KESSEN2.ELF;1",
    		"cdrom0:\\REZ.ELF;1",
    		"cdrom0:\\SR2\\SR2.ELF;1"
    	];
    	cheats = "cheats.txt";
    	path_is_absolute = false;
    };
    
    engine: {
    	install = true;
    	addr = 0x00080000;
    };
    
    debugger: {
    	install = false;
    	addr = 0x00090000;
    	auto_hook = false;
    	patch_loadmodule = false;
    	unhook_iop_reset = false;
    	rpc_mode = 1;
    	load_modules = true;
    	sms_modules = true;
    
    	ipaddr  = "192.168.1.28";
    	netmask = "255.255.255.0";
    	gateway = "192.168.1.1";
    };
    
    sdklibs: {
    	install = true;
    	addr = 0x000c0000;
    };
    
    elfldr: {
    	install = true;
    	addr = 0x000ff000;
    };
    
    videomod: {
    	install = false;
    	addr = 0x000fe000;
    	vmode = 2; # force NTSC
    	yfix = true;
    	ydiff_lores = -10; # +24 for NTSC2PAL
    	ydiff_hires = -50; # +44 for NTSC2PAL
    };
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  2. #32  
    RandQalan's Avatar
    RandQalan is online now Wanabe Beta Tester
    Join Date
    May 2010
    Location
    USA
    Posts
    3,748
    Downloads
    17
    Uploads
    37
    Mentioned
    20 Post(s)
    Tagged
    5 Thread(s)
    Likes Given
    787
    Likes Received
    433
    change this to your OPL path

    "mc1:/OPL/OPNPS2LD.ELF",

    mine is mc1 but yours may not be the same

    Example would be like if in boot folder of MC

    "mc0:/BOOT/OPNPS2LD.ELF",

    FYI use uLE to find the path

    V10 SCPH-50001 with Network adapter SCPH-10281 500 G HD
    PSP 3000 9G 6.20 PRO CFW Perm
    Unofficial FMCB v1.8C OPL self compiled HD and SMB preferred
    Is how all good gaming systems came to be
    Reply With Quote  

  3. #33  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,395
    Downloads
    22
    Uploads
    8
    Mentioned
    57 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    1341
    Likes Received
    741
    Quote Originally Posted by RandQalan View Post
    change this to your OPL path

    "mc1:/OPL/OPNPS2LD.ELF",

    mine is mc1 but yours may not be the same

    Example would be like if in boot folder of MC

    "mc0:/BOOT/OPNPS2LD.ELF",

    FYI use uLE to find the path
    Thanks for the reply.

    Yes, that part is correct on my current setup. Earlier today I decided to move OPL to mc1, since mc0 was running out of space. So my OPL is at mc1:/OPL/OPNPS2LD.ELF and the name of OPL file is OPNPS2LD.ELF

    I don't know if it matters, but I put this version of PS2rd in mc1. It's at mc1:/ps2rd/ps2rd.elf (it's got it's own CONF and Cheats file) -- I did this, because I did not want to replace the ps2rd (the one I grabbed from the widescreen hack thread), which is on mc0.

    Have you tried this new compiled version of ps2rd? It's nice, it has a good GUI layout, but just can't seem to be able to trigger the correct button sequence to load OPL instead of having to place a game disc in the tray. Keeps asking for that. lol!
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  4. #34  
    RandQalan's Avatar
    RandQalan is online now Wanabe Beta Tester
    Join Date
    May 2010
    Location
    USA
    Posts
    3,748
    Downloads
    17
    Uploads
    37
    Mentioned
    20 Post(s)
    Tagged
    5 Thread(s)
    Likes Given
    787
    Likes Received
    433
    Yea I tried the new one and it will not boot on my PS2 is is garbled junk but I didn't compile it
    The one I use is the one I uploaded

    I think I figured why it is messed up old CFG file lol

    Yea I have the same problem you do the CFG is not being used for custom boot
    Last edited by RandQalan; 07-25-2012 at 06:30 AM.

    V10 SCPH-50001 with Network adapter SCPH-10281 500 G HD
    PSP 3000 9G 6.20 PRO CFW Perm
    Unofficial FMCB v1.8C OPL self compiled HD and SMB preferred
    Is how all good gaming systems came to be
    Reply With Quote  

  5. #35  
    Jay-Jay's Avatar
    Jay-Jay is offline PSX-SCENE GAMER
    Join Date
    Jan 2010
    Location
    Somewhere between Pluto and Mercury, but closer to Pluto. :)
    Posts
    3,395
    Downloads
    22
    Uploads
    8
    Mentioned
    57 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    1341
    Likes Received
    741
    Yeah, I also initially had trouble running it. But then read that I must disable this option in the CONF file:

    Code:
    debugger: {
    	install = false;
    Compared to your version, there is also a new code string that this one has in the CONF file, and that's right after the cheat.txt command. This one I left it as is.

    Code:
    	cheats = "cheats.txt";
    	path_is_absolute = false;
    I am able to run the cheat.txt file you created on the widescreen hacks (plus a few I added myself). And they show up nicely in the GUI. But I just can't seem to know how to make OPL load after I turn on the cheat codes per game. It keeps asking me to load a Disc in the tray!

    And also be careful. If you have a cheat code highlighted per game, and if you press Triangle, it will delete the cheat code per game. Damn! Scary!!

    As you say, perhaps the elf has the switched embedded to always ask for a disk. Whoever compiled it, perhaps doesn't care for OPL.
    PS3: Slim 320GB / CFW KMEAW 3.55 / multiMAN v04.xx.xx / blackb0x FTP Server v1.2 3.55 w/ FlashFXP 4.2.x
    PS2: SLIM & PHAT / FreeMcBOOT w/ESR & OPL 9-r651 / SMS w/PSClient v1.3.1
    PSP: PHAT / 5.00 M33-6

    Reply With Quote  

  6. #36  
    consx10's Avatar
    consx10 is offline Member
    Join Date
    Jun 2008
    Posts
    73
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    14
    Likes Received
    1
    Just tried the new PS2RD GUI branch and im having the same issues here too.
    It only uses DVD drive boot by default so there's no OPL support on this branch.
    I only wished it has custom boot options as Randqalan stated ealier but it's a good first attempt for a gui implementation though.
    PS2 Slim SCPH-77006 (Super-7 Chip) with FMCB 1.8c
    Reply With Quote  

  7. #37  
    GillBert's Avatar
    GillBert is offline Member
    Join Date
    Jul 2008
    Posts
    205
    Downloads
    0
    Uploads
    0
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    13
    Likes Received
    5
    It seems that is a problem which concerns about the GUI only, since I've tested the original PS2RD 0.5.3 (without GUI) and OPL support worked properly.
    Reply With Quote  

  8. #38  
    ElPatas's Avatar
    ElPatas is offline Member
    Join Date
    Mar 2009
    Location
    Spain
    Posts
    157
    Downloads
    1
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    69
    Likes Received
    19
    From what i see now in the branch GUI, seems just a month ago, 24 septh, is added in the code the option for
    the custom boot, "Press SQUARE to select boot2."

    I'm not sure, i tryed to compile it with the virtual machine which i use for compile the OPL, but it closes
    the windows terminal without finish it, i don't know why...

    If anybody can compile the last commit 401a108, for check if is added the custom option for load the OPL
    with the GUI, would be great:

    https://github.com/root670/ps2rd/tree/gui

    https://github.com/root670/ps2rd/com...56a5363f63d3c1

    Regards
    Jay-Jay likes this.
    Reply With Quote  

  9. #39  
    ffgriever's Avatar
    ffgriever is offline Developer
    Join Date
    Jun 2006
    Location
    Poland
    Posts
    978
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    3
    Likes Received
    50
    Here. Can't test it though - no PS2 at hand.
    Attached Files
    ElPatas and Jay-Jay like this.
    Reply With Quote  

  10. #40  
    ElPatas's Avatar
    ElPatas is offline Member
    Join Date
    Mar 2009
    Location
    Spain
    Posts
    157
    Downloads
    1
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    69
    Likes Received
    19
    Many thanks ffgriever for your fast response and for compile it!

    Yes, now after push start in a game appears all the options including the new one: "Press SQUARE to select boot2".

    Then pressing square you can navigate in all the boot2 paths included in the file "ps2rd.conf", but after choosing
    the path i have edited: boot2= mc0/OPL/OPL.ELF, i push all the buttons for start the path, but don't happens nothing...

    Is possible the option is not finished, or the option is still only for disks, or i'm making anything wrong...

    Regards.
    Reply With Quote  

Page 4 of 7 FirstFirst ... 2 3 4 5 6 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •