Announcement

Collapse
No announcement yet.

[PS2 - Code Request] DT Carnage (U) SLUS_217.93

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

  • #16

    Originally posted by Azagthoth View Post
    Max/Infinite Skill Book Capacity
    20179B6C ADE30000

    Skill points growth board
    20179BD4 00000000

    this game is a pain in the ass!!!!!!
    Yeah bro Azagthoth tell me about it. They made the game in a mess.

    The infinite boost time keeps the boost on forever. When you press circle the boost stays on and when you let go of circle the boost stops but with the code it is continuously on with no way to turn off.

    The fuel i dont know for some reason is still depleting. And i have attached the screenshot of the skill credit not changed and the stats i want to have more amount of like 999999999. I have also attached screenshot of SE and skill cooldown.
    Attached Files
    Last edited by Esthevobus; 10-10-2021, 02:47:42 AM.

    Comment


    • #17
      Originally posted by Esthevobus View Post


      Yeah bro Azagthoth tell me about it. They made the game in a mess.

      The infinite boost time keeps the boost on forever. When you press circle the boost stays on and when you let go of circle the boost stops but with the code it is continuously on with no way to turn off.

      The fuel i dont know for some reason is still depleting. And i have attached the screenshot of the skill credit not changed and the stats i want to have more amount of like 999999999. I have also attached screenshot of SE and skill cooldown.
      i can joker the boost time. i'll look more into the se code. how do increase skill and character parameters?

      Infinite Fuel
      2022BC30 E682027C
      2022BC34 C682027C
      or
      20251CA4 3C01428C
      20251CB0 ADC1027C

      Skill Book Capacity
      20179B5C 3C023B9A
      20179B60 3442C9FF
      20179B64 ADE20000

      Infinite Skills
      20179be8 00000000

      Max/Infinite Skills
      20179BE8 AE220004
      Last edited by Azagthoth; 10-10-2021, 02:30:57 PM.

      Comment


      • #18
        Originally posted by Azagthoth View Post

        i can joker the boost time. i'll look more into the se code. how do increase skill and character parameters?

        Infinite Fuel
        2022BC30 E682027C
        2022BC34 C682027C
        or
        20251CA4 3C01428C
        20251CB0 ADC1027C

        Skill Book Capacity
        20179B5C 3C023B9A
        20179B60 3442C9FF
        20179B64 ADE20000

        Infinite Skills
        20179be8 00000000

        Max/Infinite Skills
        20179BE8 AE220004
        Azagthoth In the growth board, you can use the credit you have to select squares for a particular skill and increase it accordingly. Like a square is giving 10 points to handling, so you will spend credit on that to boost handling by 10 points.

        You earn Skill credit from races.
        Last edited by Esthevobus; 10-10-2021, 03:08:31 PM.

        Comment


        • #19
          I'll look at this tomorrow. I went back to the codes and i believe the infinite hp will give enemies infinite hp since it write to all the enemies and player.

          Comment


          • #20
            These code seem to crash the game either at initial start or after loading save file:

            //Max/Infinite Skill Book Capacity
            patch=1,EE,20179B6C,extended,ADE30000
            patch=1,EE,20179B5C,extended,3C023B9A
            patch=1,EE,20179B60,extended,3442C9FF
            patch=1,EE,20179B64,extended,ADE20000

            Infinite Skills
            20179be8 00000000

            Max/Infinite Skills
            20179BE8 AE220004

            Comment


            • #21
              Infinite Player Health & Fuel
              200C0200 3C03005C
              200C0204 8C638BEC
              200C0208 1060000A
              200C0210 3C044316
              200C0214 AC6406B0
              200C021C 8C63045C
              200C0228 8C650280
              200C022C AC65027C
              200C0234 03E00008
              20310C70 08030080

              Infinite SE
              20215168 00000000
              2021516C 00000000

              Max Skill Point Capacity **moves around make sure you use gamesave you provided**
              21192D60 3B9AC9FF

              Max Skill Credit **moves around make sure you use gamesave you provided**
              21ED70B8 3B9AC9FF

              I'm done with this game, someone else can look at this game
              Last edited by Azagthoth; 10-11-2021, 05:53:57 PM.

              Comment


              • #22

                Originally posted by Azagthoth View Post
                Infinite Player Health & Fuel
                200C0200 3C03005C
                200C0204 8C638BEC
                200C0208 1060000A
                200C0210 3C044316
                200C0214 AC6406B0
                200C021C 8C63045C
                200C0228 8C650280
                200C022C AC65027C
                200C0234 03E00008
                20310C70 08030080

                Infinite SE
                20215168 00000000
                2021516C 00000000

                Max Skill Point Capacity **moves around make sure you use gamesave you provided**
                21192D60 3B9AC9FF

                Max Skill Credit **moves around make sure you use gamesave you provided**
                21ED70B8 3B9AC9FF

                I'm done with this game, someone else can look at this game
                Thank you for helping with this Azagthoth

                The health and fuel is depleting with this code and the SE is visually not decreasing but the actual value is decreasing after some skill uses you need to refill in the pit stop. The skill codes give me crash when going into the growth board.

                Comment

                Working...
                X