Jump to content

Recommended Posts

Posted
2 hours ago, Gyra-ting said:

Thankyou so much. I've been particularly eyeing the nudity law, which I was hesitant to use from the relatively larger Slaverun Reloaded.

Would you also look into merchant voyeurism?

And is this compatible with sexlab solutions?

I have looked into merchant voyeurism before, actually (if by that you mean the merchant won't sell to you unless you are naked). But I am unsure how to do it cleanly yet.

Posted
1 hour ago, Gyra-ting said:

I'm referring to specifically any guard dialogue that may have been changed, seeing as sexlab solutions needed a patch to work with prison overhaul

There is no dialogue currently in this mod, so there are no compatibility problems with SL Solutions. 

Posted

You should add a rule that they have to look directly at you, or lower the distance of searches.  I say this because I get the notice about getting raped, the bleedout happens, but no one shows and i recover. This happens even when no one is in looking distances. 

Posted
8 hours ago, Roxasvent13 said:

You should add a rule that they have to look directly at you, or lower the distance of searches.  I say this because I get the notice about getting raped, the bleedout happens, but no one shows and i recover. This happens even when no one is in looking distances. 

It used to be that way. The problem was you could stand naked in the middle of town for hours and hours and not get raped because noone happened to look at you during the rape check. As for the problem you mentioned, can you send me a papyrus log when this happens?

Posted
On 1/27/2018 at 7:23 AM, Teutonic said:

Nudity, being covered in cum or having sex in public are crimes. When reported, you will get a bounty.

Does this mod allow the player to clean herself of any cum stain?

Posted
10 hours ago, Teutonic said:

It used to be that way. The problem was you could stand naked in the middle of town for hours and hours and not get raped because noone happened to look at you during the rape check. As for the problem you mentioned, can you send me a papyrus log when this happens?

I  honestly can't find it. if it works for others no worries (sometimes i think my computer does this stuff on purpose) but scanning is more important, it's probally just scrip lag.  Maybe optional cloak? 

Posted
6 hours ago, bicobus said:

Does this mod allow the player to clean herself of any cum stain?

 

6 hours ago, Gyra-ting said:

You could just clean using something like Bathing in Skyrim with Kimy's sexlab patch

You can also just bathe in a river to clean yourself and I also have a hotkey planned with which you can wipe it off with a piece of cloth.

 

4 hours ago, Roxasvent13 said:

I  honestly can't find it. if it works for others no worries (sometimes i think my computer does this stuff on purpose) but scanning is more important, it's probally just scrip lag.  Maybe optional cloak? 

You need to enable the papyrus log first by adding this to you Skyrim.ini:

Spoiler

[Papyrus]

bEnableLogging=1

bEnableTrace=1

bLoadDebugInformation = 1

Then you will find it in /Documents/My Games/skyrim/logs (windows 7, could be different on later versions).

Perhaps I can spot anything why it isn't working. What do you mean by optional cloak?

Posted

Now I have to figure out how to reach that river when coming from the Inn, while avoiding all those pesky guards.

 

If you allow the usage of a piece of cloth, make it so they are throwaway so that the whole bounty based feature doesn't become irrelevant. If one can just wipe it off without impunity, what is the point? An alternative way to implement this kind of feature would to not use bounties but have a debuff to speech per cumstain, and eventually have people not want to talk to the PC while she reeks of semen or other fluids up to the point that the player get jailed for indecent odor. But, you know, a cloth is fine :smile:

Posted
On 3/7/2018 at 11:48 AM, Teutonic said:

Yes, followers are not detected if EFF is installed currently. Followers should be able to rape you if and only if they are not currently following you. This should work with follower mods like EFF, but it depends on the mod I guess.

Do you know if the first follower you recruit is considered a "follower" by this mod, or are all followers not detected through EFF?

 

Also, do you think it would be possible to use something like SL Solution's follower tagging spell/power to select a follower?

Posted
7 hours ago, bicobus said:

Now I have to figure out how to reach that river when coming from the Inn, while avoiding all those pesky guards.

 

If you allow the usage of a piece of cloth, make it so they are throwaway so that the whole bounty based feature doesn't become irrelevant. If one can just wipe it off without impunity, what is the point? An alternative way to implement this kind of feature would to not use bounties but have a debuff to speech per cumstain, and eventually have people not want to talk to the PC while she reeks of semen or other fluids up to the point that the player get jailed for indecent odor. But, you know, a cloth is fine :smile:

You can put some clothes on or go at night when it is tolerated. 

 

Good point about making it throwaway. A debuff to speech is already implemented, but it is "all or nothing" and is probably gonna remain that way.

 

6 hours ago, CrimsonOmegaLance said:

Do you know if the first follower you recruit is considered a "follower" by this mod, or are all followers not detected through EFF?

 

Also, do you think it would be possible to use something like SL Solution's follower tagging spell/power to select a follower?

I don't think they are detected at all. I considered a system where the player could mark NPCs as followers, but it is probably easier and more reliable to just hard code EFF compatibility. 

Posted
1 hour ago, Teutonic said:

I don't think they are detected at all. I considered a system where the player could mark NPCs as followers, but it is probably easier and more reliable to just hard code EFF compatibility. 

I'm not sure how you would go about coding this, but I found this in the effcore.psc

 

int limit = XFL_GetMaximum()
	While i <= limit ; Find the highest value
		If XFL_FollowerAliases[i] && XFL_FollowerAliases[i].GetReference() && recruitTimes[i] >= latestTime
			latestTime = recruitTimes[i]
			foundActor = XFL_FollowerAliases[i].GetReference() as Actor
		EndIf
		i += 1
	EndWhile
	return foundActor

This function returned the follower who was recruited first.

so XFL_GetMaximum() looks like it returns how many followers you have.

XFL_FollowerAliases is the array of followers in EFF, and to go through the followers, you just make a small for-loop from i -> xflgetmaximum

Posted
12 hours ago, Teutonic said:

 

You can also just bathe in a river to clean yourself and I also have a hotkey planned with which you can wipe it off with a piece of cloth.

 

You need to enable the papyrus log first by adding this to you Skyrim.ini:

  Reveal hidden contents

[Papyrus]

bEnableLogging=1

bEnableTrace=1

bLoadDebugInformation = 1

Then you will find it in /Documents/My Games/skyrim/logs (windows 7, could be different on later versions).

Perhaps I can spot anything why it isn't working. What do you mean by optional cloak?

I think scent of sex uses one, it uses a detection method that scans only in a certain distance around the player, making the player like a beacon. that way you can't stand on the hill to bleak falls and become targeted by an npc in riverwood.  And thanks for reminding me how to turn on fnis, It's been a while since I needed to use it.

Posted

This mod is great! I was so happy to find the nudity / reverse nudity law toggles as part of the plan.

Now we can enforce S.R. type rules without having to run that one. :smile: ( That is a good mod also, just saying I ve long wanted to have some locales that require the nudity or adaptable situations to effect it. ) This does that fine.

The rape options are great! I ve only had to use reset on one occasion so far when a loop started after what should have been a rape became a masturbation scene, that stuck my stalker behind me. GREAT that all it does is reset that script, not your settings. ;)

