Announcement

Collapse
No announcement yet.

[PS2 Request] SAS Anti-Terror Force (AKA GSG9 or GIGN Anti-Terror Force) SLES-534.35

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

  • [PS2 Request] SAS Anti-Terror Force (AKA GSG9 or GIGN Anti-Terror Force) SLES-534.35

    I would like to request infinite health, infinite time for timers, and max infinite ammo/no reload for all weapons for this game please?

  • #2
    Enable Code(Must Be On)
    9025f8cc 0c09c453

    Infinite Health
    200C0200 3C010029
    200C0204 8C2156C0
    200C0208 10200006
    200C0210 24020064
    200C0214 AC220140
    200C021C 03E00008
    2025F904 08030080

    Infinite Ammo(No Reload)
    20163374 00000000
    20141D88 00000000
    Last edited by Azagthoth; 01-30-2020, 09:51:01 PM.

    Comment


    • #3
      Azagthoth Beautiful work man!! Everything seems to work perfectly except the stop timers code. I've failed the training mission twice for some reason even though the timer had very large numbers. I made sure not to kill any of the civilians so I know I didn't fail because of that. It was like the timer was still going even though the timer was showing the large time. I wonder if your stop timers code was just a cosmetic change and didn't actually stop the time..
      Last edited by tomleiberman; 01-30-2020, 05:44:19 AM.

      Comment


      • #4
        It was probably cosmetic, I didn't have much time to test it. Around that address should be a jumper to where time is at. Tried searching the time but couldn't find the memory for it. I'll look again.

        **EDIT**
        can't find anything
        Last edited by Azagthoth; 01-30-2020, 09:50:26 PM.

        Comment


        • #5
          huh..weird that you can't find the memory for the timer. Is there a way to do it as an ASM code instead? Pointer code?

          Comment


          • #6
            If it's okay can I request something?

            Comment


            • #7
              only if your request pertains to this game. If not, you need to make a new thread of your own.

              Comment


              • #8
                Ah ok well thanks anyway.

                Comment


                • #9
                  Check this code...
                  Code:
                  Stop Timer
                  D03ADA28 00000101
                  003ADA28 00000000

                  Comment


                  • #10
                    use only one code

                    Stop Timer
                    2015E990 00000000

                    Max/Infinite Time
                    2015E974 E4620000

                    couple lines down from where denben0487 found the timer address is a float value. it counts up, not down from what i was searching, wonder why i couldn't find the time. only thing that makes sense is a address above the one address that increase is the max value for 10 min which is 600(ex.10x60). Either denben0487 or my code will work if there's other timer in the game, his code is memory and could not possibly work for other timers in the game, mine is a ASM write, so if there's time in other levels it should work.
                    Last edited by Azagthoth; 01-31-2020, 08:56:33 PM.

                    Comment


                    • #11
                      YEAH amazing codes Azagthoth

                      Comment


                      • #12
                        I have good news!! All of the stop timer codes by denben0487 and Azagthoth seem to work great!! The code by denben0487 did work as well on another timer in the game on level 3. Nice work guys! Thank you I do have another request for this game now though. I'm stuck on level 3 where you have to avoid detection to get to the president, so I'd like to request a code for never being detected for that level please? I tried to upload both a memory card and a savestate both it wouldn't let me because the size was exceeded.
                        Last edited by tomleiberman; 02-01-2020, 02:11:42 PM.

                        Comment


                        • #13
                          upload the save or save state somewhere else.

                          Comment


                          • #14
                            Ok..here you go! This is the save state https://www.mediafire.com/file/ys37u..._file.zip/file

                            Comment


                            • #15
                              My code is inside the game timer activator, it's something like 16:9 or 480p switches, so it should work fine. By the way, the ASM code does not guarantee a 100% result, since there may be different instructions for different timers...
                              Last edited by denben0487; 02-01-2020, 10:01:09 PM.

                              Comment

                              Working...
                              X