- Oct 27, 2017
- 624
- 664
Coding is a matter of logic, is not that hard.Hey Ravenger,
i must admit that i am not able to read the code, can u axplain for dummies what are the old requirements and the one with your mod to geht forced into adult industry. Never was able to trigger it and i realy tried.
I have figured out that you need to be at a bar or nightclub and to visit the bathrom and here it ends.
Do i need a company, do they have to be related and what stats do i need ?
Thx in advanced and sorry if i do ask sutpid questions
That's what a coder would said!
But yeah, just use some logic, don't try to understand the exact details. There's a huge guide to mod, which might sound complicated and will get you lost half the time if you're a tech-impaired (like me).
From what I learned (me not coder), and please, correct me any dev/modder if I'm wrong:
WHO: Actor = getCompanion() [pretty obvious]; If !Actor.isRelative() [the ! are sort of warnings in case whatever is with it. Actor is the other character not you, so if the other actor is a relative, then no scene] && Random(70, 200) < Actor: perversion [random roll between 70 and 200 has to be less than the actor-not-relative perversion stat] && Random(-90, -50) > Actor:masochist [random roll between -90 and -50 has to be more than the actor-not-relative masochist stat] && !Actor.isDating() && !Actor.isSameGender(Player) [warnings about being in a date and the actor-not-relative being your same gender, thus no gay rape]
So, if I understood correctly, you need to be alone, and the game creates a non-relative of the same sex, then rolls perversion and masochist to see if the requirements are met. The character has better chances of triggering with really high perversion and sadism -or negative masochism-.
OTHER: isModEnabled(vin_NonConsensual) && pornfame == 0 && Player.isInterestedIn(Actor) && karma < 50
The basic mod Vin_noncon needs to be enabled, your pornfame needs to be zero, and your karma needs to be 50 or less.
Ravenger's scene:
has better chances of triggering (just look at the numbers he wrote, compared to the ones I've explained and you'll get it), it triggers on any "WHAT" you're doing except the bathroom action (note the - next to it), happens on Bars and Nightclubs from 21 (9pm) to 4 (4am) hours. It also features a lot more content with a revenge option!
Note:
Ravenger tends to do scenes for people playing males, some females and no shemales, mostly dominant and with lots of payback lol (so if you're thinking on playing a submissive character, gay, a shemale orany combination, then his scenes rarely trigger, despite being really cool, dammit)
So, to answer your question:
Be alone, at a Bar or Nightclub, use any actions NOT going to bathroom, from 21 to 4 hs, and have low Karma.
Aside of all that blurb of textwall, open any scene, (a text editor does the trick. Any.), and look for "Time out" which is a sort of cooldown.
For some reason, it is usually set at 1000... which is time.
Not sure it is hours or days, but yeah, as you're thinking, it takes AGES for certain scenes to trigger (consider that also certain scenes trigger, but the requirements aren't met... and start the countdown again), which is why some people think they don't work, or that there's barely any content.
Just edit the fuck out of it, to 100 or 10, save, and try (always do a backup of the scene)
Last edited: