Is there on gunz map? that have rain?
And how to be Observer on map debug?
Is there on gunz map? that have rain?
And how to be Observer on map debug?
No because there isnt a preset effect for rain @ gunz.
Youd have to manualy animate a rain effect.
Observer is only accesible in a replay.
Would you personally do a grid pattern of planes and then just use an animation loop on them? Kinda seems like a waste of faces but unless you hard coded something like fog i really dont know how you would achieve a realistic effect
-Nevermind-
Last edited by HellSniper; 13-06-12 at 01:08 AM.
If you look at the top of ZGame.cpp in the source, you'll see the classes RSnowParticle and ZSnowTownParticleSystem. You'd have to duplicate those classes and any code that uses them, and then change them slightly to produce a rain effect. Wouldn't be too hard :).