Author Topic: Dynamic percipitation  (Read 454 times)

You used to be able to do something along the lines of this:
Code: [Select]
datablock PrecipitationData(Rain)
{
    dropTexture = "./rain";
    splashTexture = "./splashrain";
    dropSize = 10;
    splashSize = 0.1;
    useTrueBillboards = false;
    splashMS = 250;
};

Now I get this error:
Quote from: Console
Unable to instantiate non-conobject class PrecipitationData.

How do I make it rain seemlessly without changing anything else?