Announcement

Collapse
No announcement yet.

47iscool's PS2 codes

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

  • #91
    Mortal Kombat II (Arcade) (Mortal Kombat: Shaolin Monks)

    Code:
    (M) Must Be On (Alt) [Credit: [URL="http://www.codemasters-project.net/vb/index.php"]Codemasters-Project.net[/URL]]
    9014F798 0C053D8E
    
    Inf Time To Choose Character
    1051F558 00000140
    Will not work if character modifiers are on or vice-versa because both use the timer.
    
    P1 Character Modifier
    D051F558 00001330
    0051E050 000000??
    
    P2 Character Modifier
    D051F558 00001330
    0051E1CA 000000??
    Not going to take out time to write the characters values down, just experiment with values. Also, don't go higher than the value 10 or it will freeze.

    I followed the guide at CMP on how to make 9 type master code with ps2dis. Of course, I could have been lazy and used PTM's master code finder but instead just tried something different and it works perfect. Thanks for posting that guide at CMP lee4.
    Last edited by 47iscool; 01-03-2014, 07:06:11 PM.

    Comment


    • #92
      Are you loading the game directly from JARVOS ELF?
      Last edited by lee4; 01-03-2014, 03:38:49 PM.
      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


      • #93
        Originally posted by lee4 View Post
        Are you loading the game directly from JARVOS ELF?
        Yes

        My structure layout is as follows:
        IOP/
        MODULES/
        CLASSIC/
        SLUS_210.87
        SYSTEM.CNF

        I took the JARVOS.ELF out and renamed it to "SLUS_210.87" that way I could separate it from Shaolin Monks. I also used DVDScan to patch it to run on CD instead of DVD as I didn't want the whole game on my USB drive, only MK II.

        Speaking of ELF files, how do you use OPL to load an alternate ELF file from the ISO? I never figured out how to.
        Last edited by 47iscool; 01-03-2014, 11:12:55 PM.

        Comment


        • #94
          Originally posted by 47iscool View Post
          Speaking of ELF files, how do you use OPL to load an alternate ELF file from the ISO? I never figured out how to.
          In OPL 0.9.2
          goto Game Settings for Shaolin Monks
          goto Custom ELF just type in
          JARVOS.ELF
          save settings
          will make OPL always boot JARVOS.ELF instead of SLUS_210.87.

          my codes for Shaolin Monks' MK2 game will work from both booting SLUS_210.87 or JARVOS.ELF
          https://forum.gamehacking.org/node/119194
          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


          • #95
            Way of The Samurai (SLUS-20407)

            Code:
            Never Lose Health/Practice Mode (Works for enemies too)
            20121090 24030000
            Finally know how to make PS2 ASM codes thanks to Azagthoth's tutorial for pcsx2+CE.
            Last edited by 47iscool; 08-02-2014, 01:46:11 PM. Reason: ASM codes, not pointers

            Comment


            • #96
              WWE SVR 2007 V2.1 USA

              Disc Hash:
              31 B7 70 19 20 89 CD 57 75 50 F1 E7 5E 2E 61 B7 D7 12 7D C6
              SLUS_214.27 002A70BC 01C704C5 656C1900 01C704C5 656C1900

              Code:
              Super Inf Attribute Points
              204B8EE0 244203F7
              
              Unlock NPC's
              003A27DC 00000001
              003A39F0 00000001
              003A3AA2 00000001
              003A3B54 00000001
              003A3C06 00000001
              003A3D6A 00000001
              003A3E1C 00000001
              003A3ECE 00000001
              003A3F80 00000001
              003A550E 00000001
              003A5672 00000001
              003A5724 00000001
              003A4B52 00000001
              Last edited by 47iscool; 01-15-2014, 09:06:20 AM.

              Comment


              • #97
                Way of The Samurai (SLUS-20407)

                Code:
                One-Hit Kill (Works for all)
                201210BC 00000000
                
                Super Jump
                201269D4 3C020000

                Comment


                • #98
                  WWE SVR 2007 V2.1 USA

                  Disc Hash:
                  31 B7 70 19 20 89 CD 57 75 50 F1 E7 5E 2E 61 B7 D7 12 7D C6
                  SLUS_214.27 002A70BC 01C704C5 656C1900 01C704C5 656C1900

                  Code:
                  Inf Finishers After Storing 
                  20485134 3C010000

                  Comment


                  • #99
                    NFS Most Wanted (Greatest Hits) (USA)

                    Code:
                    Engine Never Blows (Drag Mode)
                    203704D4 00000000
                    
                    Reset Car for Inf Flashing (Drive Thru Cars)
                    2035527C 00000000
                    203816EC 00000000
                    
                    No NOS Blast Blur
                    2036F088 00000000

                    Comment


                    • Way Of The Samurai (SLUS-20407)

                      Code:
                      Mega Jump (Hold X)
                      201269D4 3C023DCC
                      D0916882 0000BFFF
                      201269D4 10000006
                      Last edited by 47iscool; 04-07-2014, 02:30:44 PM. Reason: code cleanup

                      Comment


                      • Originally posted by 47iscool View Post
                        Way Of The Samurai (SLUS-20407)

                        Code:
                        Mega Jump (Hold X)
                        201269E8 3C023BA3
                        201269D4 3C023DCC
                        D0916882 0000BFFF
                        201269E8 24020000
                        D0916882 0000BFFF
                        201269D4 3C020000
                        if you dont know, Codetype E does multi lines

                        Mega Jump (Hold X)
                        201269E8 3C023BA3
                        201269D4 3C023DCC
                        E002BFFF 00916882
                        201269E8 24020000
                        201269D4 3C020000
                        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


                        • removed
                          Last edited by 47iscool; 05-02-2014, 12:28:34 AM.

                          Comment


                          • Hot Wheels: Stunt Track Challenge (SLUS-20954)
                            Code:
                            Inf Boost
                            2032CF40 10000003
                            Last edited by 47iscool; 02-10-2014, 05:14:40 PM.

                            Comment


                            • Code:
                              WWE SVR 2007 V2.1 USA
                              
                              Disc Hash:
                              31 B7 70 19 20 89 CD 57 75 50 F1 E7 5E 2E 61 B7 D7 12 7D C6
                              SLUS_214.27 002A70BC 01C704C5 656C1900 01C704C5 656C1900
                              Code:
                              Can't Pull Out Weapons From Under The Ring
                              20484620 00000000
                              
                              Can Pull Out Inf Weapons From Under Ring
                              2058B898 00000000
                              
                              Idiot AI L1+L2/R1=R2
                              D1CF4B82 0000FAFF
                              204F2418 00000000
                              D1CF4B82 0000F5FF
                              204F2418 2C420001
                              Last edited by 47iscool; 02-03-2014, 01:52:57 AM.

                              Comment


                              • Tony Hawk's Project 8 (USA)

                                Code:
                                Raising Jump (Hold Up+X)
                                D0514B9C 0000BFEF
                                2067D254 44000000

                                Comment

                                Working...
                                X