Quote:
Originally Posted by gvxor ... |
Hey,
You could try model rec by texture name? The game most likely stores some textures and I guess some would be downloaded when you connect to a server (the customized, bespoke ones).
Work out how the game does that, then produce model rec based on those textures. You will have to look into how DirectX loads textures and how you can hook it, but I've done this before in ogl.
Also, you may be able to get a simple wall hack working based on Stride, as others have pointed out, lots of similar things are drawn on the same stride...
Regards