Announcement

Collapse
No announcement yet.

Help

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

  • #31
    The adress in pcsx2dis of the level
    akaria dome: 0047AEE8
    sakkara 1: 0047ABC8
    sakkara 4: 0047AC68
    Is possible make a cheats to activate the levels?
    Last edited by sphinx856; 01-22-2016, 09:45:41 AM.

    Comment


    • #32
      Originally posted by sphinx856 View Post
      The adress in pcsx2dis of the level
      akaria dome: 0047AEE8
      sakkara 1: 0047ABC8
      sakkara 4: 0047AC68
      Is possible make a cheats to activate the levels?
      Possibly so. I don't know any of the levels in this game and I'm not going to play it to figure out the names of them all. You can make the code though. Find out the level 1 name and find it in memory. Then see what accesses that and how it loads it and maybe it will be the same as the item codes.

      Comment


      • #33
        Ok the name is " _ur_intr.edb" and the adress is: 00485D68
        I also found this:
        "[InitialLevel" 00479148
        "Level" 00479128
        and I find another code for the levels that I want to activate:
        akaria dome: 0032E800
        sakkara 1: 0032E698
        sakkara 4: 0032E6E0
        Last edited by sphinx856; 01-23-2016, 02:39:07 AM.

        Comment


        • #34
          //Message from Akarian King
          // by lee4
          //SLES-51831_f37cf9b9
          patch=1,EE,0055A314,word,00000001

          Message from Akarian King (SLES_518.31) [lee4]
          2055A314 00000001
          lee4 Does Not Accept Codes Requests !
          When lee4 asks a question it does not mean lee4 will look at your game
          *How to create and use SegaCD codes >click here<*
          >)

          Comment


          • #35
            How do you do to know what item activate the code?because there are more beta items that I want activate and I would like learn how to do it and how to search it.
            Please explain me how to find it and how to search it, I use the programs PCSX2DIS and PS2DIS.
            Last edited by sphinx856; 01-23-2016, 03:03:32 PM.

            Comment


            • #36
              Read those PS2DIS tutorials I gave you in the post at the beginning of this thread. You have to learn how to do some of this yourself.
              The Hackmaster

              Comment


              • #37
                What tutorial do you recommend me to start learning?
                can you send me the link to download Master04 program???
                Last edited by sphinx856; 01-24-2016, 03:34:30 AM.

                Comment


                • #38
                  http://dlevere1.proboards.com/board/...-help?q=PS2dis

                  Read all of those tutorials.

                  I don't have a Master04 program link, sorry.
                  Last edited by dlevere; 01-24-2016, 03:39:01 AM.
                  The Hackmaster

                  Comment


                  • #39
                    Hello I want to activate this item: Crystal key
                    I found the line, what do I have to do now to activate it?
                    copy the adress and add 00000001?

                    Click image for larger version

Name:	33ot9c2.jpg
Views:	1
Size:	210.7 KB
ID:	162810
                    http://i67.tinypic.com/33ot9c2.jpg
                    Last edited by sphinx856; 01-24-2016, 05:57:58 AM.

                    Comment


                    • #40
                      Originally posted by sphinx856 View Post
                      Hello I want to activate this item: Crystal key
                      I found the line, what do I have to do now to activate it?
                      copy the adress and add 00000001?
                      That address looks like it's part of a function that is called by an item listing function. If you're trying to enable items the same way I did then you need to figure out what function(s) check the item quantity and other stats of the item. Some games store a bool value to determine if an item is enabled or disabled but most store 0 or -1 if the item is empty or disabled.

                      Comment


                      • #41
                        Hello, I open the iso in hexeditor and I found that all beta items have -1.
                        What I have to do to activate the item?
                        Last edited by sphinx856; 01-27-2016, 12:58:13 AM.

                        Comment


                        • #42
                          address 0011d0bc goes to a global pointer at 0036F94C, if its a nop you can do change it to 00000001.

                          Comment


                          • #43
                            Hello, I try it and not work, the item has not been activated.
                            What I have to do to change the -1 to 1 or 2?

                            Comment


                            • #44
                              you can check in pcsx2dis to see what it does

                              Comment


                              • #45
                                Hello, I try it and not work.
                                and the codes that I found not work, in pcsx2dis the adress for the items are:
                                003406A0
                                00340818
                                00340838
                                0038FB58
                                0038FB60
                                Last edited by sphinx856; 01-29-2016, 12:50:35 PM.

                                Comment

                                Working...
                                X