daedalron Posted November 15, 2020 Posted November 15, 2020 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 ?
PubliusNV Posted November 15, 2020 Posted November 15, 2020 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.
daedalron Posted November 15, 2020 Posted November 15, 2020 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)
daedalron Posted November 15, 2020 Posted November 15, 2020 @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 ]
Nevi_ Posted November 16, 2020 Author Posted November 16, 2020 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.
daedalron Posted November 16, 2020 Posted November 16, 2020 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.
karlpaws Posted November 17, 2020 Posted November 17, 2020 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.
Nevi_ Posted November 17, 2020 Author Posted November 17, 2020 @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.
Light of Hope Posted November 19, 2020 Posted November 19, 2020 Will the optional DD plugin be updated for Devious Devices 5.0?
Nevi_ Posted November 20, 2020 Author Posted November 20, 2020 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. 2
Light of Hope Posted November 20, 2020 Posted November 20, 2020 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.
TheLoverLabCriminal Posted November 24, 2020 Posted November 24, 2020 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 ?
karlpaws Posted November 25, 2020 Posted November 25, 2020 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.
TheLoverLabCriminal Posted November 25, 2020 Posted November 25, 2020 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
MonVert Posted November 25, 2020 Posted November 25, 2020 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.
karlpaws Posted November 25, 2020 Posted November 25, 2020 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.
Nevi_ Posted November 25, 2020 Author Posted November 25, 2020 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.
TheLoverLabCriminal Posted November 25, 2020 Posted November 25, 2020 7 hours ago, PD_ said: 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. I am indeed in se
TheLoverLabCriminal Posted November 25, 2020 Posted November 25, 2020 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
Npi9 Posted December 4, 2020 Posted December 4, 2020 Hircine should favor sub/aggressor equally and should give a bonus for rapping/being raped
monsta88 Posted December 4, 2020 Posted December 4, 2020 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
Nevi_ Posted December 4, 2020 Author Posted December 4, 2020 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.
TouneC Posted December 19, 2020 Posted December 19, 2020 interesting idea!! I wonder each god if any buff after favor reach 100%? 1
rodrigo2 Posted December 24, 2020 Posted December 24, 2020 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.
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