Thanks for the work!

Posted

I decided to switch from EFF to iATF to confirm that EFF is incompatible with SL Adventures. Follower is finally engaged by NPCs, in most cases setting with 5 attackers, 3 engage PC and 2 NPC engage follower.

I just hope it won't have any consequences because I made it in the middle of playthrough, but I did it safest way I know.

 

What means debug message "Deviously Hepless Suspend"
I expect it has somethink to do with Mittens or Blindfold but don't know why it prewents rape.

 

Your mod is great and lightweight. Thanks so much.

Posted

I am playing a wild Bosmer survivalist and was happy to find out the pet you gain through Hunterborn works with Adventures just as an FYI, with Campfires this has been very fun and I still havent left Falkreath forest at level 14.

 

I like using Defeat a lot, it fits well with your mod but I often encounter "hiccups" in Defeats performance (Adventures is rock solid) and I saw you mention thinking of other conditions for your rape section, what about surrender if your health and/or stamina drop below a certain amount as a combat replacer? Add in a couple of Defeats better features and many peoples mod list gets shorter and probably more stable...just an idea to show appreciation for all your hard work by, you know, asking you to do more....:blush:

 

And I have been using iAFT and it has been no issues so far, everything that should work seems to be right.

 

Posted
8 hours ago, Roxasvent13 said:

