Announcement

Collapse
No announcement yet.

Crisis Core: Final Fantasy (CW Cheat) PSP Request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Does anybody know at least how to port these codes to the UK version?

    Comment


    • #17
      sorry I don't know how to hack psp Maybe you need a item to stop your self from dying to instant deafs. I hope some one is able to help you with this. take care my friend.

      Comment


      • #18
        Originally posted by xxphillips View Post
        sorry I don't know how to hack psp Maybe you need a item to stop your self from dying to instant deafs. I hope some one is able to help you with this. take care my friend.
        Yeah as mentioned before I need a re-raise code. Apparently difference between codes is 0x1980

        Comment


        • #19
          I dug around a little and looked at code types and such yesterday, but I was too burned out to correlate a set of codes per cheat system type, per region, that matched, and work out some feasible offsets. I might be able to take a look again tonight.

          That said, if anyone knows PSP codes already (I've never touched one), feel free to jump in and solve this guy's conundrum
          I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

          Comment


          • #20
            Originally posted by Lazy Bastard View Post
            I dug around a little and looked at code types and such yesterday, but I was too burned out to correlate a set of codes per cheat system type, per region, that matched, and work out some feasible offsets. I might be able to take a look again tonight.

            That said, if anyone knows PSP codes already (I've never touched one), feel free to jump in and solve this guy's conundrum
            Thanks. It's really annoying. I asked over at the PSP CW Cheat but no response at all. We do know a new code will need to be created for the UK version and from the two region codes I did get for re-raise I think we can safely say the re-raise code for my version will be two lines long since the USA and German version is. I know it's not on a priority list for people here as it involves creating a new code from scratch but I would be grateful if someone could help me on this.

            Comment


            • #21
              Originally posted by pferreira1983 View Post
              Yeah as mentioned before I need a re-raise code. Apparently difference between codes is 0x1980
              Tested this on ULES-01044. Hopefully you have the same version.

              Code:
              _C0 Reraise
              _L 0x7024425C 0x00000020
              _L 0x702444DA 0x00000020


              I'll explain how I ported this in case you want to learn. I think you understand porting so I'll just explain how I got the offset (in this case 0x380 from US version).


              Code:
              [COLOR=#000000][FONT=Verdana]_C1 Reraise[/FONT][/COLOR]
              [COLOR=#000000][FONT=Verdana]_L 0x70243EDC 0x00000020[/FONT][/COLOR]
              [COLOR=#000000][FONT=Verdana]_L 0x7024415A 0x00000020[/FONT][/COLOR]
              Using the Reraise code you provided for the US version I found another popular code in a nearby area by searching around online. I chose Infinite Health because you'll be able to find that in any version of almost any game. It's an extremely common code. It also happens to be in the same address area as the Reraise code.
              Code:
              _C0 Infinite HP (ULUS-10366)
              _L 0x10244108 0x0000FFFF

              After finding that code you need to find the same code except for your version. I googled "Crisis Core Final Fantasy cwcheat codes ULES-01044" and found this:
              Code:
              _C0 Infinite Health (ULES-01044)
              _M 0x18A44488 0x0000270F
              The addresses are noticeably different. I don't know CWCheat code formats, but like most it probably just reserves some bits at the beginning. I normalized it to get 0x10244108. Finally, just calculate the difference and add it to the US Reraise code and you'll end up with the one I provided at the top.

              Comment


              • #22
                Originally posted by dnawrkshp View Post
                Tested this on ULES-01044. Hopefully you have the same version.

                Code:
                _C0 Reraise
                _L 0x7024425C 0x00000020
                _L 0x702444DA 0x00000020


                I'll explain how I ported this in case you want to learn. I think you understand porting so I'll just explain how I got the offset (in this case 0x380 from US version).


                Code:
                [COLOR=#000000][FONT=Verdana]_C1 Reraise[/FONT][/COLOR]
                [COLOR=#000000][FONT=Verdana]_L 0x70243EDC 0x00000020[/FONT][/COLOR]
                [COLOR=#000000][FONT=Verdana]_L 0x7024415A 0x00000020[/FONT][/COLOR]
                Using the Reraise code you provided for the US version I found another popular code in a nearby area by searching around online. I chose Infinite Health because you'll be able to find that in any version of almost any game. It's an extremely common code. It also happens to be in the same address area as the Reraise code.
                Code:
                _C0 Infinite HP (ULUS-10366)
                _L 0x10244108 0x0000FFFF

                After finding that code you need to find the same code except for your version. I googled "Crisis Core Final Fantasy cwcheat codes ULES-01044" and found this:
                Code:
                _C0 Infinite Health (ULES-01044)
                _M 0x18A44488 0x0000270F
                The addresses are noticeably different. I don't know CWCheat code formats, but like most it probably just reserves some bits at the beginning. I normalized it to get 0x10244108. Finally, just calculate the difference and add it to the US Reraise code and you'll end up with the one I provided at the top.
                Awesome.
                I may be lazy, but I can...zzzZZZzzzZZZzzzZZZ...

                Comment


                • #23
                  Originally posted by dnawrkshp View Post
                  Tested this on ULES-01044. Hopefully you have the same version.

                  Code:
                  _C0 Reraise
                  _L 0x7024425C 0x00000020
                  _L 0x702444DA 0x00000020


                  I'll explain how I ported this in case you want to learn. I think you understand porting so I'll just explain how I got the offset (in this case 0x380 from US version).


                  Code:
                  [COLOR=#000000][FONT=Verdana]_C1 Reraise[/FONT][/COLOR]
                  [COLOR=#000000][FONT=Verdana]_L 0x70243EDC 0x00000020[/FONT][/COLOR]
                  [COLOR=#000000][FONT=Verdana]_L 0x7024415A 0x00000020[/FONT][/COLOR]
                  Using the Reraise code you provided for the US version I found another popular code in a nearby area by searching around online. I chose Infinite Health because you'll be able to find that in any version of almost any game. It's an extremely common code. It also happens to be in the same address area as the Reraise code.
                  Code:
                  _C0 Infinite HP (ULUS-10366)
                  _L 0x10244108 0x0000FFFF

                  After finding that code you need to find the same code except for your version. I googled "Crisis Core Final Fantasy cwcheat codes ULES-01044" and found this:
                  Code:
                  _C0 Infinite Health (ULES-01044)
                  _M 0x18A44488 0x0000270F
                  The addresses are noticeably different. I don't know CWCheat code formats, but like most it probably just reserves some bits at the beginning. I normalized it to get 0x10244108. Finally, just calculate the difference and add it to the US Reraise code and you'll end up with the one I provided at the top.
                  I'll check it tomorrow. I'm a total newbie at this type of thing, my question is with the re-raise codes I provided for the US and the German version how do you know that the two line code you came up with is for the UK ULES-01044 version and not another region?
                  Last edited by pferreira1983; 08-08-2017, 07:05:20 PM.

                  Comment


                  • #24
                    Originally posted by pferreira1983 View Post
                    I'll check it tomorrow. I'm a total newbie at this type of thing, my question is with the re-raise codes I provided for the US and the German version how do you know that the two line code you came up with is for the UK ULES-01044 version and not another region?
                    Because I used the Infinite Health code for ULES-01044 to find the offset from the Infinite Health code for ULUS-10366. Then I added that offset to the Reraise code for ULUS-10366 to get the Rereise code for ULES-01044. And, most importantly, I tested it.
                    Last edited by dnawrkshp; 08-09-2017, 01:36:31 AM.

                    Comment


                    • #25
                      Just tried it, thank you! It works great!

                      Comment

                      Working...
                      X