Forums Index >> Modding >> need a bit o' help



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;

Sunday, October 24, 2004 at 11:41:51 AM

Try deleting the numbounce and the splash area. I dont use them on my mods and they hit the people :).

Sunday, October 24, 2004 at 11:25:12 PM

Um I tink it is da sizescale when I had mine big it went through things

Wednesday, October 27, 2004 at 6:58:56 PM

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

Wednesday, October 27, 2004 at 10:45:33 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald