@ RedPhoenix:
Setting a material doesn't have any effect to my model. Maybe because the material is overriden by the material I specified within MED.

@ fogman:
You were right about loading my world in the main procedure. Although this didn't solve my problem it at least helped me to localize the problem.


I found the line that causes the problem when I add a template-script. It's in the display00.wdl in line 117:

// enable: Dynamic Sun?
// help: Use directional light for sun?
// help: Note: This will use one of the dynamic lights.
// id: 11
var sun_light = 1;

If I comment this line out and save the file the colors of my model are displayed like I expect them to.

Can anyone tell me why this line disables the specular light?