Skinwalker21 Posted August 24, 2019 Share Posted August 24, 2019 Hello all. I'm wondering if anyone can tell me how I can get the CK to recognize my project hkx. I go into gameplay tab>animations and it shows "actors\4Dragon\3" instead of what it should show "actors\4Dragon\4dragonproject.hkx" Link to comment Share on other sites More sharing options...
Quibblonian101 Posted August 24, 2019 Share Posted August 24, 2019 (edited) To get your custom animation files to be recognized in game you have to use FNIS for modders to set up your hkx files in your mod. There's a modders resource manual that tells you everything you need to know to set it up; however, the animation itself won't be available in the CK so what you have to do is use a script in the CK to call on the animation. For example: debug.SendAnimationEvent(akSpeaker as ObjectReference, "MyAnimationEvent") And when your following the manual you will write the name of your animation event and the source (4dragonproject.hkx) so that it will work in game. Link to the mod https://www.nexusmods.com/skyrim/mods/11811?tab=files Edited August 24, 2019 by Quibblonian101 Link to comment Share on other sites More sharing options...
Recommended Posts