Jump to content

Recommended Posts

Posted

Okay so one thing that irked me (out of MANY) is that you can sleep with a married individual and still be buddy-buddy with their spouse. In real life if you did that, they would hate you, so, for the sake of realism, why not add a similar mechanic to Skyrim. The idea is simple (in my head of course ;) ) If a married or courting individual finds out that you hooked up with their spouse, your disposition with them decreases; and if they already have a negative disposition toward you, they may send hired thugs to attack you.

 

If you think this feature is decent, how about liking it, in hopes of catching a modder/scripters attention, also, feel free to give your thoughts on what could make this mod better (Like I need to tell you guys to speak your minds :P )

Posted

Heya, I made some code that could work, don't have time to test it or make a mod but I thought it would be fun to try finding a solution.

If you are up for the challenge or someone else add a quest with this script and fill in the needed properties.

Good luck ^^

Scriptname AngriWifu extends Quest  

SexLabFramework Property SexLab  Auto

AssociationType Property Spouse  Auto  

Actor[] partners
Actor[] sexActors

int ThreadNumber = 0

Function OnInit()
    string[] EventTypes
    EventTypes = new string[5]
     EventTypes[0] = "Sync"
     EventTypes[1] = "Prepare"
     EventTypes[2] = "Reset"
     EventTypes[3] = "Strip"
     EventTypes[4] = "Orgasm"

ThreadNumber = 0
RegisterForModEvent(Key(EventTypes[1]+"Done"), EventTypes[1]+"Done")
ThreadNumber = 1
RegisterForModEvent(Key(EventTypes[1]+"Done"), EventTypes[1]+"Done")
ThreadNumber = 2
RegisterForModEvent(Key(EventTypes[1]+"Done"), EventTypes[1]+"Done")

Debug.Notification("Angri Waifu is now running! RUN!")
EndFunction

String Function Key(string Callback)
    return "SSL_"+ThreadNumber+"_"+Callback
EndFunction

Function PrepareDone()
    sexActors = SexLab.HookActors("0")
    int n = 0
    Actor found = None
    Cell parentCell = Game.GetPlayer().getParentCell() ;Find the cell we are in
    int refCount = parentCell.getNumRefs(43) ;Search for actors
    int maxSearch = 50

    int i = 0
    while i < sexActors.Length

        while n < maxSearch && n < refCount
            found = parentCell.getNthRef(n, 43) as Actor
            if sexActors[i].HasAssociation(Spouse,found) ;if we are married to this person we set our rank to the lowest.
                found.SetRelationshipRank(Game.GetPlayer(), found.GetLowestRelationshipRank())
                Debug.Notification("Now your fucked....")
            Endif
            n += 1
        EndWhile
        
        i+=1
    EndWhile
EndFunction

	

Edit: Damn it I just had to try it... xD
Edit2: FInal code just for reference.

If anyone find it useful mod the shit out of it.

Posted

I checked the new code and debugged it and it does check the relationship status but I don't seem to be able to find two people who are actually married to try it on...
Well Made a quick mod for ya to rest. Enoy.

Note: the spouse must be in the same cell as the sex is happening.

WaifuMod.zip

Posted

That was quick, thank you Hoenheim. I'm currently away from home so I can't test this, can I request a few people test this and try to make it an actual mod? I never thought this would get more then a seconds glance, so the idea that someone not only looked at it, but actually took the time to make it just, wow. Plus I think that other people will enjoy this immensely. :blush:

  • 8 months later...
Posted

One think to keep in mind is that the mod should make a difference if the sex act was consensual or not.

Because getting raped by somone and afterwards having thugs sent after you by a jealous husband or wife would be quite the bad luck overkill x)

  • 9 months later...
Posted

Keep this alive! We need a jealousy mod! There should be consequences for cheating, but it would be cool if you can also find a way to attach this to the players spouse.

Posted

Keep this alive! We need a jealousy mod! There should be consequences for cheating, but it would be cool if you can also find a way to attach this to the players spouse.

 

Yeah, second this. This has some nice immersion potential. I would like to see this expanded upon and made into a fully fleshed out jealousy mod.

  • 6 months later...
