Author Topic: Making gun bullets go faster?  (Read 2091 times)

Hi, well im making a Sniper Rifle and i was wondering how to make the bullet go faster when it's shot from the muzzle. If you can tell me where and what it is called in the script that would be great.

-Wood.

Code: [Select]
   muzzleVelocity      = [Number Here];
   velInheritFactor    = [Numbere Here];

Code: [Select]
velInheritFactor    = [Numbere Here];What does this do?

The bullet speed will be affected by how fast you are moving.

Try strafing sideways and firing the Gun - it fires to the side instead of directly forwards.


Code: [Select]
   muzzleVelocity      = [Number Here];
   velInheritFactor    = [Numbere Here];


Gee, thanks for not telling me this on my own topic


BTW, there is a search button


can some1 tell me how to actually create a weapon? coz im new to torque.

can some1 tell me how to actually create a weapon? coz im new to torque.
Look at the script of the gun or any other weapon.

What's the max speed of a bullet?

So wait.. I change it alot and the bullet speed doesn't change.

Probably the weapons are already going at maximum speed. There is an upper limit on the speed of a bullet. (Attempting to fire a gun at 90 speed or 9000 speed will do the same)

Probably the weapons are already going at maximum speed. There is an upper limit on the speed of a bullet. (Attempting to fire a gun at 90 speed or 9000 speed will do the same)

Well what do I put it as?