Forums Index >> Modding >> Need help from modders again...
Page : <1> :
Please answer quickly,I won't have the computer for half a week soon....
Bounceprojectile.resource = "game/data/shapes/common/VolcanoRock01.dts";
Last edited: Friday, June 18, 2004 at 1:28:36 AM
THANK YOU MAN! Can ya answer the other q's?
Page : <1> :
Look at this:
Bounceprojectile.gravityscale = 1.00;
Bounceprojectile.count = 100000000;
Bounceprojectile.burstcount = 100000000;
Bounceprojectile.reloadtime = 0;
Bounceprojectile.burstdelay = 0;
Bounceprojectile.resource = "game/data/shapes/common/VolcanoRock.jpg";
My goal is that I fire billions of volcanic rocks,but all I get is square pieces.(My bro commented that they look like meat chunks)
One: How do I make it so it fire volcanic rocks?
Two: How do I make it so that they explode like volcanic rocks?
Three: How do I make it so that the small bounce explosion mimics the volcanic rock's bounce explosion? (They look like little fireworks)
Help?