MisterAnon04
Newbie
- May 30, 2018
- 89
- 76
- 198
Just jumping in to clarify it for you, as you can really only tell what triggers it by decompiling the game, but it's basically Cnt. If you get that value above 3 then the exhibitionist text will trigger at the end of the public noticing you mini-scene. What it tracks is the number of times the public has noticed you having sex (or some other similar action) in public, and if the scene ends it will reset.Semondemon well i tried following the guide till Rogue becomes exhib
By comparing the save date from before and after finishing the dialogue, these are the lines that have changed:
before becoming exhibitionist after becoming exhibitionist Ch_Focus > Lust : (84)
Cnt : (11)
D20 : (19)
Girl > Lust : (84)
HolderCount : (5)
Player > Focus : (44)
RogueX > Lust : (84)
Round : (86)Ch_Focus > Lust : (96)
Cnt : (12)
D20 : (6)
Girl > Lust : (96)
HolderCount : (1)
Player > Focus : (48)
RogueX > Lust : (96)
Round : (85)
Now obviously the Lust count is not what we're looking for (A. because they only matter in the sex interaction. B because they're thrice the same value.
The real value i want to identify is which one unlocks this perk
View attachment 946494
GAAAAHHHH I can't make heads or tails on which one it is!!!
As for the rest (just for those curious), D20 is a dice roll for randomness, used in this case to check if the other girls notice what you are doing; HolderCount is used in the stat notifications; Player.Focus is how close you are to cumming; and Round is the remaining time before time advances to the next period.