I think scent of sex uses one, it uses a detection method that scans only in a certain distance around the player, making the player like a beacon. that way you can't stand on the hill to bleak falls and become targeted by an npc in riverwood.  And thanks for reminding me how to turn on fnis, It's been a while since I needed to use it.

Adentures actually uses cloak spells for Rape and SexCrime, I was just a little confused about what you meant by "optional".

 

3 hours ago, zlota said:

I decided to switch from EFF to iATF to confirm that EFF is incompatible with SL Adventures. Follower is finally engaged by NPCs, in most cases setting with 5 attackers, 3 engage PC and 2 NPC engage follower.

I just hope it won't have any consequences because I made it in the middle of playthrough, but I did it safest way I know.

 

What means debug message "Deviously Hepless Suspend"
I expect it has somethink to do with Mittens or Blindfold but don't know why it prewents rape.

 

Your mod is great and lightweight. Thanks so much.

"Deviously Helpless Suspend" refers to Deviously Helpless. Modders can use mod events to suspend attacks from it. For example, when you have been kidnapped through SL Kidnapped Redux, it uses that mod event to suspend Deviously Helpless. I have decided to add this to SL Adventures as well. This way some mods will be automatically compatible. (Like SL Kidnapped Redux.)

 

2 hours ago, Vuulgar said:

I am playing a wild Bosmer survivalist and was happy to find out the pet you gain through Hunterborn works with Adventures just as an FYI, with Campfires this has been very fun and I still havent left Falkreath forest at level 14.

 

I like using Defeat a lot, it fits well with your mod but I often encounter "hiccups" in Defeats performance (Adventures is rock solid) and I saw you mention thinking of other conditions for your rape section, what about surrender if your health and/or stamina drop below a certain amount as a combat replacer? Add in a couple of Defeats better features and many peoples mod list gets shorter and probably more stable...just an idea to show appreciation for all your hard work by, you know, asking you to do more....:blush:

 

And I have been using iAFT and it has been no issues so far, everything that should work seems to be right.

 

Not sure if I want to include a Defeat-esque functionality. It seems to work fine for me anyway, but I turn off a lot of its features (NPC on NPC, Player as Rapist, Resist). 

Posted

Hey, first of all: awesome mod. Combines many features from other mods that I ve been using, but all in one mod works simply better.

I don't know if that's already been said or if you re open to suggestions but I will ask anyway for features I'd love to see:

- Dialog before assault (I really do prefer to controll it via dialouge rather than hot keys) :

*Brawl Option: If you beat down your aggressors you don't get assaulted

*surrender option: could trigger consensual animations, maybe no robbing

*shout for help option: maybe someone helps you, maybe they ll join in,  or there's simply nobody

-Quest: Get your belongings back after they've been stolen. Maybe You could beg your aggressors to give them back to you, you could ask a guard for help (which doesn't necessarily means they actually gone help), a member of the companions offers help for a favor, etc.

 

Posted
15 hours ago, Gyra-ting said:

For the sleep events, would they work alright with Go to Bed?

I don't see a reason why not as long as it still uses the regular sleep dialog after the character laid down.

 

8 hours ago, rastkopf3311 said:

Hey, first of all: awesome mod. Combines many features from other mods that I ve been using, but all in one mod works simply better.

I don't know if that's already been said or if you re open to suggestions but I will ask anyway for features I'd love to see:

- Dialog before assault (I really do prefer to controll it via dialouge rather than hot keys) :

