Quote:

I´ve got this error:

Malfunction W1550

Error in Effect:
mat_terrain_multitexture(78):error X3000:syntax error:unexpected integer constant

The debug syntax check found no error, can anybody help??






After you do all the above corrections.... then for this one;
Try correction in this line: (get rid of the last zero)
vertexShaderConstant[65]={20.0f,15.0f,0.0f, 0.0f0 };

if you still get the error, try changing this line:
vertexShaderConstant[64]=<vecSkill41>;

to something like:
vertexShaderConstant[64]={20.0f,15.0f,0.0f,0.0f};

If it goes away, then you know where to focus attention.