Posted

Call me a scoundrel, but I love the idea of seducing a married or betrothed woman in Skyrim! Just running around and banging anyone with no consequences just makes the whole thing feel cheap. I was just fuckin Kalta at at that stable near Solitude with her hubby a scant few feet away and,,,,,nothing!! I would make this mod myself if I had a clue how to do it. Anyone of you talented coders out there want to try this out and make some cheaters very happy!!?? :D

 

I will add one more idea: If you scorn the wrong person, they may know someone that can summon creatures from Oblivion to hunt you! Picture a half dozen Daedroths coming after you with perhaps others!

  • 1 month later...
  • 1 month later...
Posted

I've tested the .esp, I tried it with Sigrid and Alvor. It doesn't seem to decrease the disposition or relationship with either of them.

 

I tested it inside their house with both NPC's present. After having sex with either one, there was no decrease in disposition.

 

I also noticed in your code that there is a debug notification that would pop-up if it works, in my case, it did not.

 

I really hope this amazing idea doesn't die out. Skyrim could use a little bit more of "cheating".

 

Edit: Let me clarify, while there was no decrease in disposition. The debug notification DID appear but only when it was with Sigrid.

I forgot that Sexlab disables the UI on a scene.

  • 10 months later...
Posted

I was thinking about a mod like this like last night. So this morning i came on here and find out that i am not the only one. Jealousy seems to be one aspect that has not been addressed very much in Skyrim. It is very strange that the Dragonborn can be giving ole Sigrid a bit of his Mississippi black snake and Alvor comes waltzing into the house and sits down and eats some bread or something.As if everything was right in the world. It would be interesting if he had a more realistic reaction like any man who has caught his wife getting banged by some strange man. Maybe pull that battleaxe out and scream "i'll rip your heart out!!". I could understand if maybe he and Sigrid had a open relationship or if was some sort of cuckolding situation. But i just wish there was just that little added extra touch of realism. Any chance someone wants to take on this challenge?

ScreenShot1092.bmp

  • 3 weeks later...
Posted

that would be amazing if you wife would actually box you like a duel and get a massive damage increase she caught you cheating, if its jealousy it would be cool if ANYONE who had a lover relationship rank with you/relationshiprank 4, could be affected by jealousy and fight you OR fight the person you cheated with. i personally think it would be very in depth if their reaction was random, like they could try to kill who you cheated with or just fight who you cheated with. you shouldnt know how they would react to it, making it up should be difficult or configurable in an mcm or something lol. this is definitely needed and its something nobody else has done i think its just a big opportunity for someone to get popular if they made this into a mod

Posted
11 hours ago, panamacityeddie said:

@TheDragonBorn that is a great idea. I love it.

im thinking if this thread gets enough attention someone will do it, if not i'll try to learn how to mod and do it myself and release it. maybe i can find some scripting tutorials because i have no idea how to script, the most i can do is make a standalone follower and i havent fully learned that by heart. i would really love to see this idea turned into a mod

  • 1 year later...
Posted
On 11/1/2017 at 9:49 PM, lessuse33 said:

I've tested the .esp, I tried it with Sigrid and Alvor. It doesn't seem to decrease the disposition or relationship with either of them.

 

I tested it inside their house with both NPC's present. After having sex with either one, there was no decrease in disposition.

 

I also noticed in your code that there is a debug notification that would pop-up if it works, in my case, it did not.

 

I really hope this amazing idea doesn't die out. Skyrim could use a little bit more of "cheating".

 

Edit: Let me clarify, while there was no decrease in disposition. The debug notification DID appear but only when it was with Sigrid.

I forgot that Sexlab disables the UI on a scene.

Yeah me too. I know this is old by I got a little interest on modding now so. I would check the code and see what's wrong. Also pass by my mods here in LL or on nexus under the name of darkelia47. I'm still a newbie so there's that. 

Edit: Done nothing wrong...maybe both got some mod that forces a good relationship on the npc. I will check every romance/misc/conversational sexlab mod I had. So everyone concern about this shoul do the same. 

  • 1 year later...
  • 4 months later...
  • 11 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...