You used to be able to do something along the lines of this:
datablock PrecipitationData(Rain)
{
dropTexture = "./rain";
splashTexture = "./splashrain";
dropSize = 10;
splashSize = 0.1;
useTrueBillboards = false;
splashMS = 250;
};
Now I get this error:
Unable to instantiate non-conobject class PrecipitationData.
How do I make it rain seemlessly without changing anything else?