antediluvian Posted February 8, 2017 Posted February 8, 2017 * Ask player to do sex, do brawl on denials * In case your health is too low after a brawl, do a sex scene Given that this is the one thing I've been wanting in an adult mod for ages, since I believe insta-rape failure options are the epitome of ridiculous, I am now madly in love with you. ;-)
krocoz Posted February 8, 2017 Posted February 8, 2017 The animation played will be decided by the rule you will create. And about dialogues, you have to use the ones available. Wow, that is so cool. BTW, what I mean is the dialogue when the sex scene start (when the animation start playing), so you have made the dialogue for it in current version?
Guest Posted February 8, 2017 Posted February 8, 2017 The dialogues are and will be the 5 possible ones. I am not going to add more soon. Takes forever to add just a sine extra dialogue line.
krocoz Posted February 8, 2017 Posted February 8, 2017 The dialogues are and will be the 5 possible ones. I am not going to add more soon. Takes forever to add just a sine extra dialogue line. That is great! Now we will wait until you have released the newest version. I really appreciate your work man!
Pfiffy Posted February 9, 2017 Posted February 9, 2017 Now I have the rules working as i want them, but they don't trigger an animation... Source: Drainslave Target Player, not taking part, Collaborator: Creature Drainslave asks player for permission to go for a creature Starting randomly, while sneaking... And there is also something wron with the page for addin /reoving factions... I add my rules and a Screenshot. I think it should look like the page for adding races.. 1 Animal on Follower.json player asks for creature.json
sidfu Posted February 10, 2017 Posted February 10, 2017 is there anyway to set up that say after the player has sex with a someone u could make a rule that someone would go to the same target? for examplel player has sex with calotta and then after sex finish jealous people would rape her one after another. ive seen the orgy setting but that wont be same target willl it? it be random in room? ahh found a little bit of a bug. seems randomly the decide gender can switch back and forth from sexlab to ck. it seems random it happens only noticed while testing rules.
Prolific Posted February 10, 2017 Posted February 10, 2017 We need a way to scan area for when new people enter. I'm talking about the selections you have when you select participants as "specific" and you choose from who is known to be around you. I have found no way to refresh that list once it has refreshed itself once. Thank for fantastic mod.
Guest Posted February 10, 2017 Posted February 10, 2017 is there anyway to set up that say after the player has sex with a someone u could make a rule that someone would go to the same target? for examplel player has sex with calotta and then after sex finish jealous people would rape her one after another. ive seen the orgy setting but that wont be same target willl it? it be random in room? ahh found a little bit of a bug. seems randomly the decide gender can switch back and forth from sexlab to ck. it seems random it happens only noticed while testing rules. Yes, create the first rule, and then a second one, that will start on "Rule Sequencing". The first rule is the start mode of the second rule. We need a way to scan area for when new people enter. I'm talking about the selections you have when you select participants as "specific" and you choose from who is known to be around you. I have found no way to refresh that list once it has refreshed itself once. Thank for fantastic mod. The list is refreshed every time you open the MCM.
Prolific Posted February 10, 2017 Posted February 10, 2017 The list is refreshed every time you open the MCM. Ok, then it is malfunctioning. In Haelgas Bunkhouse during the evening, more people show up, but I could never get specific rules to work due to not being able to select the new people in the list.
Guest Posted February 10, 2017 Posted February 10, 2017 The list is refreshed every time you open the MCM. Ok, then it is malfunctioning. In Haelgas Bunkhouse during the evening, more people show up, but I could never get specific rules to work due to not being able to select the new people in the list. I will give a look.
sidfu Posted February 10, 2017 Posted February 10, 2017 found 1 scene that dont count for the dont fire on actors in scenes. its from slaverrun(not the new beta the latests normal release) when u go to whip the woman in river wood for one of the quests u have to walk to the post on auto and it dont ignore that. if it fires it can cause scene to stop and not continue. if happens on that scene then it will happen on others.
reikiri Posted February 11, 2017 Posted February 11, 2017 found 1 scene that dont count for the dont fire on actors in scenes. its from slaverrun(not the new beta the latests normal release) when u go to whip the woman in river wood for one of the quests u have to walk to the post on auto and it dont ignore that. if it fires it can cause scene to stop and not continue. if happens on that scene then it will happen on others. I tried slaverun a long time ago (long before I ever had SSX installed), and as far as I can remember had a lot of trouble with that particular scene.. so it's possible it's an issue unrelated to SSX itself. Can't say anything sure though, it's been a long time and there may have been new releases of slaverun since then. The test in SSX is for 'named scenes', if it doesn't catch a scene then chances are that scene doesn't have a name set for it - in which case can't do much about it.
satanfist Posted February 11, 2017 Posted February 11, 2017 Hi All, I did spot a small typo in ssxSceneManager that could cause some problems, this has been there for quite some time and does flag an indexing error in the log. Snippet ssxSceneManager.psc @ lines 279 - 294 String[] raceFilters = new String[5] if ssx.isCreature(a1) raceFilters[0] = sslCreatureAnimationSlots.GetRaceKeyByID(MiscUtil.GetActorRaceEditorID(a1)) endIf if a2 && ssx.isCreature(a2) raceFilters[1] = sslCreatureAnimationSlots.GetRaceKeyByID(MiscUtil.GetActorRaceEditorID(a2)) endIf if a3 && ssx.isCreature(a3) raceFilters[2] = sslCreatureAnimationSlots.GetRaceKeyByID(MiscUtil.GetActorRaceEditorID(a3)) endIf if a4 && ssx.isCreature(a4) raceFilters[4] = sslCreatureAnimationSlots.GetRaceKeyByID(MiscUtil.GetActorRaceEditorID(a4)) endIf if a5 && ssx.isCreature(a5) raceFilters[5] = sslCreatureAnimationSlots.GetRaceKeyByID(MiscUtil.GetActorRaceEditorID(a5)) endIf The string array raceFilters is declared with 5 elements, but as you can see above it is exceeded by using raceFilters[5]. It is clear from the code that the index should have been raceFilters[0] raceFilters[1] raceFilters[2] raceFilters[3] raceFilters[4] Hope this help and great work from you both.
JustCaroAnon Posted February 11, 2017 Posted February 11, 2017 Just to clarify something: If I select Interiors Only under Locations for a rule but don't define any location, does that mean that the scene will only play in Interiors? Also, can anyone provide examples for the location types? A lot of them seem to be overlapping (e.g. 'Homes' and 'Habitations').
JobiWanUK Posted February 11, 2017 Posted February 11, 2017 CPU did you get chance to look at my config file? I still get rules duplicated. As one of these was just a test that I now can't turn off, SSX is not useable for me.
anon oane Posted February 11, 2017 Posted February 11, 2017 Hi everyone. Saw a few days ago the poll for next content present inside Scent of Sex V1.5. And, ofr mey pleasure, and having for objective to make all of you guys happy, and to avoid loosing time and reflexionz of CPU about it, i passed the lasts fews days writing up some dialogs for scent of sex, with all my hearth and love. It's in here if you want to take a look. I hope it will be usefull to you, CPU. And of course I hope that everybody will like it, like me for that, sending me flowers and nude virgins ... No , well, at least i tried.
Guest Posted February 11, 2017 Posted February 11, 2017 Hi everyone. Saw a few days ago the poll for next content present inside Scent of Sex V1.5. And, ofr mey pleasure, and having for objective to make all of you guys happy, and to avoid loosing time and reflexionz of CPU about it, i passed the lasts fews days writing up some dialogs for scent of sex, with all my hearth and love. It's in here if you want to take a look. I hope it will be usefull to you, CPU. And of course I hope that everybody will like it, like me for that, sending me flowers and nude virgins ... No , well, at least i tried. I was looking for some extra lines. But not too many because takes forever to add them. I will get inspiration from your lines. Thanks
anon oane Posted February 12, 2017 Posted February 12, 2017 Hi everyone. Saw a few days ago the poll for next content present inside Scent of Sex V1.5. And, ofr mey pleasure, and having for objective to make all of you guys happy, and to avoid loosing time and reflexionz of CPU about it, i passed the lasts fews days writing up some dialogs for scent of sex, with all my hearth and love. It's in here if you want to take a look. I hope it will be usefull to you, CPU. And of course I hope that everybody will like it, like me for that, sending me flowers and nude virgins ... No , well, at least i tried. I was looking for some extra lines. But not too many because takes forever to add them. I will get inspiration from your lines. Thanks Always a pleasure to help.
sidfu Posted February 12, 2017 Posted February 12, 2017 anyone haveing animal rule running twice in row even when the orgy is off? basicaly i have a rule for animals on npc sex. its not every time but for some reason it will run the rule twice(i have timer for rerun at 2min). then the second rule that suppose to run after it for a small chance of a second rape will start but will end the animation of sex on the first stage. its got me stsumped while its doing it as its only creatures. i have the same rule setup for people and it dont do it. ill upload the rules when i get to my computer with the game on it.
Pfiffy Posted February 12, 2017 Posted February 12, 2017 I have just stumbeled over two more factions that seem to be helpful to add: the Prey and the predator faction. They cover more or less all creatures.
MsOtaku Posted February 14, 2017 Posted February 14, 2017 I'm very new to this mod and have some issues and questions: My male character takes the role of a female. He'll masturbate like one and get shagged by women with strap-ons. My followers will not shag each other. The rules I have are: Target: Female Human non follower - Source: Player - Random Target: Female Human non follower - Source: Player - Asks for sex Target: Female Human Follower - Source: Male Human Follower Target: Female Human - Source: Male Human (NPCs) - Random I have the mod set on easy. When the NPCs start shagging everything is going smoothly position-wise. But with my guy, as I mentioned, he acts like a female and even the SLEN comments make him say things a woman would and his lover says things a man would. I tried switching around the "Target" and "Source" but, it didn't make a difference. What am I doing wrong?
Guest Posted February 14, 2017 Posted February 14, 2017 ... Specify who will have the passive position. By default is the target, but you may force it to "Female". This is inside the Participants page. And don't be scared about the "Expert" mode. Just keep defaults for items you don't understand.
MsOtaku Posted February 14, 2017 Posted February 14, 2017 Specify who will have the passive position. By default is the target, but you may force it to "Female". This is inside the Participants page. And don't be scared about the "Expert" mode. Just keep defaults for items you don't understand. Just to clarify, my PC is the "Source"? If I were to switch to my female PC should I set her to "Target" or leave her as the "Source"? And just going into Normal mode of your mod scared me enough to go back to Easy. But I'll take a look at Expert. I'm not looking for anything complicated, I just want to make sure who I, the player, should be - Source or Target. xoxo EDIT: I tinkered around on Expert mode and got the basics to work I wanted. I'll mess around with more complicated rules later. But for now, I'm very happy. Excellent mod!
Guest Posted February 14, 2017 Posted February 14, 2017 Target is the actor where the other actors will go. Source is the one that will go to the target, and may ask/say something. The actual passive position can be defined for each rule.
MsOtaku Posted February 14, 2017 Posted February 14, 2017 Thank you for clarifying that. I've been playing for many hours and have been having a lot of CTDs and all of them are SKSE files in MO's Overwrite folder. I wasn't having this problem before. I don't run Papyrus because it always caused me problems. Is there a connection between this mod and SKSE issues? I started a new game so there were no unclean saves. The mod works exactly as I want it to but, suddenly I CTD constantly. I haven't installed anything else. This mod is exactly what I was looking for but, these crashes are driving me insane. The mod is placed as close to the end of my load order as possible with the exception of Alternate Start. If you, CPU, or anyone else knows what is causing these crashes, please let me know what you experienced and how you fixed it. It's random - my PC can initiate sex and the game will CTD, or everything goes well and I'm walking/running somewhere and I CTD. There isn't a specific thing that I can tell you that causes it.
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