Page 1 of 1

Carbine Projectile Origin

Posted: Sun Feb 15, 2009 4:04 pm
by GnaM
I got sick of watching brute shot grenades shoot out of players' faces in 3rd person view, so I went in Entity and checked "Projectiles Use Weapon Origin". After some tinkering with the crosshair a bit to get it re-aligned, it works great and the shot actually comes out of the gun. I liked it so much, I did the same thing for every weapon in the game.

However, for some reason, the Carbine seems to continue shooting out of your face even after using the 'weapon origin' option. I'm guessing the weapon origin was set incorrectly on the model, or something. Can anyone point me in the right direction to fix this? Thanks!

Re: Carbine Projectile Origin

Posted: Sun Feb 15, 2009 4:39 pm
by DemonicSandwich
I am guessing you did this to chunk 0 of the projectile reflexive. Problem is is that the trigger uses chunk 1, not 0.

Re: Carbine Projectile Origin

Posted: Sun Feb 15, 2009 5:30 pm
by GnaM
Aha! I should have thought of that since I was just scrutinizing the 2 triggers the other day trying to figure out what was causing the Carbine to randomly fire twice in one go (I nulled trigger 0 and it still didn't stop it from doing that).

Thanks and sorry for asking a stupid question.