Arkas77 Posted March 10, 2021 Posted March 10, 2021 "SLAL_GSAnimObjects.esp" is checked on the right but sadly, nothing is happening. I made sure to install the SE version since I'm using skyrim SE
Arkas77 Posted March 10, 2021 Posted March 10, 2021 Alright people, false alarm. I'm just stupid, downloaded the wrong zip. GS poses is working and I have no idea what SLAL means. But hey, thanks for the help
LostDremoraDream Posted March 11, 2021 Posted March 11, 2021 On 12/28/2020 at 2:53 AM, Gunslicer said: Test this one, if it doesn't work I don't know. GS999.hkx 139.45 kB · 12 downloads I asked a while back about replacing dance animations with the idles in this mod. You gave me this file to test out, and after some time I've gotten around to it. I'm trying to make some dances from TDF Prostitution use the loops from your mod. But with this file and the hkx files in the meshes folder from your pose mods, theres no loop. They play for 1 second then stop.
Blackbird Wanderer Posted March 12, 2021 Posted March 12, 2021 1 hour ago, LostDremoraDream said: I'm trying to make some dances from TDF Prostitution use the loops from your mod. But with this file and the hkx files in the meshes folder from your pose mods, theres no loop. They play for 1 second then stop. It's been a while since I delved into the generatefnisformodders.exe application, but the source file it reads to generate the correct output files would need to have the files you want to loop marked as cyclical. If you're replacing the TDF files on a 1 for 1 basis, those files are compiled to run one time through for their natural duration. Substituting the GS Poses files as is will yield the same thing, but their natural duration is of course much shorter. See the "-a" in the file FNIS_SexLabTDFAggressiveProstitution_List.txt? That marks the anim as acyclical when you want it to be cyclical. If memory serves, that requires a "-c" but don't quote me on that -- find the source docs and look it up. This is the source file generatefnisformodders.exe will use to generate FNIS_SexLabTDFAggressiveProstitution_Behavior.hkx. Spoiler s -a BB_DanceAnim1Begin SnakeDance.hkx + -a BB_DanceAnim1Loop1 Belly.hkx + -a BB_DanceAnim1Loop2 SexyJA.hkx + -a BB_DanceAnim1Loop3 SexyJA.hkx + -a BB_DanceAnim1Loop4 ShakeAss.hkx + -a BB_DanceAnim1Loop5 ShakeAss.hkx + -a BB_DanceAnim1Loop6 SexyJA.hkx + -a BB_DanceAnim1Loop7 SnakeDance.hkx + -a BB_DanceAnim1End Belly.hkx Did this help at all?
LostDremoraDream Posted March 12, 2021 Posted March 12, 2021 3 hours ago, Blackbird Wanderer said: It's been a while since I delved into the generatefnisformodders.exe application, but the source file it reads to generate the correct output files would need to have the files you want to loop marked as cyclical. If you're replacing the TDF files on a 1 for 1 basis, those files are compiled to run one time through for their natural duration. Substituting the GS Poses files as is will yield the same thing, but their natural duration is of course much shorter. See the "-a" in the file FNIS_SexLabTDFAggressiveProstitution_List.txt? That marks the anim as acyclical when you want it to be cyclical. If memory serves, that requires a "-c" but don't quote me on that -- find the source docs and look it up. This is the source file generatefnisformodders.exe will use to generate FNIS_SexLabTDFAggressiveProstitution_Behavior.hkx. Hide contents s -a BB_DanceAnim1Begin SnakeDance.hkx + -a BB_DanceAnim1Loop1 Belly.hkx + -a BB_DanceAnim1Loop2 SexyJA.hkx + -a BB_DanceAnim1Loop3 SexyJA.hkx + -a BB_DanceAnim1Loop4 ShakeAss.hkx + -a BB_DanceAnim1Loop5 ShakeAss.hkx + -a BB_DanceAnim1Loop6 SexyJA.hkx + -a BB_DanceAnim1Loop7 SnakeDance.hkx + -a BB_DanceAnim1End Belly.hkx Did this help at all? Ive been looking at that all day today trying to figure it out. I'll give this a shot and see
LostDremoraDream Posted March 12, 2021 Posted March 12, 2021 26 minutes ago, LostDremoraDream said: Ive been looking at that all day today trying to figure it out. I'll give this a shot and see 4 hours ago, Blackbird Wanderer said: It's been a while since I delved into the generatefnisformodders.exe application, but the source file it reads to generate the correct output files would need to have the files you want to loop marked as cyclical. If you're replacing the TDF files on a 1 for 1 basis, those files are compiled to run one time through for their natural duration. Substituting the GS Poses files as is will yield the same thing, but their natural duration is of course much shorter. See the "-a" in the file FNIS_SexLabTDFAggressiveProstitution_List.txt? That marks the anim as acyclical when you want it to be cyclical. If memory serves, that requires a "-c" but don't quote me on that -- find the source docs and look it up. This is the source file generatefnisformodders.exe will use to generate FNIS_SexLabTDFAggressiveProstitution_Behavior.hkx. Reveal hidden contents s -a BB_DanceAnim1Begin SnakeDance.hkx + -a BB_DanceAnim1Loop1 Belly.hkx + -a BB_DanceAnim1Loop2 SexyJA.hkx + -a BB_DanceAnim1Loop3 SexyJA.hkx + -a BB_DanceAnim1Loop4 ShakeAss.hkx + -a BB_DanceAnim1Loop5 ShakeAss.hkx + -a BB_DanceAnim1Loop6 SexyJA.hkx + -a BB_DanceAnim1Loop7 SnakeDance.hkx + -a BB_DanceAnim1End Belly.hkx Did this help at all? So I'm not able to find the fnis source that tells me, I might be looking in the wrong place, but I tried -c instead of -a for (acyclic) and it didn't work, but it does mention that Cyclic is default so I'm not sure what code command would tell fnis to default.
Blackbird Wanderer Posted March 12, 2021 Posted March 12, 2021 7 hours ago, LostDremoraDream said: So I'm not able to find the fnis source that tells me, I might be looking in the wrong place, but I tried -c instead of -a for (acyclic) and it didn't work, but it does mention that Cyclic is default so I'm not sure what code command would tell fnis to default. Possibly the absence of a code returns it to a default state. Try deleting it and see what happens. Also, at the bottom of the FNIS download page is the FNIS for Modders Documentation 6.2 file. That would probably provide a definitive answer. 2
LostDremoraDream Posted March 12, 2021 Posted March 12, 2021 5 hours ago, Blackbird Wanderer said: Possibly the absence of a code returns it to a default state. Try deleting it and see what happens. Also, at the bottom of the FNIS download page is the FNIS for Modders Documentation 6.2 file. That would probably provide a definitive answer. thanks for the link, I was looking on SE and mustve missed it there. Upon reading it, I had to change the tag to what the GSPoses FNIS Text had listed for the hkx files (labeled with -b h,md). You were right, no reference to cyclic/acyclic looping made them play until stopped (as per the default "rule). But I tried that earlier and missed the crucial step of generating the behavior files in FNIS for MODDERS! I kept trying it through USERS and that wasn't changing anything. I had to run both by having fnis read the updated txt file. All in all, thanks for helping, it works as intended now. 2
shieldwield Posted March 13, 2021 Posted March 13, 2021 All poses works great but I have a problem. No breast collision with hand when using normal poses. Im using 3ba 3bbb and cbpc. ;(
Gunslicer Posted March 14, 2021 Author Posted March 14, 2021 On 3/9/2021 at 6:22 AM, in'n'out said: Please make a femenine sneakmtidle.hkx replacer! What I need is actually not a sneak idle but a casual female crouch or squat idle with no leggs spread. I want a female character to look elegant, neither slutty, nor like a true macho or a werewolf beast. I know I want so much Pretty please! And of course it would be nice to have an animated idle with subtle movements, breathing, and ability for an actor to turn their head, probably upper torso - all that stuff. Something like one of these, simple yet beautiful will do: https://global-uploads.webflow.com/5b44edefca321a1e2d0c2aa6/5d9bef5002251535e2e4709f_Dimensions-Guide-Humans-Crouching-Squatting-Women-Front-Detail.svg Maybe. On 3/13/2021 at 10:41 AM, shieldwield said: All poses works great but I have a problem. No breast collision with hand when using normal poses. Im using 3ba 3bbb and cbpc. ;( I don't think the pose influences collisions, if they work normally they should work when using the poses.
Guest Posted March 15, 2021 Posted March 15, 2021 I would be very interested in a hypersexualized crawling on all fours sneak idle animation with spreading legs, shaky ass NSFW reference https://www.sex.com/pin/49983275-nicole-aniston-crawling-on-a-bed/ https://www.sex.com/pin/56787457-bed-crawling-hangers/ https://www.sex.com/pin/58420067-crawling-in-g-string-and-fishnets/ https://www.sex.com/pin/61332766-mans-best-friend/ https://www.sex.com/pin/57854177-i-will-do-anything-for-cock/ https://www.sex.com/pin/53634685-beautiful-pet/ https://www.sex.com/pin/10567330-crawling/ https://www.sex.com/pin/47689909-nicole-aniston-crawling-infront-of-me-in-the-sexiest/ https://www.sex.com/pin/56601441-crawling-to-her-master/ https://www.sex.com/pin/21076133-crawling-in-paradise/ https://www.sex.com/pin/60079813-my-mom-crawling-for-black-dick/
shiningfang Posted March 15, 2021 Posted March 15, 2021 5 hours ago, PeterForFun said: I would be very interested in a hypersexualized crawling on all fours sneak idle animation with spreading legs, shaky ass NSFW reference Reveal hidden contents https://www.sex.com/pin/49983275-nicole-aniston-crawling-on-a-bed/ https://www.sex.com/pin/56787457-bed-crawling-hangers/ https://www.sex.com/pin/58420067-crawling-in-g-string-and-fishnets/ https://www.sex.com/pin/61332766-mans-best-friend/ https://www.sex.com/pin/57854177-i-will-do-anything-for-cock/ https://www.sex.com/pin/53634685-beautiful-pet/ https://www.sex.com/pin/10567330-crawling/ https://www.sex.com/pin/47689909-nicole-aniston-crawling-infront-of-me-in-the-sexiest/ https://www.sex.com/pin/56601441-crawling-to-her-master/ https://www.sex.com/pin/21076133-crawling-in-paradise/ https://www.sex.com/pin/60079813-my-mom-crawling-for-black-dick/ Hide contents damn thats very hot +1
hqx1988 Posted March 17, 2021 Posted March 17, 2021 If this is made into animation, obviously the effect will be very good! It is strongly recommended that you make this animation.
hqx1988 Posted March 17, 2021 Posted March 17, 2021 This expression, this sexy hip-shaking pose, looks good too! It is strongly recommended to make it into an animation!
hqx1988 Posted March 17, 2021 Posted March 17, 2021 The ass animation in this pose should be very common and popular, but it doesn’t seem to have been made yet, so you can give it a try.
hqx1988 Posted March 17, 2021 Posted March 17, 2021 This kind of animation of lying down and shaking the hips has not been made yet, so I recommend making it!
hqx1988 Posted March 17, 2021 Posted March 17, 2021 This kind of animation of sitting and shaking the hips has not yet been produced, so you can try it.
hqx1988 Posted March 17, 2021 Posted March 17, 2021 The ass animation in this pose should be common, but it doesn’t seem to have been made yet, so you can give it a try. (动画速度调整慢一半,效果会更好!)
hqx1988 Posted March 17, 2021 Posted March 17, 2021 This slow motion ass animation works better, so you can make some slow motion ass animations, or get the speed adjustment function, it must be great!
2whopper2 Posted March 17, 2021 Posted March 17, 2021 OK, maybe someone can help me. I have 10 Rings in my Inventory: zz GS Player to zz GS Player 5 zz GS Selector to zz GS Selector 5 The Player ones are working on myself. Witch the Selector ones I can choose a Pose, but how do I use it on one of my Followers? Thanx in advance
hqx1988 Posted March 17, 2021 Posted March 17, 2021 2 hours ago, 2whopper2 said: OK, maybe someone can help me. I have 10 Rings in my Inventory: zz GS Player to zz GS Player 5 zz GS Selector to zz GS Selector 5 The Player ones are working on myself. Witch the Selector ones I can choose a Pose, but how do I use it on one of my Followers? Thanx in advance You need to install PoserHotkeys! Then use "PoserDataGen" to generate a compatible patch。Then you can control the NPC to play the pose!
joe_yawiki Posted March 18, 2021 Posted March 18, 2021 How do I install idle and runnning animation? just using mod manger install is enough right?
EmePalindrome Posted March 21, 2021 Posted March 21, 2021 So using the spell on npcs seem to keep them from moving? They just stand idle afterwards instead of going back to their normal stuff.
Gunslicer Posted March 21, 2021 Author Posted March 21, 2021 On 3/14/2021 at 4:02 PM, Skyrim4DERS said: If possible, could you make a non-360 version of your animations. I tried deleting everything but the mt_forward or what ever they are called and it ends up being kind of jarring but these animations ESPECIALLY the walk look really good. Just the animations going forward? or forward and side together ?. I remember that when I used them separately it looked like it was broken, I changed something here and did a test it looks like it was normal. (just walking forward and running). Only Forward LE.7z On 3/15/2021 at 12:48 PM, PeterForFun said: I would be very interested in a hypersexualized crawling on all fours sneak idle animation with spreading legs, shaky ass NSFW reference Reveal hidden contents https://www.sex.com/pin/49983275-nicole-aniston-crawling-on-a-bed/ https://www.sex.com/pin/56787457-bed-crawling-hangers/ https://www.sex.com/pin/58420067-crawling-in-g-string-and-fishnets/ https://www.sex.com/pin/61332766-mans-best-friend/ https://www.sex.com/pin/57854177-i-will-do-anything-for-cock/ https://www.sex.com/pin/53634685-beautiful-pet/ https://www.sex.com/pin/10567330-crawling/ https://www.sex.com/pin/47689909-nicole-aniston-crawling-infront-of-me-in-the-sexiest/ https://www.sex.com/pin/56601441-crawling-to-her-master/ https://www.sex.com/pin/21076133-crawling-in-paradise/ https://www.sex.com/pin/60079813-my-mom-crawling-for-black-dick/ Reveal hidden contents I’m sure I’ll start working on that, after I finish the SLAL and maybe a sweeping animation. On 3/17/2021 at 3:19 AM, hqx1988 said: If this is made into animation, obviously the effect will be very good! It is strongly recommended that you make this animation. Maybe. On 3/18/2021 at 5:49 AM, joe_yawiki said: How do I install idle and runnning animation? just using mod manger install is enough right? There was no complaint, so I think it probably works (I install everything manually on Skyrim). 2 hours ago, EmePalindrome said: So using the spell on npcs seem to keep them from moving? They just stand idle afterwards instead of going back to their normal stuff. Didn't the procedure to make them stop work? (same as on the first page of the mod). You can use the command ''Disable'' then ''Enable'' (with the npc selected on the console), I just tested it here and it worked. 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now