Forums Index >> Modding >> need a bit o' help
Page : <1> :
Try deleting the numbounce and the splash area. I dont use them on my mods and they hit the people :).
Um I tink it is da sizescale when I had mine big it went through things
Correction:
Bounceprojectile.resource = "game/data/shapes/tanks/lasergreen.dts"; <-----------Can't use dts file for projectile resource. Only for explosions. I think.
You can use dts for projectile, explosions me no think is good idea
Edit:nice update max! %)
Last edited: Wednesday, October 27, 2004 at 10:46:18 PM
Page : <1> :
I made a lazer weapon and it will just go through people anyone know how to fix that so it will hit the person here is the weapon
Lighttank.defaultprojectile = "bounceprojectile";
Mediumtank.defaultprojectile = "bounceprojectile";
Heavytank.defaultprojectile = "bounceprojectile";
Bounceprojectile.resource = "game/data/shapes/tanks/lasergreen.dts";
Defaultexplosion.resource = "game/data/shapes/common/Volcanobump.png";
Bounceprojectile.damage = 50;
Bounceprojectile.count = 10000000;
Bounceprojectile.burstcount = 1000000;
Bounceprojectile.gravityscale = 0;
Bounceprojectile.numbounce = 100000000000;
Bounceprojectile.velocity =20;
Bounceprojectile.sizescale = 100;
Bounceprojectile.reloadtime = 5;
Bounceprojectile.burstdelay = 5;
Bounceprojectile.splasharea = 10;