Last Update broke something

General discussion of the House Party CSC, or get help making your own story.
Forum rules
Please follow all Eek! Forum rules.
Post Reply
tonicmole
Posts: 16
Joined: Fri Jun 28, 2024 4:32 am

Last Update broke something

In my custom story I made it where the girls have repeated orgasms until the player climaxes. I did so by adding an orgasm value equals 0, and remove orgasm recharge, along with pose lock, and restart animation when a girl climaxes. This has been working for quite sometime and then suddenly stopped working. I loaded an older version of my custom story to make sure I didn't break it myself, and it doesn't work in old versions either. Any tips on what might have caused the issue? It does appear to have started right after the October 25th update. I'm SO close to being done, and this is the last bug to squash. Any help would be much appreciated.
peter980
Posts: 1659
Joined: Thu Feb 15, 2018 1:50 am

Re: Last Update broke something

tonicmole wrote: Tue Oct 29, 2024 3:53 am In my custom story I made it where the girls have repeated orgasms until the player climaxes. I did so by adding an orgasm value equals 0, and remove orgasm recharge, along with pose lock, and restart animation when a girl climaxes. This has been working for quite sometime and then suddenly stopped working. I loaded an older version of my custom story to make sure I didn't break it myself, and it doesn't work in old versions either. Any tips on what might have caused the issue? It does appear to have started right after the October 25th update. I'm SO close to being done, and this is the last bug to squash. Any help would be much appreciated.
I'm pretty sure that is how it works in the Original Story too.
Can you check if it works there and what happens using debug log, and see how it differs from your script?
tonicmole
Posts: 16
Joined: Fri Jun 28, 2024 4:32 am

Re: Last Update broke something

The sex animation reset still works, as well as zeroing out the orgasm meter. However after that their Orgasm Meter is locked at zero as if the removing Orgasm Recharge isn't working.

Update: I found a work around that might work better. Same as before, but I have a value that adds 1 when the girl first orgasms that triggers them to orgasm at a set interval. It's less prone to getting them locked into an animation once the player stops. A little more complicated, but works good. Only draw back is that it works independent of their OrgasmSensitivity.
mattrife
Posts: 1
Joined: Tue Nov 05, 2024 8:32 pm
Contact:

Re: Last Update broke something

Have you read carefully the October 25th patch notes for any mentions of changes to character animations, pose locking, or scripting functions? Sometimes, developers include small changes that might affect custom scripts, especially around character interactions and animations.
Post Reply