Jump to content

PSA: Custom animation compatibility


ablindm4n

Recommended Posts

I have made some custom animations for my mod and, like most other custom animations in mods I've seen, I added my data the HumanSubRaceDataGraph race. This obviously comes with the issue of being incompatible with everyone else's custom animations.

 

But there is a better way!

 

Instead of adding to HumanSubRaceDataGraph (or whatever race you need), you should instead create a new race and make it `additive` to the race you wish to change.

 

So, how do we do that?

  1. You must first create a new race and give it a name (you can leave everything else blank).
  2. Save the race and re-open it, then go to the Subgraph Data tab.
  3. Change the `Template` dropdown to `additive`, and change the dropdown next to it from `NONE` to `HumanSubRaceDataGraph` (or the race you wish to add to).
  4. Again, you may need to save and re-open your new race, and then you can add your data as you would normally do - the game will automatically add it to the form you selected.

Pretty simple solution that I though more mod authors need to be aware of.

 

Another tip - If you are editing a mod in CK that already has your data added to a race, you will not be able to add the same data to your Additive race (CK knows it already exists and will ignore your input). So you must first delete it from the base race.

Link to comment
Share on other sites

No problem! While we're on the topic of custom animations, has anybody managed to get 3rd person weapon animation in-game without breaking player movement?

 

There's currently an issue where if you add subgraph data for 3rd person weapon animations, no matter if the animations are completely vanilla, the player will only be able to move in 3 directions. I have no idea what could be causing it though.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...