Quite close to releasing an internal cheat here. Working on ESP and having issues with camera.
I managed to find camera dynamically with CE but I can't find any stable pointers. Steps:
1. Find address (cam1)
2. Generate pointer map
3. Restart game
4. Find address (cam2)
5. Generate pointer map
6. Pointer scan for this address (cam1)
7. Use saved pointer map (select cam 1 pointermap)
8. Compare with (select cam 2 pointermap)
9. OK
I'm sure the settings are fine. This method yields 0 results even though for other games it worked fine.
I believe it should be possible to find a stable camera offset as a lot of sources share its value.
Here is what I found:
ce_cam.png
What can I do in this scenario? Is my only option hooking and reading register value?