Hmm, you deleted the original AR code?
yes, turned off. Also turned off some other shot speed codes.
It not affecting all shots tho, I just saw a nice goal from a blue line by CPU, with your Gecko code ON
oh so here is what happening!
If I just watch the CPU vs CPU game the code is NOT affecting the CPU shots.
But as soon as I pick a side and join the game within the match then the code affects both sides. After that, if I again let only the CPU vs CPU play (during the same match) the shots stay affected by the code.
So it seems that human joining the game somehow activates the code even for the CPU (NPCs)
Can you try it with no other codes enabled? I need to be sure f19 and f20 aren't being affected.
(09-03-2020, 12:50 AM)One More Try Wrote: [ -> ]Can you try it with no other codes enabled? I need to be sure f19 and f20 aren't being affected.
sure thing!
Weird I'm not seeing it happen. With the shot code enabled go to the code tab address 80ab68a0 and breakpoint it. When it hits that breakpoint check to see the value of r3, f19, and f20. r3 should be 0 for CPU and 1 for player.
Also breakpoint code tab 80ab73e8 and when it hits that check f19 and f20.
Only check for the CPU.
hm, I breakepointed the 80ab68a0, CPU finally shoot, but the game havent paused
You set the breakpoint in Code (not memory) by clicking the column to the left of the address?