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 6 of 7 FirstFirst ... 4 5 6 7 LastLast
Results 51 to 60 of 69
  1. #51  
    ElPatas's Avatar
    ElPatas is offline Member
    Join Date
    Mar 2009
    Location
    Spain
    Posts
    154
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    67
    Likes Received
    18
    Many thanks gledson999 for fix this bug, i tried it with one game and it works now.

    Regards.
    Reply With Quote  

  2. #52  
    wes_less is offline Member
    Join Date
    Jul 2004
    Posts
    20
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    3
    Hey gledson999, I sent you a PM but I'm not sure if you saw it. Would you mind sending me a patch or explaining how you implemented the fix? I'd love to add it to my repo.

    I'm root670, who made the GUI, but this is my old username.
    Jay-Jay likes this.
    Reply With Quote  

  3. #53  
    gledson999's Avatar
    gledson999 is offline Member
    Join Date
    Nov 2011
    Location
    Brasil
    Posts
    30
    Downloads
    8
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    11
    Quote Originally Posted by wes_less View Post
    Hey gledson999, I sent you a PM but I'm not sure if you saw it. Would you mind sending me a patch or explaining how you implemented the fix? I'd love to add it to my repo.

    I'm root670, who made the GUI, but this is my old username.
    I'm sorry, sometimes I have no atention, but i have made some changes i will explain

    if you modify this
    Code:
    		if ( curState == BOOTGAME_PROMPT )
    		{
    			RenderPromptBox(gsGlobal, BlackTran, BlueTran);
    			if( _cdDiskReady( CDVD_BLOCK ) )
    for this
    Code:
    		if ( curState == BOOTGAME_PROMPT )
    		{
    			RenderPromptBox(gsGlobal, BlackTran, BlueTran);
    			if( _bootpath )
    the function of read the disk tray will be disabled and will add only for load for dev (open ps2 loader, PS2ESDL, etc.)


    but if you changes this
    Code:
    			} else if( curState == BOOTGAME_PROMPT && _cdDiskReady( CDVD_BLOCK ) ) // boot game
    			{
    				gsKit_clear( gsGlobal, CodeBreakerBlue );
    				frame = 0;
    				curState = BOOTGAME;
    			}
    for this
    Code:
    			} else if( curState == BOOTGAME_PROMPT && __start_elf ) // boot game
    			{
    				gsKit_clear( gsGlobal, CodeBreakerBlue );
    				frame = 0;
    				curState = BOOTGAME;
    			}
    the ps2rd have the function of read the disk and read the path of boot, but this option not appear in the bootgame prompt
    Jay-Jay likes this.
    Reply With Quote  

  4. #54  
    gledson999's Avatar
    gledson999 is offline Member
    Join Date
    Nov 2011
    Location
    Brasil
    Posts
    30
    Downloads
    8
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    3
    Likes Received
    11
    I'm Compiled the PS2 Remote debugger

    PS2 Remote Debugger (PS2RD) v0.5.4 version 2 unofficial

    --I Fixed a bug that cannot load the boot2
    --Increased some changes
    --added the about menu
    --fixed a bug that not load the disk tray
    --added circle button for start boot2 (only for boot2)
    --press x button for start game (only for disk tray)
    Attached Files
    Last edited by gledson999; 12-10-2012 at 10:52 PM.
    Reply With Quote  

  5. #55  
    ElPatas's Avatar
    ElPatas is offline Member
    Join Date
    Mar 2009
    Location
    Spain
    Posts
    154
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    67
    Likes Received
    18
    Many thanks, i tried it and works well.

    Regards.
    Reply With Quote  

  6. #56  
    csaraiva's Avatar
    csaraiva is offline Member
    Join Date
    Sep 2010
    Posts
    19
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    We have to config the Boot2?

    Load the OPL form MC or MASS? Witch the best local to place the OPL to de PS2RD load without problems?
    Reply With Quote  

  7. #57  
    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,391
    Downloads
    22
    Uploads
    8
    Mentioned
    55 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1339
    Likes Received
    735
    Quote Originally Posted by csaraiva View Post
    We have to config the Boot2?
    Post #45: http://psx-scene.com/forums/f173/ps2...ml#post1023757 (PS2rd Releases)
    Load the OPL form MC or MASS? Witch the best local to place the OPL to de PS2RD load without problems?
    Really depends on your OPL configurations. I use MC1, most use MC0. I've never tried using MASS.
    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  

  8. #58  
    RandQalan's Avatar
    RandQalan is offline Wanabe Beta Tester
    Join Date
    May 2010
    Location
    USA
    Posts
    3,660
    Downloads
    17
    Uploads
    37
    Mentioned
    18 Post(s)
    Tagged
    4 Thread(s)
    Likes Given
    742
    Likes Received
    415
    I have done MC0 and 1 mass Internal HD and even loaded and ran it using ps2clientFrontend110
    all work fine for me

    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  

  9. #59  
    csaraiva's Avatar
    csaraiva is offline Member
    Join Date
    Sep 2010
    Posts
    19
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Quote Originally Posted by Jay-Jay View Post
    Post #45: http://psx-scene.com/forums/f173/ps2...ml#post1023757 (PS2rd Releases)

    Really depends on your OPL configurations. I use MC1, most use MC0. I've never tried using MASS.
    Yesterday i change Boot2 as you sugested with the link, but nothing happens. Maybe don't work for the mass.

    DON'T WORK FOR ME:

    boot2 = [
    "mass0:/APPS/OPL.ELF",
    ];

    The error may be the word "mass0" should write like "mass"?

    Today i will copy OPL over the MC(this way should work without problem), and config the boot2 for the MC0...


    Another question,
    I try to find some codes already converted but only find 3 or 4 master codes. Are you aware of any file, or repository with master codes for e.g. Gran turismo 4 NTSC, GT3, etc?

    If not i will try to convert some, and share ofcourse..

    Best regards and thanks for the help Jay-Jay
    Reply With Quote  

  10. #60  
    csaraiva's Avatar
    csaraiva is offline Member
    Join Date
    Sep 2010
    Posts
    19
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    1
    Likes Received
    0
    Quote Originally Posted by RandQalan View Post
    I have done MC0 and 1 mass Internal HD and even loaded and ran it using ps2clientFrontend110
    all work fine for me
    My ps2 is a slim model, and i use USB for apps/games, On the Boot2 config how you wrote the the target to opl? "mass0" or only "mass"?
    Reply With Quote  

Page 6 of 7 FirstFirst ... 4 5 6 7 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
  •