Making a Duel map and cannot get Melee weapons to register hits on Karma actors. Projectile Weapons work as usual but melee weapons travel right through the mesh of the Kactor
However the melee weapons do hit the mesh when used as a normal static mesh and not a KActor.
I've been trying everything I can think of for hours to no avail.
Any ideas or information on how to get this working would be appreciated.
Thanks.
Melee Weapons and KActors
Hmmm will have to look into that. The melee weapons use a modifed trace system to do hit detection. They have "bones" placed in the 3rd model of the weapon and while the weapon is being swung, the code traces between the "bones" during the swing. If something crosses the trace path then it should be detected. My guess is that the Kactors are not being picked up by the trace...will have to double check. Thanks!
Jb
-
- Posts: 6
- Joined: Wed Jun 30, 2004 11:35 am
-
- Posts: 158
- Joined: Wed Sep 24, 2003 1:06 pm
- Location: Germany
- Contact:
-
- Posts: 6
- Joined: Wed Jun 30, 2004 11:35 am
Without additional coding yes, you are correct.R.Flagg wrote:Even if you did, wouldn't that be the kind of thing that we would not see swinging online? (like the lamps in ChaosDM1)
Or would this be different?
However there is code posted on the Wiki that replicates Karma on the server as well as the client.
Duel would be the perfect gametype to implement this IMO because of the low # of players at one time keeping the CPU overhead to a minimum.
EDIT: Here is the link to the code on the Wiki
http://wiki.beyondunreal.com/wiki/KActor_Replication