Difference between revisions of "Interactable animated items"
Line 1: | Line 1: | ||
− | <big>''' | + | Interactable animated items are more complicated assets. These are usually used for doors, levers, buttons and any other object that needs to be interacted with. These usually exist out of 3D mesh, a physic mesh and animations. |
+ | <br /> | ||
+ | <br /> | ||
+ | <big>''' Setup '''</big> | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
Line 41: | Line 44: | ||
<br />''LarianPhysics_Shape_Type = convex'' | <br />''LarianPhysics_Shape_Type = convex'' | ||
<br />''LarianPhysics_Shape_Flags = 0'' | <br />''LarianPhysics_Shape_Flags = 0'' | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <big>''' Exporting '''</big> | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
Line 85: | Line 91: | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
− | After importing the visual it is now time to import and add your animation. | + | After importing the visual it is now time to import and add your animation. First add the animation to your package |
Revision as of 13:16, 26 September 2017
Interactable animated items are more complicated assets. These are usually used for doors, levers, buttons and any other object that needs to be interacted with. These usually exist out of 3D mesh, a physic mesh and animations.
Setup
Bones
You can use either dummies, mesh or actual bones in 3DS Max to animate visuals. Make sure however that these bones are in a separate layer and are linked to a dummy which needs to be named Dummy_Root.
If you are using a single bone for one mesh make sure to select that mesh and click the "MakeAnim" button.
This can also be done by hand by selecting the mesh, right clicking on it, select Object Properties, go to User Defined tab and type Rigid = true.
This also needs to be done with exporting a visual which consists of two meshes, one with multiple bones and one with a single bone. This only applies to the mesh with a single bone.
Skinning
Select the mesh you want to be animated, open the modifier list and select skin.
Add the bone(s) you want to use. Apply weight paint if needed.
Physics
Create your physics mesh and name it properly. Now you will need to link your physics mesh to your animated mesh.
We do this by using a proxy so the physics mesh can be animated. Start by right clicking on your animated mesh, select Object Properties, go to User Defined" tab and insert the following lines:
Rigid = true
LarianPhysics_Type = proxy
Proxy_Geometry = “LayerName”_phys
Now right click on your physics mesh, select "Object Properties", go to "User Defined" tab and insert the following lines:
LarianPhysics_Type = rigid_body
LarianPhysics_RigidBody_Type = static
LarianPhysics_RigidBody_Mass = 0.0
LarianPhysics_RigidBody_Friction = 1.0
LarianPhysics_RigidBody_Restitution = 0.0
LarianPhysics_Shape_Type = convex
LarianPhysics_Shape_Flags = 0
Exporting
Animation Manager
After you have created and tested your animation you’ll need add your animation to the animation manager.
In the animation manager you can add multiple animations by first selecting the Dummy_Root at the top.
Now you can create a new layer by clicking “new” in the bottom left corner.
You will need to enter a name, the begin and end frame number of your animation. Each separate animation needs it own layer.
The name of you animation layer needs to be “LayerName”_”AnimationName”_”01”
Example:
DOORS_Humans_Ruins_A_Open_01
Exporting
Exporting the visual is straight forward. Make sure your mesh and physics mesh are in the same layer. Any mesh without skinning will need to be linked to the Dummy_Root in the bones layer.
You do not have to export anything other then the visuals and physics.
After exporting the visuals you will need to export the animation. Start of by saving the 3DS max file again in a separate folder located in the same folder.
This folder needs to be named LayerName_AnimationName, in here you will save your 3DS Max file as LayerName_AnimationName_01.
If this is done correctly you will now be able to select the animation layers you want to export.
Importing
Importing your visuals
Importing your visual and physics is the same as any other item.
Importing your animation
After importing the visual it is now time to import and add your animation. First add the animation to your package