Gabaghoul Posted June 21, 2022 Posted June 21, 2022 17 hours ago, Jessica_Degurechaff said: If you have more than 40 mods, do not use vortex, use Mod Manager 2, if you need to fine tune even if its just a single mod, use ModManager2. (mm2) Vortex is great for really basic stuff as it does everything for you, or for games not as heavy modded as skyrim.... but if you have anything even a bit complex, MM2 is the way. and since this is skyrim and most mods require even a bit of fine tuning, i recommend you swap to MM2 as soon as possible, THEN you can start joggling mods: I say that by experience modding (over 1k mods installed in my current MM2, and it grows each day) Vortex is workign with both hands on your back I've used Vortex for years at this point and at one point my modlist was at 400+ plus, and it was handling it pretty well! I'm not entirely sure why I can't use this mod with Vortex, but I guess it's just up to how you feel about certain mod managers XD I've also come to realize that I don't know which file I really have to install, and like I said before I don't really know where to put it. Also kinda feels like you responded only to critique my use of Vortex, I just wanna know how to install this lol
xblyatmanx6 Posted June 22, 2022 Posted June 22, 2022 Im kind of new with modding and im confused. Does this work with OSA and OSEX? and if it does, my main question is can you download these all at once, because from what ive tried, i could only download one at a time. also does anyone suggest any other good mods that work with OSA and OSEX?
TheAbyssWalker22 Posted June 23, 2022 Posted June 23, 2022 Awesome mod. One of the best poser mods i have ever used. I would like to make a request. If it is possible add more yoga and pussy rubing poses. i would love to see my girl do a split or a standing leg hold and standing split. Also some of the animations didn't have descriptions. Fix that if possible
Gabaghoul Posted June 24, 2022 Posted June 24, 2022 Hi again, its-a me. I still need help figuring out how I install this. I'm not sure if I just drop a file into Vortex or I need to do some complicated modder stuff to get it working. Would really appreciate some help.
Guest Posted June 26, 2022 Posted June 26, 2022 (edited) Is there a way to add these walk and run animations to player only? I use Vortex and the folder(Data > meshes > actors > character > animations->GSposes) is empty (there is a file "folder managed by vortex"). In vortex folder there are animations in .hkx format. Edited June 26, 2022 by Guest
Gukahn Posted June 26, 2022 Posted June 26, 2022 On 6/25/2022 at 12:16 AM, Gabaghoul said: Hi again, its-a me. I still need help figuring out how I install this. I'm not sure if I just drop a file into Vortex or I need to do some complicated modder stuff to get it working. Would really appreciate some help. Easy, Install it like any other mod on LL, so download the archive and drop it in Vortex. - Run FNIS and Done. Get Poser Hotkeys plus from Nexus to easy use the poses (Or all pose mods for that matter.) Remember to install the right version for your game.
Excilio Posted June 26, 2022 Posted June 26, 2022 (edited) 1 hour ago, Changalis said: Is there a way to add these walk and run animations to player only? I use Vortex and the folder(Data > meshes > actors > character > animations->GSposes) is empty (there is a file "folder managed by vortex"). In vortex folder there are animations in .hkx format. Use one of the three main PCEA mods (Nemesis, FNIS, or Dynamic Animation Replacer's) and follow their instructions. Use DAR in one of two ways: Either use DAR's ActorBase folder for your character (.../DynamicAnimationReplacer/Skyrim.esm/0000007) and add the hkx files there (you can also add a male or female folder to put hkx files in for animations that you only want to play for a male or female player character), or Use the custom conditions system: Either navigate to the directory of DAR and go inside the _CustomConditions folder or create an empty mod with the same file structure up to this point (I don't use Vortex so I can't explain how to do this specifically for that program). Create a folder, name it a number (ideally not 0, just in case; I'll explain why at the end), a text file called _conditions.txt (if you don't see .txt at the end but you can still open it without a hitch, don't worry about it; that's an enabled-by-default option in Windows that's irrelevant for this tutorial (but you may want to look into turning it off regardless; look up something like "how to disable hidden file extensions" at a later point)), add the animations into this folder and add the following into _conditions.txt: IsActorBase("Skyrim.esm" | 0x00000007) You can also add a condition for it to check if the player character is female, if you want; just add a space, put in AND (yes, it must be in all caps), create a new line, then type IsFemale() to get this: IsActorBase("Skyrim.esm" | 0x00000007) AND IsFemale() (You can also put NOT before IsFemale() to invert this process and have DAR only check if the character is not female, which means it's checking for male player characters in practice). Once you're satisfied, save the text file then test the animation ingame. 2a and 2b are identical in practice but in case you use both folders to modify your player character's animations, the ActorBase folders are the equivalent of a folder in _CustomConditions with a priority of 0 (which is why I said not to name that folder from 2b, 0; it could cause animation conflicts in the future if you did). By the way, these options work for pretty much any animation file made for Skyrim, even pose files like the ones here (though that seems to be more complicated to get right), so you can repeat these steps for any animation you want the player to exclusively use (though if you're gonna choose one of these, stick with it as it could cause massive conflicts with each system otherwise). Edited June 26, 2022 by Excilio Added words for better clarity.
Guest Posted June 26, 2022 Posted June 26, 2022 Thanks for help, but unfor tunately I can't get either option to work. (I tried it for idle animations not for this file at the moment)  4 hours ago, Excilio said: Either use DAR's ActorBase folder for your character (.../DynamicAnimationReplacer/Skyrim.esm/0000007) and add the hkx files there (you can also add a male or female folder to put hkx files in for animations that you only want to play for a male or female player character), or There is one file with many conditions, adding just the .hkx file results in ... something while running for all female characters (don't know how to describe, they hug themselves?), while adding the file and conditions result in CDT.  4 hours ago, Excilio said:           1. Either navigate to the directory of DAR and go inside the _CustomConditions folder or create an empty mod with the same file structure up to this point (I don't use         Vortex so I can't explain how to do this specifically for that program). Create a folder, name it a number (ideally not 0, just in case; I'll explain why at the end), a text file         called _conditions.txt (if you don't see .txt at the end but you can still open it without a hitch, don't worry about it; that's an enabled-by-default option in                 Windows that's irrelevant for this tutorial (but you may want to look into turning it off regardless; look up something like "how to disable hidden file extensions" at a later         point)), add the animations into this folder and add the following into          _conditions.txt:    IsActorBase("Skyrim.esm" | 0x00000007)         2. You can also add a condition for it to check if the player character is female, if you want; just add a space, put in AND (yes, it must be in all caps), create a new line, then         type IsFemale() to get this:         IsActorBase("Skyrim.esm" | 0x00000007) AND         IsFemale() This method takes out the idles for everyone.
Guest Posted June 26, 2022 Posted June 26, 2022   4 hours ago, Excilio said: Use one of the three main PCEA mods (Nemesis, FNIS, or Dynamic Animation Replacer's) and follow their instructions. Use DAR in one of two ways: Either use DAR's ActorBase folder for your character (.../DynamicAnimationReplacer/Skyrim.esm/0000007) and add the hkx files there (you can also add a male or female folder to put hkx files in for animations that you only want to play for a male or female player character), or  Dragging MT_walk/run animations did not work.
TDA Posted June 27, 2022 Posted June 27, 2022 I just wanted to convert one animation and made an extraction into a kf-file sneak-animation, maybe someone needs it for 3ds max  sneakrun_forward.kf
Gunslicer Posted June 27, 2022 Author Posted June 27, 2022 (edited) On 6/13/2022 at 6:18 PM, sad rabbit said: hi first thank you very much for accepting my request but i hate to be that guy but can you do a no ass wiggling,torso more pull back you know faithful to the original? it seems your version is a very sucessful sexualized version and i believe thats your focus and you a pro at it but can i ask for a version like that? (klee one) sorry if i being annoyng hug hug  It's different because of the body difference between the Klee and an adult female in skyrim, I will try to reduce the movement.  On 6/13/2022 at 9:05 PM, Jessica_Degurechaff said: hey gunslicer, no offense but dont you think the files at the download page are a mess and i get a headache every time i have to update the mod I would clean up a bit I think it's a disgrace to be honest.  I don't know how to make these fancy mods with installer and options, and if I put everything in a folder together to be chosen separately the auto installers wouldn't work or they would install them all and a lot of people only use a few.  On 6/18/2022 at 6:18 AM, UUUUHHHHH said: Pls make jump animation vanilla one sucks I thought about it for a while, I was going to do a cute action flip, but the animation contains I think 3 stages: Jump, stay in the air, touching the ground. If the player stayed in the air for a long time I don't know how the animation would turn out and if it hit the ground before the normal time (climbing a hill or jumping on top of something) the animation would end sooner and it would be bad too.  I can try to do a super fast flip, so even if it doesn't sync with the other animations it's still cool because of the distraction that speed can cause. But it's just a theory.  On 6/20/2022 at 2:11 PM, Lightsong said: Are there previews for the Slal pack by chance? I am interested in checking it out but I'd have to remove a different pack to do so. Nop. Edited June 27, 2022 by Gunslicer 1
-alpha- Posted June 27, 2022 Posted June 27, 2022 (edited) Hey @Gunslicer Not a request rather something you might find interesting. (There is an NSFW version out there) Â Edited June 27, 2022 by -alpha-
neneXgod Posted June 27, 2022 Posted June 27, 2022 Hello Gunslicer, may I ask you how did you make the background pitch black like this one? Spoiler Â
sad rabbit Posted June 27, 2022 Posted June 27, 2022 1 hour ago, Gunslicer said: It's different because of the body difference between the Klee and an adult female in skyrim, I will try to reduce the movement.  yay there still hope. the torso too is to much foward too i think  1 hour ago, Gunslicer said: I think it's a disgrace to be honest.  I don't know how to make these fancy mods with installer and options, and if I put everything in a folder together to be chosen separately the auto installers wouldn't work or they would install them all and a lot of people only use a few. i think he/she talk about the download page no poser mod i know have afancy installer maybe delete the too old versions leave the 2 or 3 more resent or separate poses,animations,and sexlab or even SE and LE those are options  1 hour ago, Gunslicer said: I thought about it for a while, I was going to do a cute action flip, but the animation contains I think 3 stages: Jump, stay in the air, touching the ground. If the player stayed in the air for a long time I don't know how the animation would turn out and if it hit the ground before the normal time (climbing a hill or jumping on top of something) the animation would end sooner and it would be bad too.  I can try to do a super fast flip, so even if it doesn't sync with the other animations it's still cool because of the distraction that speed can cause. But it's just a theory.  clever though make me remind of this https://www.nexusmods.com/skyrim/mods/47957?tab=description probally have the asnwer you looking for
Gunslicer Posted June 27, 2022 Author Posted June 27, 2022 1 hour ago, neneXgod said: Hello Gunslicer, may I ask you how did you make the background pitch black like this one?  Reveal hidden contents  It's a scene mod that comes with several areas with different wall textures, I edited the wall and floor texture that I use to pure black. Mod name is arttStudios, you can try searching for it.  1 hour ago, sad rabbit said: yay there still hope. the torso too is to much foward too i think  i think he/she talk about the download page no poser mod i know have afancy installer maybe delete the too old versions leave the 2 or 3 more resent or separate poses,animations,and sexlab or even SE and LE those are options   clever though make me remind of this https://www.nexusmods.com/skyrim/mods/47957?tab=description probally have the asnwer you looking for Try this.  LE.7z SE.7z  It only contains forward movement.
brushmyhair Posted June 27, 2022 Posted June 27, 2022 Is it possible for you to make one handed and shield movement animations . I really love your work , all of your animation work is simply amazing . If we could have something similar to your two handed sword and bow movement that would be amazing. Â
Kaces Posted June 27, 2022 Posted June 27, 2022 Hey hey Gunslicer, have you tried updating/replacing female sleeping idle (sleep idle), because vanilla sleeping idle is kinda boring now..... what about new one? I don't know and never saw someone replacing sleep idles from other modders, I don't know if that is possible. Those pics are from google, so just giving you some ideas, maybe something like that butt sticking out ( so that we would enjoy butt view ) 1
afshin76 Posted June 27, 2022 Posted June 27, 2022 @Gunslicer you are incredibly talented. I hope you consider making animations for OSTIM.
Insatial Posted June 27, 2022 Posted June 27, 2022 (edited) Why is there no gif idle animation in downloads? Edited June 27, 2022 by Insatial
onesumgame Posted June 27, 2022 Posted June 27, 2022 A roller skating run/walk animation would be greatly appreciated to use with this mod: Â 1
sad rabbit Posted June 27, 2022 Posted June 27, 2022 31 minutes ago, onesumgame said: A roller skating run/walk animation would be greatly appreciated to use with this mod: Â omg yes Â
sad rabbit Posted June 27, 2022 Posted June 27, 2022 3 hours ago, Kaces said: Hey hey Gunslicer, have you tried updating/replacing female sleeping idle (sleep idle), because vanilla sleeping idle is kinda boring now..... what about new one? I don't know and never saw someone replacing sleep idles from other modders, I don't know if that is possible. Those pics are from google, so just giving you some ideas, maybe something like that butt sticking out ( so that we would enjoy butt view ) a friend of mine ask for the second and 3rd sources e,e was not me
Aki K Posted June 27, 2022 Posted June 27, 2022 Recently installed the alternate walk (B I think) and while it mostly works, I get a weird animation glitch when running towards the camera where the character alternates between running sideways and towards the character. This does not seem to occur with other walking mods I previously used including ones from you. Not sure what the deal is but felt it was worth mentioning.
sad rabbit Posted June 28, 2022 Posted June 28, 2022 10 hours ago, Gunslicer said: It's a scene mod that comes with several areas with different wall textures, I edited the wall and floor texture that I use to pure black. Mod name is arttStudios, you can try searching for it.  Try this.  LE.7z 8.37 kB · 1 download  SE.7z 8.43 kB · 0 downloads  It only contains forward movement. the torso can it be a little more backward? and about the leg movement too. klee is like marching i think that "marching like a soldier" is what makes all diference "kind of kicking instead of step" she trow the leg foward and only bend after it hits the ground she bend the leg when it is foward i think the gif shows it very well. 1
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