05-23-2020, 11:45 PM
Hey guys,
I was wondering if there is a way to merge multiple activator (28) codes with different controllers so that they work simultaneously. I wrote a code to toggle player/cpus names/icons and it'd be way more efficient to merge the 5 codes (1 code per controller) into one. Putting the 28 codes one after another to create a giant code obviously does not work.
I already tried to write a C0 codetype code that checked for the controller and then the corresponding input and that triggered the toggle code, it works but I don't get the same "smoothness" as I do with the 28 codes, the names flash and sometimes if you press the names disappear and then reappear instantly, most likely because C0 codes are triggered every frame.
I also tried to hook to a random address that is triggered a lot during races and I get the same problem.
Thanks, Melg
I was wondering if there is a way to merge multiple activator (28) codes with different controllers so that they work simultaneously. I wrote a code to toggle player/cpus names/icons and it'd be way more efficient to merge the 5 codes (1 code per controller) into one. Putting the 28 codes one after another to create a giant code obviously does not work.
I already tried to write a C0 codetype code that checked for the controller and then the corresponding input and that triggered the toggle code, it works but I don't get the same "smoothness" as I do with the 28 codes, the names flash and sometimes if you press the names disappear and then reappear instantly, most likely because C0 codes are triggered every frame.
I also tried to hook to a random address that is triggered a lot during races and I get the same problem.
Thanks, Melg