Quote:


Does it crash the game? What errors does it give? Also are the images in your folder?






it gives no errors and doesn't crash. However it just shows the standard flat texture with no bumps applied.

Quote:

From what I can guess from the material name you provided, it seems to me you want to apply the shader to level geometry. In this case, did you make sure the surfaces the shader should be used on were set to flat shading? With "shaded" mode, these effects usually do not work. Hope that helps...





Yes, the texture is set to 'flat' in the settings.

Quote:

Hi,
maybe have you miss to call "load_shaders();" after level load.
Hope this help you.




I have tried this, it makes no noticeable difference (still a flat texture).

Thanks for the help thus far, does anyone have any other suggestions?