Cocein Posted October 13, 2015 Author Posted October 13, 2015 I looked for something like that but only came up with people pushing customizable camera, so I did it myself. Well, at least there are 2 height options now since that fix probably used a different camera height than I did. (3 height options if you include the original horrible version)
Cocein Posted October 14, 2015 Author Posted October 14, 2015 Another FNIS beta update got released which fixed the idle and I now have a fully functioning crawling on all fours mod. At least for the player. Equip a ring and your movement animations are switched to crawling animations, combat, sprint, and jump are disabled, and your name is changed to a new slave name just for fun. For other NPCs the idle is still a little messed up. Sometimes it works, but sometimes it doesn't. I think it's because NPCs have multiple idles, not just the one the player has.
Surgat Posted October 14, 2015 Posted October 14, 2015 Love this edit! I've played hours of Skyrim with that damn annoying camera in the old version - this is soo much better!
fore Posted October 14, 2015 Posted October 14, 2015 Another FNIS beta update got released which fixed the idle and I now have a fully functioning crawling on all fours mod. At least for the player. Equip a ring and your movement animations are switched to crawling animations, combat, sprint, and jump are disabled, and your name is changed to a new slave name just for fun. For other NPCs the idle is still a little messed up. Sometimes it works, but sometimes it doesn't. I think it's because NPCs have multiple idles, not just the one the player has. You didn't read the update information New functionality: Added Animation Variable FNIS_NPC_SingleIdle which, when set to 1, will make NPCs play exactly ONE mt_idle.hkx when they are standing unequipped. Vanilla default is that a sequence of (slightly) different animations is played. Useful when activating Alternate Animations for mt_idle.hkx.
Cocein Posted October 15, 2015 Author Posted October 15, 2015 You didn't read the update information New functionality: Added Animation Variable FNIS_NPC_SingleIdle which, when set to 1, will make NPCs play exactly ONE mt_idle.hkx when they are standing unequipped. Vanilla default is that a sequence of (slightly) different animations is played. Useful when activating Alternate Animations for mt_idle.hkx. I can't figure out how to use this. FNIS_NPC_SingleIdle doesn't seem to be a variable in any of the FNIS scripts. Is it something I need to include in the FNIS_<mod>_List.txt file? How do I use it? Edit: Okay, I found some stuff in the old documentation and added this line to my list file. AnimVar FNIS_NPC_SingleIdle INT32 1 But I still get the problem.
fore Posted October 15, 2015 Posted October 15, 2015 You didn't read the update information New functionality: Added Animation Variable FNIS_NPC_SingleIdle which, when set to 1, will make NPCs play exactly ONE mt_idle.hkx when they are standing unequipped. Vanilla default is that a sequence of (slightly) different animations is played. Useful when activating Alternate Animations for mt_idle.hkx. I can't figure out how to use this. FNIS_NPC_SingleIdle doesn't seem to be a variable in any of the FNIS scripts. Is it something I need to include in the FNIS_<mod>_List.txt file? How do I use it? Edit: Okay, I found some stuff in the old documentation and added this line to my list file. AnimVar FNIS_NPC_SingleIdle INT32 1 But I still get the problem. This animation variable is automatically defined now in the idlebehavior.hkx. And, like every animvar, individually available for every character. And you set it like every other animvar: akActor.SetAnimationVariableInt("FNIS_NPC_SingleIdle", 1)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.