Jump to content

Wintersun - SexLab Integration


Recommended Posts

Posted

Does having sex with a vampire (Serana for example, or some of the Immersive Wenches) count as necrophilia for the likes / dislikes of the Aedras ?  Or is it only for having sex with people you have killed ?

Posted
2 hours ago, daedalron said:

Does having sex with a vampire (Serana for example, or some of the Immersive Wenches) count as necrophilia for the likes / dislikes of the Aedras ?

Having sex with Serana displeased Azura in my last game.

Posted
25 minutes ago, PubliusNV said:

Having sex with Serana displeased Azura in my last game.

:'(

There are only a select few gods who are fine with sex with Serana, then. That seriously limits which one I can follow...  (I really don't want to follow Molag Bal)

Posted

@PD_  If I want Serana to not trigger the necrophilia dislike, I would need to change this line in "sl_wsn_Main" ?

Quote

if actorList != player
            if actorList.HasKeyword(ActorTypeAnimal)
                flags[FLAG_BEASTIALITY] = 1
            elseif actorList.HasKeyword(ActorTypeUndead) || actorList.IsDead()
                flags[FLAG_NECROPHILIA] = 1

to

Quote

if actorList != player
            if actorList.HasKeyword(ActorTypeAnimal)
                flags[FLAG_BEASTIALITY] = 1
            elseif actorList.IsDead()
                flags[FLAG_NECROPHILIA] = 1

That way it wouldn't trigger for vampires, right?

If that's so, I will just need to find a way to compile the .PSC into a .PEX...  (never done that before)
 

[Edit:
The Creation Kit seems to fail the compiler, though. No idea what I fucked up or what I'm missing.
I  copied all the .PSC from this mod into the steam folder "/source/scripts", along with the Sexlab .PSC, and then went into the Creation Kit, click "Gameplay -> Papyrus script manager", search for "sl_wsn_Main", right click on it then Compile.
It tries to do it then fails, with a big error message:
http://pastebin.fr/73372
]

Posted
11 hours ago, daedalron said:

@PD_  If I want Serana to not trigger the necrophilia dislike, I would need to change this line in "sl_wsn_Main" ?

Quote

if actorList != player
            if actorList.HasKeyword(ActorTypeAnimal)
                flags[FLAG_BEASTIALITY] = 1
            elseif actorList.HasKeyword(ActorTypeUndead) || actorList.IsDead()
                flags[FLAG_NECROPHILIA] = 1

to

Quote

if actorList != player
            if actorList.HasKeyword(ActorTypeAnimal)
                flags[FLAG_BEASTIALITY] = 1
            elseif actorList.IsDead()
                flags[FLAG_NECROPHILIA] = 1

That way it wouldn't trigger for vampires, right?

Yes, but it won't trigger for other undead creatures either. I think there is a "Vampire" keyword, but Serana might be missing one (or so I've heard).
 

11 hours ago, daedalron said:

If that's so, I will just need to find a way to compile the .PSC into a .PEX...  (never done that before)
 

[Edit:
The Creation Kit seems to fail the compiler, though. No idea what I fucked up or what I'm missing.
I  copied all the .PSC from this mod into the steam folder "/source/scripts", along with the Sexlab .PSC, and then went into the Creation Kit, click "Gameplay -> Papyrus script manager", search for "sl_wsn_Main", right click on it then Compile.
It tries to do it then fails, with a big error message:
http://pastebin.fr/73372
]

That means missing sources. To compile a script, you need not only my sources, but also sources of scripts from the other mods that are used by the script, so Wintersun and SL sources at least. I'll try to come up with a solution for you a bit later.

Posted
14 hours ago, PD_ said:

I'll try to come up with a solution for you a bit later.

Thanks a lot. I'm afraid I'll have to wait for that...

Sadly, I have to admit I'm completely lost on what I'm missing, as some sources seem to be located in Data/Scripts/Source, while others are in Data/Source/Scripts. I tried to create copies in both folders, but it didn't work. I also had a spam of "DEFAULT: BSString::Set(): Could not allocate full amount of memory asked for with aiMaxLen" in the CK log while trying to compile in the Creation Kit. 
 

Posted
3 hours ago, daedalron said:

Thanks a lot. I'm afraid I'll have to wait for that...

Sadly, I have to admit I'm completely lost on what I'm missing, as some sources seem to be located in Data/Scripts/Source, while others are in Data/Source/Scripts. I tried to create copies in both folders, but it didn't work. I also had a spam of "DEFAULT: BSString::Set(): Could not allocate full amount of memory asked for with aiMaxLen" in the CK log while trying to compile in the Creation Kit. 
 

