Page 1 of 1

Void Water

Posted: 21 Oct 2005, 13:08
by SinbadEV
[WATER]
{
voidwater=1;
WaterBaseColor=0.1 0.1 0.3; //color at water surface
WaterAbsorb=0.4 0.4 0.2; //how fast different colors are absorbed by the water
WaterMinColor=0.0 0.0 0.1; //the min value the water colors will go down to
}

doesn't work... anyone know how to make it work? or am I supposed to be able to still see the water?

neither does:
[WATER]
{
voidwater=1;
}

My understanding is that the water would just be invisible

Posted: 21 Oct 2005, 13:32
by Gnomre
VoidWater=1; goes in just plain old [MAP], not [WATER].

Posted: 21 Oct 2005, 14:26
by SinbadEV
Thanks... I've got a "cool" idea for space maps to try out... on the subject, what kind of tdf would I have to put together if I want my features to be unclaimable

Posted: 21 Oct 2005, 23:48
by Gnomre
In OTA you put "reclaimable=0;" in the corpse/feature TDF; I don't know if that is supported in Spring or not. If it isn't, there is no way.