Precipitation
by Mak Andrew · in RTS Starter Kit · 11/26/2004 (5:23 pm) · 7 replies
After init the precipitation, i'm not able to see the rain effect, anyone have the similar problem
About the author
#2
11/26/2004 (10:25 pm)
Did you guys update to the newest version of the kit?
#3
anyway will try to set the netflag
11/27/2004 (7:41 am)
Yes just downloaded and install 2 days ago... wonder if the fault may lie in me??? anyway will try to set the netflag
#4
do I have to use CVS??
thanks
01/12/2005 (1:35 pm)
I'm sorry but where can I download the newest version of the kit?do I have to use CVS??
thanks
#5
01/13/2005 (4:20 am)
Kevin, just download the installer on the site here. Go to your My Garage page and click the RTS SK's download link. :)
#6
I thought it was the same file cos the name is the same as before :)
01/13/2005 (12:56 pm)
I see, thanksI thought it was the same file cos the name is the same as before :)
#7
01/14/2005 (4:18 am)
Yeah we kinda cheated the release there, didn't consider the updates worthy of a re-name, I guess. :)
Torque 3D Owner Martin "Founder" Hoover
I haven't been able to test it yet, but you should be able to go into game/fx/precipitation.cc in the constructor Precipitation::Precipitation() and add:
mNetFlags.set(ScopeAlways);
Or wait till someone has come up with a better solution for scoping these things to the clients.