Page 1 of 1

Things

PostPosted: Wed May 17, 06 9:41 pm
by Cozmo
Just two quick questions...

What makes the anim for holding a weapon differently? Like plasma rifle, assault etc you hold with both hands but with a pistol its one hand?

and if i put a scope on another weapon will it do 3x damage in mp or is that just in the WeaponSniper.uc?

Re: Things

PostPosted: Wed May 17, 06 10:28 pm
by MainMan
[Shen]~Cozmo~ wrote:What makes the anim for holding a weapon differently? Like plasma rifle, assault etc you hold with both hands but with a pistol its one hand?

That's just defined in the animation itself. (i.e. plasma has 2 hands built onto it, and pistol has 1)

[Shen]~Cozmo~ wrote:and if i put a scope on another weapon will it do 3x damage in mp or is that just in the WeaponSniper.uc?

Nah, it's just the sniper. If you want to make another weapon with 3x damage, you can either;

a. Make it extend class WeaponRifle

b. Implement the code yourself. (something like if(bZoomed) hitdamage *= 3)

(obviously option 'a' is easier)

PostPosted: Thu May 18, 06 3:47 pm
by Cozmo
Ok thanks, but on the first one i meant as in 3rd person you hold differently, i know about meshes etc. I just dont know what makes it do that. :?