New class for Daytime
Posted: 01.04.2005, 19:55
I'm trying to make an alternative surface for all my maps so that it always looks like day time. However, I want to make a new class for this. For instance, with one map I put
AltSurface"Ocean floor" "Sol/earth"
{
Class "day"
Texture "earth-ocfl.*"
NightTexture "earth-ocfl.*"
}
However, it doesn't want to make a new class. The only way I can get it to work is to change the name of, "Ocean floor" to something else (ex: "DOcean floor"). How do I make a new class for daytime only?
AltSurface"Ocean floor" "Sol/earth"
{
Class "day"
Texture "earth-ocfl.*"
NightTexture "earth-ocfl.*"
}
However, it doesn't want to make a new class. The only way I can get it to work is to change the name of, "Ocean floor" to something else (ex: "DOcean floor"). How do I make a new class for daytime only?