Last Update broke something
Forum rules
Please follow all Eek! Forum rules.
Please follow all Eek! Forum rules.
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.
Re: Last Update broke something
I'm pretty sure that is how it works in the Original Story too.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.
Can you check if it works there and what happens using debug log, and see how it differs from your script?
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.
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.
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.