Hi everyone,
I apologize if this is in the wrong spot it's the closest I could find, it probably sits more in a request/help forum.
See first image for reference => 'Lost Souls' Lost Souls V1.4 by kingcreate - Core Games
When I add a sword and shield set into the game and adjust the orientation and position of the shield I get no issues equipping it normally as expected and noted it is a single mesh object that assigns itself to the socket 'left_arm_prop' but the sword works differently...when I equip it -- it's position and orientation changes based on what it's position and orientation is in the world, the sword is a networked item with many pieces to it not a single object which is my first concern but I also noted that it's socket doesn't work on the 'right_arm_socket' (I don't remember what it is/was might have been root) so I looked it up and noticed in the available sockets list 'right_arm_prop' doesn't exist in the game yet...
See this page for reference => Player Animations & Sockets - Core Documentation
You'll see at the bottom of the first Sockets list, only 'left_arm_prop' is there.
So I'm wondering a couple things...
-
Is there a way to bind a weapon to the right hand(currently on right_wrist) without using socket that doesn't use it's current world orientation or position and apply that to the character.
-
Does the fact the sword itself being networked and being more than a single object contribute to the orientation and position issue?
Thanks in-advance!
UPDATE -- FIXED!
Figured this one out myself, very simple in the end, doh!
- Basic Sword and Shield (networked)
- Client Context (networked)
- EquipmentAttachObjectToPlayer (client)
- Under PlayerSocket
- Input 'right_prop'