*Brawl Option: If you beat down your aggressors you don't get assaulted

*surrender option: could trigger consensual animations, maybe no robbing

*shout for help option: maybe someone helps you, maybe they ll join in,  or there's simply nobody

-Quest: Get your belongings back after they've been stolen. Maybe You could beg your aggressors to give them back to you, you could ask a guard for help (which doesn't necessarily means they actually gone help), a member of the companions offers help for a favor, etc.

 

Thanks and yes I am open to suggestions.

  • Dialogue is a somewhat planned feature.
  • I have considered brawls before and might add them later.
  • There is a surrender hotkey and an option to use consensual animations if you surrender. I suppose being allowed to keep the clothes makes sense and gives an incentive to surrender. I might add an option for that.
  • Not sure if I like a shout for help. Especially considering the shout is going to be silent.
  • Again, dialogue - later.
Posted

I am so glad for the reset buttons some times i think my mods clash a little and when i go check i see that the script havent turn off

 

Reset ! Boum everything is working again

 

thank you and i am looking forward for the future :smile:

Posted

I ran into a problem running this mod.

 

While running the poverty feature, I wanted to enable "worn armor has no weight." However, the "no weight" feature didn't seem to do anything. I believe I enabled it before I enabled poverty.

 

Is there anything you suggest I could try? Could I send you any information which would help you fix this bug?

Posted
4 hours ago, ayetien said:

I ran into a problem running this mod.

 

While running the poverty feature, I wanted to enable "worn armor has no weight." However, the "no weight" feature didn't seem to do anything. I believe I enabled it before I enabled poverty.

 

Is there anything you suggest I could try? Could I send you any information which would help you fix this bug?

What armor were you wearing?

 

1 hour ago, Ronivan said:

Its strange, no matter were I'm or what I do it never let me masturbate. Just say a message, ''you can't masturbate right now''.

I know it's a bit picky. Most likely there is still a running rape check or you are in combat. I have noticed Skyrim can flag you as in combat even though there are no enemies shown. These are the exact conditions when you can't masturbate: 

  • Rape script is running
  • You are in dialogue
  • You are an invalid Sexlab target (should only apply if already in a sexlab scene) 
  • You are being gangraped
  • You are in combat
  • You are swimming 
  • Deviously Helpless Suspend is on (I explained that two posts earlier) 
  • During Prison Overhaul Imprisonment 
  • You are belted
  • You are restrained, but ZaZ is not installed

Hope this helps. 

Posted
16 hours ago, Teutonic said:

What armor were you wearing?

 

-snip-

I was wearing Dwemer Brigand plate, from the Immersive Armors mod.

Posted
17 hours ago, Teutonic said:

What armor were you wearing?

 

I know it's a bit picky. Most likely there is still a running rape check or you are in combat. I have noticed Skyrim can flag you as in combat even though there are no enemies shown. These are the exact conditions when you can't masturbate: 

  • Rape script is running
  • You are in dialogue
  • You are an invalid Sexlab target (should only apply if already in a sexlab scene) 
  • You are being gangraped
  • You are in combat
  • You are swimming 
  • Deviously Helpless Suspend is on (I explained that two posts earlier) 
  • During Prison Overhaul Imprisonment 
  • You are belted
  • You are restrained, but ZaZ is not installed

Hope this helps. 

 

I did check all these points, but I still couldn't track down the problem, but I'm guessing it was caused by some conflict with another mod, which is not a surprise. Also when I allow the debug messages, always when I sleep it tells ''Sleep rape failed, PC is an invalid target''. I'm still figuring out how to make it work properly, but no luck so far.

Posted
6 hours ago, Ronivan said:

 

I did check all these points, but I still couldn't track down the problem, but I'm guessing it was caused by some conflict with another mod, which is not a surprise. Also when I allow the debug messages, always when I sleep it tells ''Sleep rape failed, PC is an invalid target''. I'm still figuring out how to make it work properly, but no luck so far.

That means Sexlab reports you are an invalid target for sexlab animations for some reason.

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