dont worry about the coloring, I got all the coding portion settled, the only thing I need to know is how to make chams using crc's, cause the only way I know is by using numvertices.
if(m_Stride == 44 && (NumVertices == 352 || NumVertices == 700 || NumVertices == 927 || NumVertices == 1019 || NumVertices == 1123 || NumVertices == 1338 || NumVertices == 1578))
^^ this is an example of numvertices for another game, I have hexadecimal values like: 0x558FE4FE
soo my question is how would I use it.. would it be used liek this:
if(m_Stride == 44 && (NumVertices == 0x558FE4FE || etc..))
thats my only question..