Search found 10 matches
- Thu Apr 29, 2004 3:03 pm
- Forum: General Chaos Discussion
- Topic: Another Melee Question
- Replies: 10
- Views: 8261
Ah, ok! So, really, I don't need AdjustAim at all, since its not a weapon, and I won't be tracing using the crosshair, etc. I think. Aim = C.AdjustAim(1, StartTrace, C.AimError); X = Vector(Aim); EndTrace = StartTrace + 100 * X; Other = Trace(HitLoc, HitNorm, EndTrace, StartTrace, true); I can use t...
- Thu Apr 29, 2004 2:33 pm
- Forum: General Chaos Discussion
- Topic: Another Melee Question
- Replies: 10
- Views: 8261
- Thu Apr 29, 2004 2:18 pm
- Forum: General Chaos Discussion
- Topic: Another Melee Question
- Replies: 10
- Views: 8261
- Wed Apr 28, 2004 6:49 pm
- Forum: General Chaos Discussion
- Topic: Another Melee Question
- Replies: 10
- Views: 8261
- Wed Apr 28, 2004 6:05 pm
- Forum: General Chaos Discussion
- Topic: Another Melee Question
- Replies: 10
- Views: 8261
- Wed Apr 28, 2004 2:15 pm
- Forum: General Chaos Discussion
- Topic: Another Melee Question
- Replies: 10
- Views: 8261
Another Melee Question
I have another melee question for ya, JB. =) Weapons I'm fairly sure I can do now, but I also want to have punches and kicks. But not as weapons. I.e., pressing "Q" in game throws a punch, etc. I will, of course, need an animation for punching and kicking. However, I am not too sure how to...
- Wed Apr 21, 2004 12:18 pm
- Forum: General Chaos Discussion
- Topic: Melee Weapons Question
- Replies: 7
- Views: 6868
- Wed Apr 21, 2004 12:12 pm
- Forum: General Chaos Discussion
- Topic: Melee Weapons Question
- Replies: 7
- Views: 6868
- Wed Apr 21, 2004 11:48 am
- Forum: General Chaos Discussion
- Topic: Melee Weapons Question
- Replies: 7
- Views: 6868
- Wed Apr 21, 2004 7:30 am
- Forum: General Chaos Discussion
- Topic: Melee Weapons Question
- Replies: 7
- Views: 6868
Melee Weapons Question
I thought this might be a good place to ask this question, since there seems to be very little documention on the web about it, and the ChaosUT team is the only one I know working on melee weapons. Are you guys aware of any melee weapon example code or somesuch? I'm (trying) to play with getting a f...