Close

Results 1 to 11 of 11
  1. #1
    DF Admin 4me2's Avatar
    Join Date
    Nov 2000
    Location
    Kent
    Posts
    33,090
    Thanks
    1,879
    Thanked:        2,033
    Karma Level
    2256

    New retail games that need patching

    >> HSDEMONZ (Xbox-Scene Forum Head-Moderator) warned me that several new games need patching before you can run them from HD (or backup them).

    [QUOTE]
    Well... a number of new games being released lately have changed the placement of their MEDIA descriptor in the DEFAULT.XBE files of the game! Current Titles affected so far:
    All-Star Baseball 2003
    World Series Baseball 2004
    High Heat Baseball 2004
    Rayman3

    ... all need to be patched. Owners of these games will need to PATCH these games.. so that they can be properly backed up! This is the same mess that ENIGMAH BETA and XTENDER users faced in the beginning. Now ALL Modchip users will need to apply some sort of patch to make these titles WORK! (that is.. until a new BIOS is release.. that fixes this in memory!)

    Until then.. we have the fine research conducted by XEERO of XBOX-SCENE. He did the detective work.. and was the first to post details of why these 4 games needed patches!

    He learned that you need to change a string in the original DEFAULT.XBE

    From:
    00 74 4B E8 CA FD FF FF 85 C0 7D 06 33 C0 50 50 EB 44 F6 05

    To
    00 74 4B E8 CA FD FF FF 85 C0 EB 06 33 C0 50 50 EB 44 F6 05

    and the above 4 games would function properly as a backup from disc or hd!

    XEERO wrote a Tool that will do the patch automatically.
    Download: here. http://dwl.xbox-scene.net/~xbox/xbox...h-xbpatch2.zip

    COPYHUNTERS created a tool based on XEERO’s research.
    Download: here. http://dwl.xbox-scene.net/~xbox/xbox...BE_Patcher.zip

    There is no knowing if these tools will help will all new games that come out…

    There appears to already be one variation of the new XBE… MVP Baseball which has it’s HEX as:

    C7 75 0F E8 A1 FE FF FF 85 C0 7D 06 33 C0 50 50 EB 44 F6 05

    C7 75 0F E8 A1 FE being different from the four other titles. However.. changing the 7D to EB still fixes the problem!


    http://www.xbox-scene.com/

    For More news on these new PATCH issues.. Read
    http://forums.xbox-scene.com/index.p...T&f=11&t=37308
    There are 3 types of people in the world - those who make things happen, those who watch things happen; and those who wondered what happened.

    http://newsarse.com/

    Conservatives. Putting the 'N' into Cuts.


  2. #2
    DF VIP Member fe_man2000's Avatar
    Join Date
    Jul 2001
    Location
    St Albans
    Posts
    2,511
    Thanks
    0
    Thanked:        1
    Karma Level
    407

    Default

    Thanks for the Info 4me2 - thats important news.

    Cheers
    Ironman

  3. #3
    DF VIP Member Freaky's Avatar
    Join Date
    May 2002
    Location
    Another Planet
    Posts
    6,950
    Thanks
    84
    Thanked:        9
    Karma Level
    646

    Default

    yeah sure is m8, thanks for postin this, its something everyone is gonna need to know at some time or another.

    the link for the autopatcher is wicked aswell

    i thought they would start doing this sooner or later with xbox games, but as there is already a circumvention for it then its a lame effort on thier part dont ya think.

    thanks m8
    Through the darkness of futures past. The magician longs to see.
    One chance out between two worlds. Fire Walk With Me.

  4. #4
    DF VIP Member donty's Avatar
    Join Date
    May 2002
    Location
    UK
    Posts
    134
    Thanks
    0
    Thanked:        0
    Karma Level
    274

    Default

    Just a few points....

    XBEs have always been protected this way and the check position has not changed .. It just has been modified to ignore whatever you put in the 02 00 00 place.

    The check works on the basis of the if then else scenario

    Basically what it does is:

    if condition = valid then
    jump to another part of the xbe
    else
    set some conditions
    jump to a part of xbe
    return .. (exit xbe ... back to dash)
    end if

    Now what the patch does is changes the if condition = valid then jump command to just jump anyway and those making sure that the nasty code is not implemented.

    And as for MVP Baseball this game is not protected and the xbe has been like this for a very long time. Well it is protected but the FF FF FF works cos its done with an old dll library.
    Last edited by donty; 17th March 2003 at 12:36 PM.

  5. #5
    DF VIP Member BlackBeard's Avatar
    Join Date
    Apr 2001
    Location
    Tortuga
    Posts
    236
    Thanks
    0
    Thanked:        0
    Karma Level
    292

    Humm.. A question

    Does the patch allow the game to be run from H/D or does it only allow from a DVD/R - I am having 'fun' getting Rayman3 to run from H/D

  6. #6
    DF Admin 4me2's Avatar
    Join Date
    Nov 2000
    Location
    Kent
    Posts
    33,090
    Thanks
    1,879
    Thanked:        2,033
    Karma Level
    2256

    Default

    both.
    There are 3 types of people in the world - those who make things happen, those who watch things happen; and those who wondered what happened.

    http://newsarse.com/

    Conservatives. Putting the 'N' into Cuts.


  7. #7
    DF VIP Member mummikub's Avatar
    Join Date
    Jul 2001
    Location
    uk
    Posts
    733
    Thanks
    0
    Thanked:        0
    Karma Level
    332

    Default

    thanx for the info was wondering why rayman 3 was booting back to the evox dash

  8. #8
    DF VIP Member Yazmon's Avatar
    Join Date
    Jan 2001
    Location
    The Smoke
    Posts
    646
    Thanks
    0
    Thanked:        0
    Karma Level
    0

    Default

    Arnt the groups released with patches? (Seen a few go by...)
    Try Gentoo, the linux source distro...
    Currently Playing: Viewtifull Joe (GC), Mario Kart : Double Dash (GC), Mario & Luigi Superstars (GBA).

  9. #9
    DF VIP Member Mookie's Avatar
    Join Date
    Dec 2000
    Location
    United Kingdom
    Posts
    363
    Thanks
    0
    Thanked:        2
    Karma Level
    317

    Default

    Not all groups are on the ball with the pre-patching xbox images before release or releasing patches afterwards.

    Riot seem to be the pioneers on the Xbox with nice routines etc. the rest seem to follow, having said that they've missed the odd media check in the past and other groups like CSISO have not tested their releases before releasing either.

    We knew the simple fix of 'FF' would not last forever, there was never a need to use 3 FF's to create the jump by the way but there's always different ways of doing things...

    ADR Xbox Beta Mod Patcher 1.21 did a good job on the old stuff, we'll just have to use the ADR Patcher 0.5 to search for specific strings in future but that should only be necessary each time they update the kernel.

  10. #10
    DF VIP Member Mookie's Avatar
    Join Date
    Dec 2000
    Location
    United Kingdom
    Posts
    363
    Thanks
    0
    Thanked:        2
    Karma Level
    317

    Default

    Jurassic Park - RIOT needs a new media fix, they patched the XBE using the old method 'FF' at offset 214.

    ADR Patcher 0.5 XBOX routine found 1 location and fixed the game first time, I believe they released a fix for it too.

    Other auto tools should work also.

  11. #11
    DF Admin 4me2's Avatar
    Join Date
    Nov 2000
    Location
    Kent
    Posts
    33,090
    Thanks
    1,879
    Thanked:        2,033
    Karma Level
    2256

    Default

    Originally posted by Mookie
    Jurassic Park - RIOT needs a new media fix, they patched the XBE using the old method 'FF' at offset 214.

    ADR Patcher 0.5 XBOX routine found 1 location and fixed the game first time, I believe they released a fix for it too.

    Other auto tools should work also.
    yep worked with copy hunters patcher.

    I wasted two dvds first though, I wish these buggers would check thier work before releasing.
    There are 3 types of people in the world - those who make things happen, those who watch things happen; and those who wondered what happened.

    http://newsarse.com/

    Conservatives. Putting the 'N' into Cuts.


Similar Threads

  1. Anyone Having Problems With Loading Games After Evo X --->
    By Goldberg in forum Microsoft Consoles
    Replies: 7
    Last Post: 8th September 2002, 11:56 AM
  2. Replies: 3
    Last Post: 31st August 2002, 04:18 PM
  3. Replies: 10
    Last Post: 29th August 2002, 12:58 PM
  4. cant boot dvdr games with neo 4
    By tilt in forum Hall Of Shame
    Replies: 2
    Last Post: 29th August 2002, 12:50 PM
  5. us games on a jp ps2 (from xbox mod discussion)
    By bball2315 in forum Hall Of Shame
    Replies: 4
    Last Post: 29th August 2002, 03:09 AM

Social Networking Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •