Agnot2014 Posted March 12, 2017 Posted March 12, 2017  Gun animations camera is frozen each time tried with 2 different floor animations.  Updated Gun Version, The camera should no longer be frozen.   Yes that’s fixed it Thank You.
Arcturus7777 Posted March 12, 2017 Posted March 12, 2017 I am trying to find out how to make these animation rugs. Â I want to make some for different dances. Â I can not seem to find any articles on how to make them. Â Any help would be appreciated. Â
Komrade Dima Posted March 13, 2017 Posted March 13, 2017 Great job. Both 2.7 rug and latest gun version works flawlessly. Could not get 2.7 to install via NMM even though 2.6 did. Thanks for sharing your work. Shame oral can't be made yet. Â Â Â Â
izzyknows Posted March 14, 2017 Posted March 14, 2017 Got a small bug.. The dildo machines will work fine when I first build them, but when I leave and come back, they're gone. If the player uses one it will sometimes appear, and after exit it's gone again.If you command an assigned settler to go stand in the corner, then let them return, it still wont appear. Figured it might "refresh the animation. It's just the machine that disappears, the rack/gurney is fine.
cristaltek Posted March 14, 2017 Posted March 14, 2017 Really nice mod But i didnt really understand what i have to do to choose what armor/clothing the npc/player during the animation wear. Can someone explain it to me?
Komrade Dima Posted March 14, 2017 Posted March 14, 2017 how do I get the gun? where is the furniture? Â Â Did you look at the "readme" files that are in the down loads? Â The furniture and rugs are located under Resources -> Misc section of the settlement workbenches. Â The guns can be crafted at any Chemical crafting bench.Â
Crazy6987 Posted March 14, 2017 Author Posted March 14, 2017 I am trying to find out how to make these animation rugs.  I want to make some for different dances.  I can not seem to find any articles on how to make them.  Any help would be appreciated.  You can use my .esp as a reference, set your .esp as the active one in the Creation Kit and just copy/rename the records from my .esp  Info on creating new furniture animations Each animation must have it's own keyword (Excluding your Enter/Exit animations) The keyword is referenced both on the furniture object and in your SubGraph additive Furniture Subgraph animations must have this file name "PoseA_Idle1.hkx" You will have to create seperate folders for each animation because of the above, about animations needing the same name. For each of your "PoseA_Idle1.hkx" animations they will need a "EnterFromStand.hkx" and a "ExitToStand.hkx" in the same directory. Steps to set things up properly Set up the File/Folder directories for your animations, keeping in mind the above information. Create the keywords Create and setup the Subgraph Additive Create the Furniture, and assign one of your animation keywords to each rug Create whatever else you need (Crafting Recipe, etc.) When you are finished save the .esp and exit the Creation Kit Bring up the Command Prompt (Windows Key + R, then type cmd and hit enter) Navigate to the directory where the Creation Kit is (cd "C:\Your Directory Here") Type this command, replace "ANIMATIONS" with whatever the name of your .esp is,         creationkit.exe -generateaniminfo:ANIMATIONS.esp data data  You should find that some new files have been created in this directory Data\meshes\AnimTextData for your animations. And if you run the game with your .esp activated and if everything has been setup right your animations should play when you use the rugs.   Got a small bug.. The dildo machines will work fine when I first build them, but when I leave and come back, they're gone. If the player uses one it will sometimes appear, and after exit it's gone again. If you command an assigned settler to go stand in the corner, then let them return, it still wont appear. Figured it might "refresh the animation. It's just the machine that disappears, the rack/gurney is fine.  For performance reasons I did it like this. The machine will be deleted when the 3d for that furniture object is unloaded. It gets recreated when someone activates/uses that furniture again. If I don't do it like that, then each of those machines that gets created will become persistent and remain in your systems memory because of the way its referenced in my script (how I make the machine move) at least until you destroy that furniture object, so essentially it would be more resource intensive (not much but that stuff can build up overtime if other mods have persistent objects).
SAC Posted March 15, 2017 Posted March 15, 2017 Hey, nice update. Â I suggest that, for the rack furniture, the NPC should have a more relaxed / semiclosed hand posture. Right now the palm is stretched open, and it's not so realistic / a bit forced (IMO). Â Can you make them hang in the rack when they die? I realize they exit the furniture, but perhaps placing some sort of invisible collision to keep them put? Â And, of course, is it possible to make a functioning gallows / noose? (for dead NPCs / ragdolls)
Agnot2014 Posted March 15, 2017 Posted March 15, 2017 Does the Dildo etc furniture cause harm to settlers??? Hopefully that would be a selectable option Not a default Please!
Labrombula Posted March 17, 2017 Posted March 17, 2017 In GUN mode if you get into a simple settler (not npc), splashes of blood spattered all around. If this is done several times the room turns into an operating room of crazy surgeon.
cerberus556 Posted March 17, 2017 Posted March 17, 2017 Awesome mod. I know this has been asked before, but could you add a blowjob animation in the next update? I think it would look fine even without mouth animation.
Ahjani99 Posted March 17, 2017 Posted March 17, 2017 so i have a bug where i cant see the bodys of the npcs who use the rugs or anything else, i can see their hands feet and head but i cant see their body, i am using CBBE with Body Slider, so i was wondering if the bug had to do with the fact that im using CBBE. i have the rug version, loaded with NMM.
Labrombula Posted March 18, 2017 Posted March 18, 2017 i can see their hands feet and head but i cant see their body Use fly camera: 1. Open console. Sadly this is only for PC. 2. Type "TFC" 3. Done! Now you can also write "SUCSM x" to change the speed. Replace the x with a number, 1 is lowest and higher number will be a faster flying speed.Â
E-71 Posted March 19, 2017 Posted March 19, 2017 Thank you so much for this mod. One question though: is there any way around the conflict with that other F4SE plugin -- LooksMenu? This mod appears to reset the body shape customization of my settlers. If I try to edit a settler (e.g. slm 113346), I can modify their body shape using the triangle but the advanced options submenu (breast size, hips, calves, etc) no longer affect the NPC's appearance... Â I totally love this mod but I also love LooksMenu -- I'm torn... Â Update: Hmm, I think it works now. I just had to ensure your mod loads before LooksMenu. Ah, life is good again.
Arcturus7777 Posted March 21, 2017 Posted March 21, 2017  I am trying to find out how to make these animation rugs.  I want to make some for different dances.  I can not seem to find any articles on how to make them.  Any help would be appreciated.  You can use my .esp as a reference, set your .esp as the active one in the Creation Kit and just copy/rename the records from my .esp  Info on creating new furniture animations Each animation must have it's own keyword (Excluding your Enter/Exit animations) The keyword is referenced both on the furniture object and in your SubGraph additive Furniture Subgraph animations must have this file name "PoseA_Idle1.hkx" You will have to create seperate folders for each animation because of the above, about animations needing the same name. For each of your "PoseA_Idle1.hkx" animations they will need a "EnterFromStand.hkx" and a "ExitToStand.hkx" in the same directory. Steps to set things up properly Set up the File/Folder directories for your animations, keeping in mind the above information. Create the keywords Create and setup the Subgraph Additive Create the Furniture, and assign one of your animation keywords to each rug Create whatever else you need (Crafting Recipe, etc.) When you are finished save the .esp and exit the Creation Kit Bring up the Command Prompt (Windows Key + R, then type cmd and hit enter) Navigate to the directory where the Creation Kit is (cd "C:\Your Directory Here") Type this command, replace "ANIMATIONS" with whatever the name of your .esp is,         creationkit.exe -generateaniminfo:ANIMATIONS.esp data data  You should find that some new files have been created in this directory Data\meshes\AnimTextData for your animations. And if you run the game with your .esp activated and if everything has been setup right your animations should play when you use the rugs.     Thank you for the help, Not sure i am competent to get this done. I installed your rug version with NMM, and it is working fine.  great job
brothalynshhung Posted March 21, 2017 Posted March 21, 2017 @Arcturus777 Â you can use my mod if you want, all youll have to do is replace the poseA_idle1.hkx files found in each folder with your animation of the same name. would be much easier! I made it using Crazy6987's mod as a template using instructions from him as well. Its over on nexus though but its also compatible with his rug version so you can have his mod plus the animations you wanted to add.
Ironman993 Posted March 21, 2017 Posted March 21, 2017 how do u install gun version manually? And which files 001-004?
Arcturus7777 Posted March 22, 2017 Posted March 22, 2017 @Arcturus777 Â you can use my mod if you want, all youll have to do is replace the poseA_idle1.hkx files found in each folder with your animation of the same name. would be much easier! I made it using Crazy6987's mod as a template using instructions from him as well. Its over on nexus though but its also compatible with his rug version so you can have his mod plus the animations you wanted to add. Â Thank you for the help, I installed your mod after, copying the 3 dance animations over your idles 7,8,9. Â It worked find for 8 and 9 for some reason the one added to 7 did not take. Â I will try a different pose later today. Â Anyway, thanks again to both of you for the mods and help. Â I tried replacing the pose 10 instead of 7 and it worked. Â you MAY have a problem with pose 7 playing some other pose in your mod brothalynshung.
Claysson2 Posted March 25, 2017 Posted March 25, 2017 A couple requests: Is there anyway I can get NPC's/Followers from sand boxing all over me and my partner when we're "havin' a moment". (Gun version) I hate it when NPC's jump on the wrong rugs, males on female, females on male, rugs or worse males jump on mine. (rug version) In the gun version, you can extend sex, but could the animation also be changed? I mean like start off with missionary, then switch to cowgirl. More animations are always nice.
th1234567891234 Posted March 25, 2017 Posted March 25, 2017 i really like the mod ,but my character is female and no matter which rug combination I choose the strap on disappears as soon as my character uses a rug. and during set up it says select only one dildo, which I did but it don't appear anywhere, am I doing something wrong? the male and female npc's seem to work fine. its my character I'm having trouble with, is there just a problem with female on female animations ? cause all they do is hump air.  any ideas ?
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