Forum: IDE HDD Game Compatability Discussion - Discussion and information about game compatibility issues related to IDE HDD game compatibility.


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

Thread: Final Fantasy XII US Patches
  

Page 1 of 11 1 2 3 ... LastLast
Results 1 to 10 of 102
  1. #1 Final Fantasy XII US Patches 
    slicer74's Avatar
    slicer74 is offline Need help ???
    Join Date
    Apr 2005
    Location
    Somewhere
    Posts
    689
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    ~~~~EDIT~~~ 2008-07-30
    Let's put here the latest patches for this game. Many thanks to dlanor and ffgriever


    FFXII US
    FFXII UK
    FFXII (Fr, De, It, Es)
    FFXII Int ZJS

    Enjoy

    ~~~slicer74~~~


    Here the two presently existing patches for Final Fantasy XII US NTSC.

    The Jevahose patch works flawlessly with some fmv skip and audio stutter.
    It can be fix with Codebreaker cheat.

    The Brendo patch is the one from CrazyC 3pts patch.
    But i dont see any improvment with this one and it freeze at loading a save game using CB cheats.

    P.S. Result can be different for ya !!!

    Brendo PPF Patch
    Jevahose PPF Patch

    Codebreakers Cheats

    Master Code (Must be On)
    904497A0 0C112590

    (Perfect movie reply on HDL, Hold R3 while FMV playing)
    (Release R3 as soon as the fmv fade)
    E002FFFB 0056BADC
    003B0034 00000001
    003B0140 00000001
    E002FFFB 1056BADC (E002FFFD 0056BADC) => If u dont want to hold R3, but press R3 once and press L3 while fmv fades out.
    003B0034 00000000
    003B0140 00000000

    If u want to change the button to hold while fmv playing, just replace the FFFB in the first and fourth line by these following...

    Bit 00 => FFFE => Select
    Bit 01 => FFFD => L3
    Bit 02 => FFFB => R3
    Bit 03 => FFF7 => Start
    Bit 04 => FFEF => Up
    Bit 05 => FFDF => Right
    Bit 06 => FFBF => Down
    Bit 07 => FF7F => Left
    Bit 08 => FEFF => L2
    Bit 09 => FDFF => R2
    Bit 10 => FBFF => L1
    Bit 11 => F7FF => R1
    Bit 12 => EFFF => Triangle
    Bit 13 => DFFF => Circle
    Bit 14 => BFFF => Cross
    Bit 15 => 7FFF => Square


    *Day 1 for Final Fantasy XII*

    Here's the day 1 from codebreaker site wich gives different master code and all the "official codes".

    OK, i made some test and u cannot use the DAY1 master code with the "perfect movie".

    U have to create another game title and enter those CB codes Provide.

    The CODE is also in RAW format and can be use with Toxic OS.

    PSOne Exploit Users (ULE):
    Load Codebreaker.ELF
    Under Option : Auto-Eject => ON
    Start the game.
    Put a retail PS2 game disc
    Press X
    As soon as the screen goes black press eject on the PS2.
    Put ur PSOne trigger game.
    Wait ULE to load, select HDLoader, select the game.
    Enjoy


    If u have any comment, PM me. No Reply Please

    Enjoy.
    Last edited by slicer74; 07-30-2008 at 02:34 PM.
    My Web Page
    PS2 V7 Network Adaptar
    HDD Seagate 160 Go
    Noobs Pit Stop
    Free MCBoot
    48 mb Virtual MC for my HDD games
    My stuffs
    PS2 HDD Game list
    Reply With Quote  

  2. #2  
    jetlee's Avatar
    jetlee is offline Drunk with Power!
    Join Date
    Nov 2005
    Posts
    234
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Yes you can use day1 just go and edit the master code instead of making a new cheat file
    Reply With Quote  

  3. #3  
    slicer74's Avatar
    slicer74 is offline Need help ???
    Join Date
    Apr 2005
    Location
    Somewhere
    Posts
    689
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Yeah if u wish to use the other cheat from day 1.

    Like i said, u cannot use the MASTER CODE FROM DAY 1.
    My Web Page
    PS2 V7 Network Adaptar
    HDD Seagate 160 Go
    Noobs Pit Stop
    Free MCBoot
    48 mb Virtual MC for my HDD games
    My stuffs
    PS2 HDD Game list
    Reply With Quote  

  4. #4  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    CrazyC 3pts patch with perl, no need for apps/tools to get this thing working it can be done in the system itself.
    Quote Originally Posted by dlanor View Post
    Example for SLUS_209.63, standard US game ISO:

    Patch 1:
    Location = 003BC824
    Original = 150080140000B0FF
    Altered = 000000000000B0FF

    Patch2:
    Location = 003BC850
    Original = 561D110CA00F04247485228EFCFF4014
    Altered = 00000000A00F04247485228EFCFF4014

    Patch3:
    Location = 003C2D78
    Original = 040040544F00023C0080023C21000010
    Altered = 000000004F00023C0080023C21000010
    First backup the image
    Code:
    cp ffxii.iso ffxii.iso.origin
    Now patch it( This should work on Windows, MacOS X, QNX( and other unixes as well as Linux ))
    Code:
    perl -pi.$$ -e 's,\x15\x00\x80\x14\x00\x00\xB0\xFF,\x00\x00\x00\x00\x00\x00\xB0\xFF,g' ffxii.iso
    perl -pi.$$ -e 's,\x56\x1D\x11\x0C\xA0\x0F\x04\x24\x74\x85\x22\x8E\xFC\xFF\x40\x14,\x00\x00\x00\x00\xA0\x0F\x04\x24\x74\x85\x22\x8E\xFC\xFF\x40\x14,g' ffxii.iso
    perl -pi.$$ -e 's,\x04\x00\x40\x54\x4F\x00\x02\x3C\x00\x80\x02\x3C\x21\x00\x00\x10,\x00\x00\x00\x00\x4F\x00\x02\x3C\x00\x80\x02\x3C\x21\x00\x00\x10,g' ffxii.iso
    Last edited by barf; 12-16-2006 at 06:59 PM.
    Reply With Quote  

  5. #5  
    thakaybee is offline Registered User
    Join Date
    Jul 2006
    Posts
    4
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I'm really stupid when it comes to this but can Someone tell me or direct me to a thread on how to apply these patches to the game?

    Edit: Nevermind, I ended up finding a way to apply the patches
    Last edited by thakaybee; 12-18-2006 at 04:49 PM.
    Reply With Quote  

  6. #6  
    Andrew Joy is offline Registered User
    Join Date
    Dec 2006
    Posts
    5
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I had a go with the Jevahose PPF Patch and it works fine apart from a small amount of skiping in any FMVs i used modes 1 and 3 with hd loader then i aplyed the patch with winhiip, ( you can also load it to the hdd with winhiip if you want to).

    I am happy with the results now if i could only buy the pal verson, as i had to convert this one and altho its playing it just looks a bit different :P.

    Realy if you use this method the skiping is not all that bad so try this first so you dont have to mess around with all the codes and button holding.
    Reply With Quote  

  7. #7  
    micjohvan is offline Registered User
    Join Date
    Jan 2007
    Posts
    9
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi. Sorry to post in what appears to be a dead thread although it is stickyied.

    Right now I am using the patch to play this with HDL and its makes sound skip quite a bit in FMV.

    I was wondering if there was any way to get it working perfectly or close to perfect. Right now I am using HDL 0.8b but can also use others.

    I see above that someone talks about altering code but I would need that explained to me so I can understand a little better. IF there is a way to edit the ISO files for the game I can do that to as I have previous experance with Hexadecimal editing and the such.

    Any help is greatly appricated. Thanks!
    Reply With Quote  

  8. #8  
    slicer74's Avatar
    slicer74 is offline Need help ???
    Join Date
    Apr 2005
    Location
    Somewhere
    Posts
    689
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    C'mon, re-read the first post...
    My Web Page
    PS2 V7 Network Adaptar
    HDD Seagate 160 Go
    Noobs Pit Stop
    Free MCBoot
    48 mb Virtual MC for my HDD games
    My stuffs
    PS2 HDD Game list
    Reply With Quote  

  9. #9  
    bunta126 is offline Registered User
    Join Date
    Jan 2007
    Posts
    13
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Do these patches have to be applied to the official iso?

    I have already burned this game to disc and deleted the iso I burnt it from (been playing from disc previously) now I'm using HDL I want to be able to run it from HDD. If I create an iso from the disc I burnt can I patch that or will it not work?
    Reply With Quote  

  10. #10 Iso from Backup 
    slicer74's Avatar
    slicer74 is offline Need help ???
    Join Date
    Apr 2005
    Location
    Somewhere
    Posts
    689
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by bunta126 View Post
    Do these patches have to be applied to the official iso?

    I have already burned this game to disc and deleted the iso I burnt it from (been playing from disc previously) now I'm using HDL I want to be able to run it from HDD. If I create an iso from the disc I burnt can I patch that or will it not work?
    Easier than that, put the game in the DVD drive of the PC, connect the PS2 HDD to the PC, use winhiip to install the game directly in the HDD, use winhiip to patch the game.
    My Web Page
    PS2 V7 Network Adaptar
    HDD Seagate 160 Go
    Noobs Pit Stop
    Free MCBoot
    48 mb Virtual MC for my HDD games
    My stuffs
    PS2 HDD Game list
    Reply With Quote  

Page 1 of 11 1 2 3 ... 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
  •