Home Artists Posts Import Register
Patreon importer is back online! Tell your friends ✅

Downloads

Content


Description(모드설명)

https://www.patreon.com/posts/slhh-expansion-3-35661575


Change Log  3.2V  (변경사항) 

- Added new choke animations(These motions will be played by a different script code from the original code. Please refer to Modder's Note)

- In SLHH events with a troll, escape chance will drastically decrease.

- In SLHH events with Choke motions, escape chance will decrease. 

- 초크 에니메이션 추가(본 모션은 특정 코드에 의해서만 재생이 됩니다.)

- 트롤과의 이벤트에서의 탈출 확률이 큰 폭으로 감소합니다.

- 초크 에니메이션 이벤트는 일반 이벤트보다 탈출 확률이 더 감소합니다.

Change Log  3.3V  (변경사항)

- Minor bug fixes

- Damage actor value feature: As the event occurs, both an aggressor and a victim's actor values(can be chosen in MCM) are damaged. Each ratio of AVs of Aggressor and Victim affects the probability of escaping.

- 사소한 버그 수정

- 액터 밸류 데미지: 이벤트가 시작될 떄 '공', '수' 각각의 액터 밸류 값이 감소하게 됩니다. 액터 밸류 값은 MCM에서 고를 수 있습니다. 공수 각각의 액터밸류값의 비율에 따라 탈출 가능성에 영향을 미칩니다.


How to Update

- Just replace with the old version.

 

For Modders Note(모더들을 위한 노트)

you can activate the harrasment trigger immediately by using this function.

(아래 함수를 이용해 해당 모드를 바로 발동시킬 수 있습니다. )


1) Normal Event

Function SLHHActivate(Actor pTarget, Actor pTargetFriend = None);  Basically you don't need pTargetFriend. pTarget will become a criminal,  who will try to rape you.


    Keyword SLHHScriptEventKeyword = Game.GetFormFromFile(0x0000C510, "SexLabHorribleHarassment.esp") as Keyword
    SLHHScriptEventKeyword.SendStoryEvent(None, pTarget, pTargetFriend)


endFunction

2) Choke Event

Function SLHHActivate(Actor pTarget, Actor pTargetFriend = None);  Basically you don't need pTargetFriend. pTarget will become a criminal,  who will try to rape you.


     Keyword SLHHScriptEventBCKeyword = Game.GetFormFromFile(0x0233C6, "SexLabHorribleHarassment.esp") as Keyword
    SLHHScriptEventKeyword.SendStoryEvent(None, pTarget, pTargetFriend)


endFunction

Comments

Anonymous

as usual great work, its cool how you always come up with those small details that make everything just way way more immersive. :)

Seygas

Definitely one of my favorite mods.

E.

Thank you!<3

One Chance Man

Look at dat wiggles... Is there any specific conditions to get new choke event? I tried bump into NPCs several times but I could get only normal event.

Dez2015

Hi - I've installed the most recent version using MO2. No matter how many times I collide with an NPC, no harassment scene is triggered. I've changed the MCM settings for relationships and morality but that seems to have no effect. I'm sure I'm doing something wrong - any suggestions? All other Sexlab mods and animations, including the Bakafactory animations from this site, work flawlessly. Thanks for your anticipated assistance.

BaboFactory

Known Issues - Sexist Guard may be partly incompatible with the mod. It's just my assumption but there might be a certain limit to the number of string lines. As Sexist Guard has a lot of lines of dialogue, it may block SLHH's ActorCollidewithActors dialogue indirectly. That being said, you have Sexist Guard?

Dez2015

Thanks so much for getting back to me. I don't have Sexist Guard installed. I can send my load order in pdf if you think it might help. I don't see a way to attach it to a post. I noted on one of the pages for this mod that "SLAL Aggressive motions SE" is a requirement. I've interpreted this to mean that I need to have "aggressive" animations installed and I have "Babo_Creature_2020.06.08_SE" and "Babo_Human_2020.04.08_SE" installed. Did I misunderstand this requirement? If so, where do I get "SLAL Aggressive motions SE?" Also, is there a way to trigger the mod by console so that I can test it? Again thanks so much for your help.

magno

How do you get harassed by a troll with this mod? You don't usually run into them by mistake.

Freeman

Would it be possible to add a stripping only option? A lot of people are still interest in using the (abandoned and kinda buggy) Get Stripped Again mod but SLHH+ already has a stripping feature if you could have an option to disable the rape or lower the chance that the harrassment will become a rape after PC is stripped. I think that would scratch the forced nudity/humilation itch some players have.

BaboFactory

The mod along won't trigger slhh troll event. Other mods that call the event can.

BaboFactory

I am thinking about adding the feature to SLHH too. currently finding a most optimized way to implement it.