- Aug 8, 2017
- 386
- 302
It's mostly random according to your stats + your partner's stats. For example, in the "get_milk_cms" scene, things happen if this condition is met:Question on the netorare module. Is it random or is it the result of events (they catch you cheating so then they play the same game, or we MC cant satisfy the partners need, or they simply cant keep their dress on etc)
The former will ensure I will never turn it on, the latter means I will.
If Actor.isInterestedIn(Actor2) && Actor2.isInterestedIn(Actor) && [Random(50, 100) < Actor:perversion || OpenRelationship()]
On the other hand your character will fantasize about things based on this condition:
If Random(0, 100) < perversion && [Random(0, 100) < masochist || openRelationship()]
That said, this will vary by scene. I'm not familiar enough with all of the scenes in vin_NTR to say it will always work this way. On the cheating tit-for-tat, I believe all of the code for getting caught cheating is in vin_Base and last time I looked the end results were either just break up or continue with a hit to stats. If NTR wins KOTM, that would be a good area for Vinfamy to expand; otherwise it'll probably be up to a modder to implement more expansive options.