Page 1 of 1

[SOLVED] Vickie endurance implementation

Posted: Fri May 18, 2018 6:35 pm
by smile1323
In the Vickie Training Day story line how is it determined what her response is going to be when finishing the hand-job in the hot tub?

There is a discussion https://steamcommunity.com/app/611790/d ... 298526278/ that asks about it, but I can't figure out by looking at the HPCSC.0.6.2 sources.

Is there something in the engine code that controls this?

Thanks

PS. Awesome that you have shared the content as a starting point for custom stories.

Re: Vickie endurance implementation

Posted: Sat May 19, 2018 5:16 am
by peter980
OrgasimSensitiviy value is used. It controls the speed of orgasm meter and recharge.

By default it is 1, then it is increased to 16 (I think) for the quest, then decremented for each sex act by 1, or by 4 by drinking specific set of alcoholic drinks.

Note that using values between 0 and 1 you can actually decrease the speed from the normal one.

Re: Vickie endurance implementation

Posted: Mon May 21, 2018 5:41 pm
by smile1323
Thanks!