Author Topic: New Weapon: Lupara  (Read 26149 times)

Bushido, you never cease to amaze me.

Bushido, this is EPIC!      But it is an edit of your previous crossbow. But still EPIC...

finally a better double barrel :D
Kaje is making one, I was on his server a while back, you click to reload it. Don't know if he will release it though.
On topic though, this is pretty neat.

Code: [Select]
  %fvec = %obj.getForwardVector();
  %fX = getWord(%fvec,0);
  %fY = getWord(%fvec,1);
 
  %evec = %obj.getEyeVector();
  %eX = getWord(%evec,0);
  %eY = getWord(%evec,1);
  %eZ = getWord(%evec,2);
 
  %eXY = mSqrt(%eX*%eX+%eY*%eY);
 
  %aimVec = %fX*%eXY SPC %fY*%eXY SPC %eZ;

This code should get the proper vector direction you're aiming in, up or down, without being affected by Free Look and looking left or right. If you use this for the knockback (%aimVec instead of just %obj.getEyeVector()) then it won't cause the problem described earlier.

Phew nice about to say not another wepon....

i kill you so bad you die!

Quote from: The Scout
Birds fly. Sun shines. Grass grows, and brotha' I hurt people.

Force of Nature much?

cool :D

edit:
« Last Edit: March 08, 2009, 03:39:38 PM by oromis »

Will download when its updated :)

it's really loving fat and absurd looking to me

like

why

can you make it thinner. the bottom in particular

and the model doesn't even look finished there's some errors and general ugliness (the butt is all jagged and bleh)

finally a better double barrel :D

There's a double barrel on RTB I know of


There's a double barrel on RTB I know of
but that looks like crap.

it's really loving fat and absurd looking to me

like

why

can you make it thinner. the bottom in particular

and the model doesn't even look finished there's some errors and general ugliness (the butt is all jagged and bleh)

yeah, i thought the model was clean and such at first but a few tests later i realized it looks awkward, so i'll recreate the model more or less entirely

it should be in the next update

yeah, i thought the model was clean and such at first but a few tests later i realized it looks awkward, so i'll recreate the model more or less entirely

it should be in the next update
Try and weld it together so it's one shape in total.