About Store Forum Documentation Contact



Post Reply 
mmo ragdoll
Author Message
1991mirec Offline
Member

Post: #1
mmo ragdoll
can anyone tell me how can i make a ragdoll on a player in esenthel mmo?? and i tried ragdollenable.. it didn t work... it did show the ragdoll capsulls on the ground but player was still standing like nothing happened.. i want him on the ground together with it s ragdoll..

thank you
(This post was last modified: 04-14-2014 06:15 PM by 1991mirec.)
04-14-2014 06:14 PM
Find all posts by this user Quote this message in a reply
georgatos7 Offline
Member

Post: #2
RE: mmo ragdoll
I haven't tried using the ragdoll functionality yet but, have you tried the tutorial in the Apps, Physics folder?

It sounds like you either forget to set your skeleton from the ragdoll in the update function..
ragdoll.toSkel(cskel); // set skeleton from ragdoll

or you forget to draw the mesh based on your skeleton in the RM_Prepare..
chr->mesh()->draw(cskel);
04-14-2014 07:53 PM
Find all posts by this user Quote this message in a reply
1991mirec Offline
Member

Post: #3
RE: mmo ragdoll
i tried both and it didn t work... and yes i ve seen the tutorial.. i tried everything.. and i am not talking about me as a player but neighbors(other players) in the game.
04-14-2014 08:13 PM
Find all posts by this user Quote this message in a reply
georgatos7 Offline
Member

Post: #4
RE: mmo ragdoll
Ah i see, well maybe someone more experienced than me can point out a method to do it and help you out.
04-14-2014 08:29 PM
Find all posts by this user Quote this message in a reply
1991mirec Offline
Member

Post: #5
RE: mmo ragdoll
anyway thank you for your help georgatos .. every help and trying is always appreciated here
04-14-2014 10:29 PM
Find all posts by this user Quote this message in a reply
1991mirec Offline
Member

Post: #6
RE: mmo ragdoll
bump
05-22-2014 11:37 AM
Find all posts by this user Quote this message in a reply
Post Reply