Vindogo9999 Posted March 20, 2014 Posted March 20, 2014 Does this mod support a gangbang (player + follower) on an NPC? No. Once of the things I wanted to do for a long time was enable the mod to do "train" runs on the PC, Followers and NPCs but never got a good plan for doing so in to the code. OK thanks. Guess I'll stick with Defeat for my gangbang needs.
AngelFoodCake Posted March 22, 2014 Posted March 22, 2014 Alrighty so I've looked through some of the 70 pages and while I've seen others who have had issues, no one seems to be having the issues that I have. This is my first time trying to mod and while I have I think two friends who have used this mod, they're just not around to help me D: I believe I've gotten everything correct in the installation but when I get to the Generate FNIS, Things seem ok except: Reading SexAddicts V?.? ... not sure if that needs for example V2.03 like FNIS base and FNIS spells or not. Then I ran a consistence check and recieved: Duplicate AnimEvent SA_FNISc152 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc153 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc154 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc155 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc156 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc157 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc158 for character, mods SexAddicts and SexAddicts Duplicate AnimEvent SA_FNISc159 for character, mods SexAddicts and SexAddicts 8 possible consistence issues I'm not sure if this means that there are duplicate files or... what? I went onto skyrim using the skse skyrim and there are no spells besides what I already have or in the case of the new game I started (Alduin just attacked Helgen is how new that file is) the two spells that you start with. I would love to know if I'm doing something wrong or if the mod just doesn't like me xD Or if there's anything additional I can do to give more information. Please and thank you
WaxenFigure Posted March 22, 2014 Author Posted March 22, 2014 Ignore the duplicates, they have no effect on the mod as they are part of some disabled (disfunctional) animations.
AngelFoodCake Posted March 22, 2014 Posted March 22, 2014 Well, at least this mod isn't the only one that dislikes me xD I tried one or two other mods, both from Nexus mods and those won't work (adding a companion) though everything seems to be going fine :/ -sigh- I'm not meant to be a pirate or a mod user it seems xD
Setekh Posted March 24, 2014 Posted March 24, 2014 Well, at least this mod isn't the only one that dislikes me xD I tried one or two other mods, both from Nexus mods and those won't work (adding a companion) though everything seems to be going fine :/ -sigh- I'm not meant to be a pirate or a mod user it seems xD If you're not using a legitimate copy of Skyrim then you'll get no help from anyone here.
Relevant Halo Posted March 25, 2014 Posted March 25, 2014 A few questions, all of which pertain to npcs vs npcs Any way to disable certain animations? Or a list that tells which set of eight files belong to a certain animation? Is there a way to disable one gender from initiating the rape? (ie male->female but not female->male) Also, I want to add in an effect where the victim in a combat rape slowly takes damage, and possibly dies, where in the script would I add that? edit: figured this one out. Thanks for writing such friendly code. Lastly, if the victim does die, is there a way to realign them (after they ragdoll)?
isaiah750 Posted March 25, 2014 Posted March 25, 2014 Hi In my modde skyrim if i rape someone, the sounds will play but the npc will just keep talking and stuff, no animations play, but when i move the npc will follow(teleport). Please help!
WaxenFigure Posted March 25, 2014 Author Posted March 25, 2014 Hi In my modde skyrim if i rape someone, the sounds will play but the npc will just keep talking and stuff, no animations play, but when i move the npc will follow(teleport). Please help! You didn't run the FNIS User Generator program after you installed this mod OR you ran it but ignored an error message it put out.
WaxenFigure Posted March 25, 2014 Author Posted March 25, 2014 A few questions, all of which pertain to npcs vs npcs Any way to disable certain animations? Or a list that tells which set of eight files belong to a certain animation? Is there a way to disable one gender from initiating the rape? (ie male->female but not female->male) Also, I want to add in an effect where the victim in a combat rape slowly takes damage, and possibly dies, where in the script would I add that? edit: figured this one out. Thanks for writing such friendly code. Lastly, if the victim does die, is there a way to realign them (after they ragdoll)? _SA_RapeEffectScript.PSC -- Find the "PickASexAct" function and add the animation you don't like to the exclusion code in that function. If it's good for the goose it's good for the gander, most of my efforts in the code were toward removing gender specific functionality which was present enough to cause problems but not really enforced in the original code I started with so no, I did not preserve any functionality to allow only one sex to initiate a rape. It would not be hard to add such a check, there are already functions used to determine if a particular actor is eligible to have sex so adding another check to that code should be a snap. To reposition the "dead" actor, add a call to "PositionActorsForTheAction" to the code that detects that the rape target died at the beginning of the OnUpdate event code. That should do the trick.
Boomkin Posted March 27, 2014 Posted March 27, 2014 is there a way to modify the chance for submission? I found your answer on page 25, but not sure where exactly I put that information edit: nevermind, thank you for an awesome mod. I got it
Relevant Halo Posted March 29, 2014 Posted March 29, 2014 A few questions, all of which pertain to npcs vs npcs Any way to disable certain animations? Or a list that tells which set of eight files belong to a certain animation? Is there a way to disable one gender from initiating the rape? (ie male->female but not female->male) Also, I want to add in an effect where the victim in a combat rape slowly takes damage, and possibly dies, where in the script would I add that? edit: figured this one out. Thanks for writing such friendly code. Lastly, if the victim does die, is there a way to realign them (after they ragdoll)? _SA_RapeEffectScript.PSC -- Find the "PickASexAct" function and add the animation you don't like to the exclusion code in that function. If it's good for the goose it's good for the gander, most of my efforts in the code were toward removing gender specific functionality which was present enough to cause problems but not really enforced in the original code I started with so no, I did not preserve any functionality to allow only one sex to initiate a rape. It would not be hard to add such a check, there are already functions used to determine if a particular actor is eligible to have sex so adding another check to that code should be a snap. To reposition the "dead" actor, add a call to "PositionActorsForTheAction" to the code that detects that the rape target died at the beginning of the OnUpdate event code. That should do the trick. Got everything to work the way I want. Thanks again for your work and help.
WaxenFigure Posted March 29, 2014 Author Posted March 29, 2014 ... Got everything to work the way I want. Thanks again for your work and help. I make little changes to the mods I use all the time to help them fit the role play I plan for the current character.
Relevant Halo Posted March 30, 2014 Posted March 30, 2014 ... Got everything to work the way I want. Thanks again for your work and help. I make little changes to the mods I use all the time to help them fit the role play I plan for the current character. One more question. I want to remove the dialogue option "want to hook up" from every npc. What's the best way to do this without breaking anything?
WaxenFigure Posted March 30, 2014 Author Posted March 30, 2014 ... Got everything to work the way I want. Thanks again for your work and help. I make little changes to the mods I use all the time to help them fit the role play I plan for the current character. One more question. I want to remove the dialogue option "want to hook up" from every npc. What's the best way to do this without breaking anything? The dialog is in the _SA_Conversation quest, all conditions added to the quest will narrow the number of NPCs that the text will show up for. Deleting the quest will remove it from everyone, but you can also just stop the quest if you think you might want it back sometime later. You can also change the text to something else.
Akbar.KK Posted March 31, 2014 Posted March 31, 2014 why when i wan to sex with a npc she is infront of me an do nothing?but the voices can be heared.whats wrong?
WaxenFigure Posted March 31, 2014 Author Posted March 31, 2014 why when i wan to sex with a npc she is infront of me an do nothing?but the voices can be heared.whats wrong? You didn't remember to run the FNIS User Generator program after you installed this mod. That is the single most commonly missed step, so commonly missed that you could have found the answer to that question on nearly every single page of this thread.
AwfulArchdemon Posted March 31, 2014 Posted March 31, 2014 can you give me a link for FINIS download? FNIS
OrangeSky Posted April 8, 2014 Posted April 8, 2014 Hi, for some reasons NPC's start raping each other in battles, although random rape is turned off. What could be the reason for that? My followers are not involved, it's for example city guards and bandits etc.. Also one question: Is it possible that the PC can be raped, but the followers can not? In your description it reads that only the whole party can be involved or no one, but I'm not sure if i understood it right (english is not my first language sorry)
WaxenFigure Posted April 9, 2014 Author Posted April 9, 2014 Hi, for some reasons NPC's start raping each other in battles, although random rape is turned off. What could be the reason for that? My followers are not involved, it's for example city guards and bandits etc.. Also one question: Is it possible that the PC can be raped, but the followers can not? In your description it reads that only the whole party can be involved or no one, but I'm not sure if i understood it right (english is not my first language sorry) Default is that NPCs will rape each other during battle. Use the configuration spell to turn that off if you don't like it. Current mod is set up that you have to allow followers to be raped to get PC to be raped. Seems silly now but I remember working hard at one point to make that work properly (as advertised) instead of separating those two into different options.
Hellman5 Posted April 10, 2014 Posted April 10, 2014 I know it's 2014 now but this mod seems to not work for me am i installing incorrect ? I do get to hook up with them and so on but nothing really happens If theirs a video how to install it manually can you link it?
WaxenFigure Posted April 11, 2014 Author Posted April 11, 2014 I know it's 2014 now but this mod seems to not work for me am i installing incorrect ? I do get to hook up with them and so on but nothing really happens If theirs a video how to install it manually can you link it? Nothing happens? You need a video? How about reading back a little bit from the last post in the thread just in case your problem has been mentioned? Or just read the OP. Run the FNIS User Generator program after you install or uninstall any mod (like this one) which includes animations! Why is the single most skipped step of installing the mod, the one everyone seems to miss?
Kelthad Posted April 11, 2014 Posted April 11, 2014 tempted to use this but the configuration is way too complicated for me.
AwfulArchdemon Posted April 11, 2014 Posted April 11, 2014 tempted to use this but the configuration is way too complicated for me. It's pretty easy after having seen the results of the changes (a million times like me). SA is a must have, and if you have a specific problem, you can ask without hesitation here, or even PM me, and you will have SA, and all other mods working in no time!
kevinnicholas25 Posted April 11, 2014 Posted April 11, 2014 why the fuck that animation isn't working, but it still working like the spell when it got it, but in action, no fuck or no sex, tell me please, why the fuck that animation can't be worked ?
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