Perhaps the problem is that there is no roughness map in the material. By default, four render stages are used: M_modulate, M_normal, M_selector, M_emission.
If there is no texture, then the roughness will be 0. To fix this, you need a roughness map.