-
Notifications
You must be signed in to change notification settings - Fork 0
Applying SWTOR animations to a skeleton
SWTOR's transition to 64bit last March 2023 involved a radical change in the way the animation information is stored. The files and their positions are the same, but their data lacks bone labelling, which means that our importer needs to be wholly rethought.
So, for the time being, we need to use the old SWTOR 32bit's animation files. You can grab them from here (select all folders, or at least the humanoid
one).
Don't replace the asset extraction's resources\anim
folder contents with them, as any new asset extraction (for example, after a Game Update with new locations and characters) would overwrite them, and we don't have any tool automating their use at the moment, anyway, so… Place them somewhere outside the resources
folder (next to it is OK).
We are still showing in this guide where those files are supposed to be. The subfoders structure is identical.
The animations are stored at SWTOR Slicers app's Output Folder\resources\anim
. Of the various folders there, it's the one named \humanoid
where we can find our player characters' animations (and humanoid NPCs'), with subfolders for each body type. The animation files use the .jba
extensión.
Of the animations stored there, the ones that don't seem to work at all (do you want to know what Luke et al. would look like if the trash compactor hadn't been stopped? 😅) are the ones prefixed with an "ad_". Everything else works quite OK, although there are a few animations that result in fairly noticeable distortion: elongated necks and limbs.
(If we are using the animations to find interesting poses, as if we were screencapturing a frame in a cinematic, it's easy to eliminate thsee distortions by resetting the bones' translations while keeping the rotations, and maybe readjusting things a little)
So, adding animations to our characters' skeletons is another of those couple-of-clicks-and-done things:
• We select the skeleton of the character we want to animate (or at least make sure it was the very last thing that was selected before deselecting everything). There's no need to switch to Pose Mode: this works in Object Mode, too. And it doesn't matter if we have several characters with skeletons: the animation will go to that selected or last-selected one.
• Then we use the .jba import to import an animation. It'll be assigned to that skeleton.
And that's it. We can move through any of the animation editors' timelines to watch the animation or look for interesting frames' poses.
Typically, the character will have turned 180º and will be looking away from the camera. That will play havok with any armor or hair bits that depend on game physics, so, they'll need some work to prevent that, by either having them rigidly follow the existing body bones or by adding our own or a cloth simulation.
There are animations for things like combat where there are files for each fighter: those animations include all their opposite to an fro movements, so, re-enacting fights is effortless.
Fellow Slicer Farlo tried the different animations per filename prefix, and this is what we have so far:
Prefix | Presumed type |
---|---|
ad_ |
Additive animation (to be blended with other animations to add a range of movement). Sadly, these almost always import badly, turning the characters into a puddle on the floor. |
am_ |
Ambient. |
anim_ |
Morph Target Library for animations? |
as_ |
Activation Sequence? Mounts, Holocalls, etc. |
cb_ |
Combat |
cc_ |
Character Creator |
cd_ |
Cutscene Dependent? Big moments, choreographed fights, etc. |
dg_ |
Damage |
dl_ |
Dialog-related Animations and Gestures |
em_ |
Emote. |
ev_ |
Evade. |
ex_ |
Executable/Extras? |
fp_ |
Force Power. |
humanoid_action |
Morph Targets for Actions. |
humanoid_loco |
Morph Targets for Movements. |
humanoid_no_aim_loco |
Morph Targets for Movements with no aim/head tracking? |
humanoid_overlay |
Morph Target Overlays for blending with others. |
humanoid_overlay…ad_face |
Facial Morph Targets for Character Moods. |
mas_ |
Movement Activation Sequence. |
mv_ |
Movement. |
mv_cb |
Combat Movement. |
po_ |
Pose. |
qa_test |
Basic Anims for the QA team to test with. |
rd_boss |
Raid Boss. |
sc_ |
Space Combat. |
si_ |
Scale Interaction (moving up and down cliff faces etc). |
We recommend giving the list of filenames a quick look to get an idea of how BioWare's naming scheme works. Normally, filtering them by descriptive search words such as, say, "crossed", "dance", "mount", "sit", etc., is quite effective for finding the ones we are looking for.
We do not condone the usage of our tools for malicious intent, including: exploits, harassment of others, or anything else that may violate EA/Bioware's EULA, TOS, DSA, Privacy Policy Copyrights, Trademarks, or anything else illegal. We will not be held accountable for your actions, and will act against you if nessesary.
- Home.
- State of Play September 2024
- Getting Help:
IMPORTING SWTOR MODELS INTO BLENDER: A BRIEF OVERVIEW.
Check this intro first. Afterwards, you can jump directly to the guides on extracting PCs, NPCs and others.
No need to read this section right now: each extracting/assembling guide explains its required tools anyway.
- Slicers GUI (Windows app).
-
Blender 3D (multiplatform app):
Which version. How to learn. Installing our Add-ons. -
SWTOR .gr2 Objects Importer Add-on.
Required by all the other add-ons. - SWTOR Character Assembler Add-on.
- SWTOR Area Assembler Add-on.
-
ZeroGravitas SWTOR Tools Add-on.
Includes the Character and Area Assemblers plus other diverse tools.
-
Jedipedia.net:
- SWTOR Database.
- File Reader.
- World Viewer.
-
TORCommunity.com:
- SWTOR Database.
- Character Designer.
- NPC viewer's Exporter.
- EasyMYP (Windows app).
- Noesis (Windows app).
READ THE BROAD STROKES FIRST: YOU'LL SEE IT'S EASIER THAN YOU THINK!
-
The steps:
- Installing Slicers GUI and extracting SWTOR's game assets.
-
Using TORCommunity's Character Designer to export Player Characters.
- IF ARMOR SELECTION SEARCH IS DOWN: workaround to manually specify Armor Sets.
- Using TORCommunity's NPCs Database to export Non Playable Characters.
- Using our Blender add-ons to auto-assemble the model.
- Rigging the character for posing and animation
- Applying SWTOR animations to the character.
-
Extra steps that require manual work and some knowledge of SWTOR's assets:
-
Making capes and hair work, manually and through Cloth Simulation.
-
Attaching weapons and other objects to a character with a SWTOR rig.
-
Attaching weapons and other objects to a character with a custom rig.
-
Baking the models' textures and exporting to other apps:
- Baking with Legacy SWTOR materials and modern ones.
- Baking the multiple materials of an object into a single one.
- Exporting to VRChat.
- Exporting to Star Wars Battlefront II.
- Exporting to Unreal Engine.
- Exporting to Garry's Mod.
- Exporting to Tabletop Simulator.
-
3D Printing:
-
- Locating armor parts' assets
- Locating weapons' assets.
- Assigning materials and textures to environmental and architectural elements, furniture, props, ships, vehicles and weapons.
- Assembling multi-part assets (Decorations, Rooms, etc).
- Generic guide to importing objects and assigning materials (Legacy Add-on-based. Needs updating).
- Snippets.
- Improving and customizing our SWTOR models and materials.
- Other Extracting Strategies (needs updating).
- SWTOR Materials recipes:
Modding isn't working at the moment due to SWTOR's change to a 64bit codebase. It's going to take a while 🙁.
- Overview.
- Tools.
- Other techniques:
- Modding SWTOR textures with Special K (CAUTION).
- Overview.
- Tools.
- File Formats
- A look at SWTOR's Materials and Texture Files.