Kingdom Hearts 1.5 Porting Thread (HD assets in PCSX2: A Discussion)

Discussion in 'Code Vault' started by Jadentheman, Jun 24, 2013.

  1. NightmightX Moogle Assistant

    Joined:
    Sep 22, 2013
    Gender:
    Male
    2
    9
  2. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    Can we remap the the buttons internally now? We can use the PS2 remapper and it can give us HEX and the location of where the controls on the pad really. Are. I am just wondering how to go about this?
     
  3. sora6645 Kingdom Keeper

    Joined:
    Feb 17, 2011
    51
    909
    u could do that . someone made a codebreaker code to switch the button from circle to the normal amercain version and it works great
     
  4. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    Not as a cheat, but permanently like modify the ELF or SLPS
     
  5. sora6645 Kingdom Keeper

    Joined:
    Feb 17, 2011
    51
    909
    i could ask root because he the one that made the cheat code for switching buttons ,i know it could be done i just dont know how
     
  6. Trilix Twilight Town Denizen

    Joined:
    Jun 23, 2013
    56
    222
    Even if we could change them I'd rather leave the controls how they were meant to be. If we change them then we'd have to change every instance where the game is asking you to press O or X and its just not worth it. Plus ya'll should be used to the japanese controls by now.
     
  7. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    Options I guess. If no one is up for it I can do all those instances. For my sake lol
     
  8. Disgustor Traverse Town Homebody

    Joined:
    Jan 23, 2012
    Gender:
    Is this a joke?
    Location:
    Δ Hidden Forbidden Holy Ground
    69
    191
    I agree with Trilix. This isn't worth the effort, since you could just use the code anyway. Something like this should definitely be optional. It took me until Deep Jungle to stop trying to jump with x and attack with circle in 1.5. I hadn't played an American release excluding the DS/3DS games since like... KH II first came out. It's just occurred to me that I don't even own a copy of the NA release of BBS. I only own the original JPN version and BBSFM. :eek:
     
  9. sora6645 Kingdom Keeper

    Joined:
    Feb 17, 2011
    51
    909
    Guys I have a codebreaker code that will switch it to the American version
     
  10. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    Well it's an option. If all of you want to stay that''s fine, but for me I would like to fix it.
     
  11. Enzineda Traverse Town Homebody

    Joined:
    Jul 2, 2013
    23
    112
    For anybody who doesn't have the pnach cheats:
    Code:
    // NTSC Mode - This changes X and O back to their North American functions. Add "// " in front of all of these lines (without the quotes) if you prefer the japanese controls.
    patch=1,EE,20268cec,extended,0803f408
    patch=1,EE,200fd020,extended,00a0782d
    patch=1,EE,200fd024,extended,24020330
    patch=1,EE,200fd028,extended,0809a33d
    patch=1,EE,20268db4,extended,0803f40b
    patch=1,EE,200fd02c,extended,3c08000f
    patch=1,EE,200fd030,extended,3508d000
    patch=1,EE,200fd034,extended,8de90000
    patch=1,EE,200fd038,extended,ad090000
    patch=1,EE,200fd03c,extended,8de90004
    patch=1,EE,200fd040,extended,ad090004
    patch=1,EE,200fd044,extended,8de90008
    patch=1,EE,200fd048,extended,ad090008
    patch=1,EE,200fd04c,extended,8de9000c
    patch=1,EE,200fd050,extended,ad09000c
    patch=1,EE,200fd054,extended,8de90010
    patch=1,EE,200fd058,extended,ad090010
    patch=1,EE,200fd05c,extended,81e9000c
    patch=1,EE,200fd060,extended,a109000b
    patch=1,EE,200fd064,extended,2d2a0080
    patch=1,EE,200fd068,extended,85090000
    patch=1,EE,200fd06c,extended,11400002
    patch=1,EE,200fd070,extended,3129dfff
    patch=1,EE,200fd074,extended,35292000
    patch=1,EE,200fd078,extended,a5090000
    patch=1,EE,200fd07c,extended,81e9000b
    patch=1,EE,200fd080,extended,a109000c
    patch=1,EE,200fd084,extended,2d2a0080
    patch=1,EE,200fd088,extended,85090000
    patch=1,EE,200fd08c,extended,11400002
    patch=1,EE,200fd090,extended,3129bfff
    patch=1,EE,200fd094,extended,35294000
    patch=1,EE,200fd098,extended,a5090000
    patch=1,EE,200fd09c,extended,8d090000
    patch=1,EE,200fd0a0,extended,ade90000
    patch=1,EE,200fd0a4,extended,8d090004
    patch=1,EE,200fd0a8,extended,ade90004
    patch=1,EE,200fd0ac,extended,8d090008
    patch=1,EE,200fd0b0,extended,ade90008
    patch=1,EE,200fd0b4,extended,8d09000c
    patch=1,EE,200fd0b8,extended,ade9000c
    patch=1,EE,200fd0bc,extended,8d090010
    patch=1,EE,200fd0c0,extended,ade90010
    patch=1,EE,200fd0c4,extended,03e00008
    patch=1,EE,200fd0c8,extended,00000000
     
  12. sora6645 Kingdom Keeper

    Joined:
    Feb 17, 2011
    51
    909
    thank u for uploading this i was going to find this and past it on here thanks ! one less these thing i need to do
     
  13. Miles Cull a Duty 2 : Electric Boogaloo

    Joined:
    Jul 31, 2011
    Gender:
    Male
    Location:
    Ohio
    258
    Do you guys want KH1s raw movie files from 1.5?
     
  14. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    I wouldn't mind if we could somehow be able to convert it. The videos are mp4 format right? That's different from whatever .dat files that are in the original game.[DOUBLEPOST=1380212734][/DOUBLEPOST]And I think you can extract the mself file you just have to decrypt everything inside of that.
     
  15. Miles Cull a Duty 2 : Electric Boogaloo

    Joined:
    Jul 31, 2011
    Gender:
    Male
    Location:
    Ohio
    258
    No they are .pam. Extracted out of that they are aa3 and h264. The dat file is just a container I think.
     
  16. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    ok. I don't think PS2 can play Mp4 videos, but we can always convert to mpeg-2. I know 720p and 1080i at least work for that.
     
  17. Miles Cull a Duty 2 : Electric Boogaloo

    Joined:
    Jul 31, 2011
    Gender:
    Male
    Location:
    Ohio
    258
    The video is 1280x720
    Also im looking at the mslefs through a hex editor. I see the ards in there. I think the folder structure is the same as the PS2 version. You guys may already know this though. Just throwing it out there.

    I also see that COM still uses 5GB of streamed video in MP4 format which mean they are still using JAP mouthing. Not a big deal.
     
  18. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    I thought the video would at least be 1080p :eek: PS4 version please
    Well I think encoding to 720p mpeg-2 can be possible. Quality will be lost though because of the compression and a bigger file size indeed, but at least it will be there in HD :D.

    Interesting that the folder structure is the same. I wonder if Crazycat's ARD tools would still work on 1.5's ARDs?
    I know the MDLS header is different. Regardless the real modifications for the game must be in the SLPS file. I bet Crazycat would love to be all over that.

    Is kanji.knj still in there? That's where the font is.
     
  19. Miles Cull a Duty 2 : Electric Boogaloo

    Joined:
    Jul 31, 2011
    Gender:
    Male
    Location:
    Ohio
    258
    Yes. Kanji.knj is there.

    Honestly crazycatz could extract them if he wants to but the files will be unusable.
     
  20. Jadentheman Hollow Bastion Committee

    Joined:
    Mar 31, 2007
    Location:
    None of your business
    51
    742
    What do you mean? I could use Traverse Tonw's ARD and EVM files :P