I would like to request infinite health, infinite time for timers, and max infinite ammo/no reload for all weapons for this game please?
Announcement
Collapse
No announcement yet.
[PS2 Request] SAS Anti-Terror Force (AKA GSG9 or GIGN Anti-Terror Force) SLES-534.35
Collapse
X
-
-
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
-
-
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
-
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
-
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
Comment