The Character Tool is used for setting up character definitions by importing assets authored in third-party tools and making them available to be used within CRYENGINE. A fully authored character usually consists of models, skeleton, physical properties and an associated animation set. The tool also enables interactive control and adjustment of animations as well as the collider proxy setup. The latter is used for interaction with the physical world in the game.
To open the Character Tool, go to Tools -> Animation -> Character Tool.
Here are four core UI components of the Character Tool:
The menu in the Character Tool has four sub-menus:
Option | Description |
---|---|
New Character... | Create a new character from scratch. |
Open Character... | Open an already saved character. |
Recent Characters | Shows a list of recently opened character files and their locations. |
Save All | Saves all modified assets. (Assets which have been modified and not yet saved in this CT session). |
Import Animation Layers | Import previously exported animation layers. |
Export Animation Layers | Export existing animation layers. |
Clean Compiled Animations... | Shows a window allowing to run a batch clear of i_caf compilation cache. |
Resave AnimSettings... | Shows a window allowing to perform a batch force save of all animsettings files. |
Import FBX |
It is also possible to import the entire FBX, including skin, animation and skeleton, by dragging and dropping it into the Viewport of the Character Tool. However, when doing it this way, the skins will not automatically be attached to the character. It is recommended to drag and drop the FBX into the Asset Browser instead, and then open the character in the Character Tool. |
Shows or hides the different panels within the Character Tool.
Option | Description |
---|---|
Save Layout... | Saves the layout of the Character Tool. |
Remove | Removes a saved layout. |
Reset to Default | Resets the layout of the Character tool. |
Opens the documentation page for this tool.
The Assets panel is the core of the Character Tool UI. It is placed on the left side of the window by default.
It gives an overview of all character-related assets.
As soon as you select an entry of your interest, its properties will appear in the Properties panel on the right side.
Each item within the tree has a context menu with available actions. Depending on what kind of asset you have selected, this context menu can consist of any number of the following options:
Option | Description |
---|---|
Copy Name | Copies name of the selected asset entry to the clipboard. |
Copy Path | Copies file path of the selected asset entry to the clipboard. |
Paste Selection | Selects an asset entry based on the file path currently contained in the clipboard. |
Revert | Reverts a modified asset back to its last saved state. |
Save | Saves a modified asset to its own file. |
Save As... | Saves a modified asset to another file. |
Delete | Deletes an asset (completely). |
Show in Explorer | Shows the file or *.pak file containing the asset in the Windows Explorer. |
For Animations, the following options are also available:
Option | Description |
---|---|
Export HTR+I_CAF (Lossy) | Exports a compressed animation asset (caf) back to the i_caf format. The generated i_caf file will contain compression artifacts introduced by the caf compilation process. |
Force Recompile | Clears i_caf compilation cache for the selected animation asset and re-compresses it again. |
Generate Footsteps | Shows up a windows allowing to automatically generate footstep animation events for the selected animation asset. |
There are two ways to filter the tree in the Assets panel:
You can have multiple instances of the Assets panel open. To create a new one use the Split Pane button in the title of the Assets panel:
Split Pane button
Note that right clicking on the tree header (where the Name string is shown) opens a context menu that allows you to show additional columns like Size, Pak and Audio events.
Here the loaded character will be shown.
The Viewport uses Sandbox standard navigation: WASD for movement, RMB for camera rotation and Middle Mouse Button to pan the camera.
In the top right you will see four buttons, Display Options, Edit Proxies, Clear Proxies and Test Ragdoll.
The Display Options determine how the scene is displayed in the Character Tool. These settings are not saved in the character files, they are purely for preview purposes.
Here you can create and edit proxies for your character. See here for more information.
Removes all proxies from the character.
Launches a PhysDebugger instance with the current ragdoll.
A scene is set up only for previewing purposes and consists of:
Parameter | Description |
---|---|
Character | You can use this entry to load a new character by clicking on the Folder button. (this is an alternative way to select a character as opposed to selecting from the Asset tree panel on the left side). |
Animation Layers | Here the played animations are set up. Whenever you select an animation in the Assets panel, one will be assigned to the active animation layer (highlighted with a bold text and pressed button). You can add new animation layers by using the little button located next to it. You can remove animation layers through the context menu (RMB on the number left to the layer button). Blend spaces, aim- and look-poses expose additional settings. |
Blend Shapes | Shows blend shape sliders, when the character contains blend shapes. |
There are many properties that can appear in the Properties panel, depending on what is selected. See this page for details.
The Playback panel at the bottom can be used to scrub the timeline and provides playback options like looping of animations and playback speed. You can also change the timeline to be represented in seconds, frames or normalize the timeline from 0 - 1. The options gear offers further control on organizing how the timeline is represented.