I'm new at map making for Spring, and it is now 1 week that I'm working around trying to release a simple map.
I'm currently stopped by probably a stupid problem... The rendered grounds of my maps are dark !
If someone could tell me what am I doing so wrong...

For exemple in this map, all the ground should be some light green grass, but it show way too dark (nearly black)
I have tiled this in a 4096x4096 texture map
img209.imageshack.us/img209/6816/tilesnc4.jpg
Map in the lobby (is it already shown as black)
img243.imageshack.us/img243/1527/image1rf2.jpg
And the rendered ground in game (horribly dark or just black I dunno)
img85.imageshack.us/img85/3408/image2xl3.jpg
For hint, there is the Atmosphere code in the smd (but it hasn't probably nothing to do with my problem)
Code: Select all
[ATMOSPHERE]
{
FogColor=1 1 1;
FogStart=0;
CloudColor=1 1 1;
SkyColor=1 1 1;
SunColor=1 1 1;
CloudDensity=0;
MinWind=3;
MaxWind=10;
}

ps: I had read all tutos and made search throught the message board, and didn't find any similarily problem. So sorry if this had already be answered before
ps2: Sorry for the links, I can't make them appear properly in my post, since all new users are not allowed to post links...