IIRC /scripts is where the scripts go and /scripts/source is where the uncompiled sources go.

 

If you are using a Mod manager, that might be the cause, as I've heard the CK doesn't work well with them, particularily MO (or maybe only MO).  I think there are directions here on how to use the Notepad ++ free text editor to tie into the compiler and do the scripts that way, and some people find that a lot easier than using the small window the CK gives you.

Posted

@daedalron Wintersun SLI 1.3.3 - necrophilia toggle patch.7z
This adds "Ignore necrophilia" toggle under "Preferences" tab. Should work as is without any clean saves and other manipulations.
 

1 hour ago, karlpaws said:

I think there are directions here on how to use the Notepad ++ free text editor to tie into the compiler and do the scripts that way, and some people find that a lot easier than using the small window the CK gives you.

Yes, that's what I did. You can launch the compiler directly and pass arguments to it via the command line. I dislike CK and try to avoid using it as much as possible, so it is a good workaround.

Posted
7 hours ago, Light of Hope said:

Will the optional DD plugin be updated for Devious Devices 5.0?

I'm thinking about revisiting this mod in general, so I will likely update the plugin as a well in this case. Kimy said DD 5.0 should mostly support DD 4.3 mods, but there isn't much content in this plugin in the first place.

Posted
13 hours ago, PD_ said:

I'm thinking about revisiting this mod in general, so I will likely update the plugin as a well in this case. Kimy said DD 5.0 should mostly support DD 4.3 mods, but there isn't much content in this plugin in the first place.

Ah, my bad. I didn't realize the new DD had the same three core DD esm files. I thought dependencies were broken, but everything works fine.

Posted
7 hours ago, TheLoverLabCriminal said:

Hi, I have a problem I accepted the daedra with pact dude idk his name when I pray I click accept pact nothing happen why ?

I think you mean Clavicus Vile, and normally you would get a quest to do something. You might want to check in the MCM for both the main Wintersun Mod and this one whether any of his alternate pact options are enabled.

Posted
1 hour ago, karlpaws said:

I think you mean Clavicus Vile, and normally you would get a quest to do something. You might want to check in the MCM for both the main Wintersun Mod and this one whether any of his alternate pact options are enabled.

they are

Posted
On 9/2/2019 at 1:28 PM, PD_ said:

Talos

Dislikes: player as rape aggressor

Dislikes: beastiality (if player is not a victim)

Dislikes: necrophilia (if player is not a victim)

Dislikes: submissive sex with elves

Likes: dominant sex with elves

 

 

I guess the elves really got fucked. ?Time to control the Thalmor.

Posted
1 hour ago, TheLoverLabCriminal said:

they are

Might try disabling the alternate pacts then, and see if it works.  I do not know if you would need to switch gods and switch back or just pray after turning off the alternate pacts.

Posted
2 hours ago, karlpaws said:

Might try disabling the alternate pacts then, and see if it works.  I do not know if you would need to switch gods and switch back or just pray after turning off the alternate pacts.

Yes, disabling the system might help. Btw @TheLoverLabCriminal, are you playing on LE or SE? SE conversion of this mod has some weird issues with quests not starting properly.

Posted
11 hours ago, karlpaws said:

Might try disabling the alternate pacts then, and see if it works.  I do not know if you would need to switch gods and switch back or just pray after turning off the alternate pacts.

I guess is wintersun sl pact beta doesnt work at all because when I try nothing happen when I disable it work

  • 2 weeks later...
Posted

Hello there,

I have a question: I play as a succubus (PSQ). She has an ability to sneak upon any human or animal and Feed on them (by sex). I set Dibella to Likes bestiality. Still, I lose favor when I feed this way. Am I guessing right that this counts as rape?

 

Peace,

M

Posted
21 minutes ago, Npi9 said:

Hircine should favor sub/aggressor equally and should give a bonus for rapping/being raped 

Hmm, sounds good.

 

2 minutes ago, monsta88 said:

Hello there,

I have a question: I play as a succubus (PSQ). She has an ability to sneak upon any human or animal and Feed on them (by sex). I set Dibella to Likes bestiality. Still, I lose favor when I feed this way. Am I guessing right that this counts as rape?

 

Peace,

M

Most likely, yes. Rape status is set by the mod that starts the animation.

  • 2 weeks later...
Posted

Does this mod help with SLEN at all?  My PC follows Dibella, but lover's comfort seems to prevent my PC from gaining any favor with Dibella.  Being forsaken is inevitable unless I turn that off.

 

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...