Guess its useless2 pray now that a fps is the most bad decission4 a first project...
Yes it is xD But I think it is going well so far. I have a bit experience in spite of it is my first Project.
Very bad idea. Try it and iam pretty sure u know why. Pure collision - mass...only one of thousands reasons why u need2 use at least two models. Simple set this in your player model
Now I know that is a bad idea. I tried it and see it s bad.
set this flag in your gun script
Of course I know this.
possible solution
Code:
c_trace (....USE_POLYGON | ...);
Yes but there was another Problem.
Heres a little example i made while ago showing solutions2 every of your probs mentioned above.
Most Basic stuff4 writing a ( very simple! ) fps project.
Thank you for the tuts and Workshops. I didnt know them.
Now I have the Basics of a first Person shooter. I can walk around with my gun. Shooting is working too with a crosshair.
The only Thing that do not work is that:
I shoot with c_trace and use USE_BOX because I want a big beam. But the beam, I think is not big, because I have to shoot exactly on a Point for hit the enemy. It works but it is not perfect.
Any tips?