Quick bugfixes for v0.66. Please don't try and use these for 0.65a, I'm pretty sure at least some of them would break something. I'll probably find a few more bugs before the thread is updated anyway, and I'll just keep updating this post as I find things and fix them.
Just copy these rpy files into the /game/ folder under your Futa Experiment directory (overwrite the existing files), and it should automatically compile them and include the changes the next time you start the game. Again though, these are for v0.66, if that's not the version you have, please do not use these or it may break your game.
Bug fixes (as of April 13th)
Just copy these rpy files into the /game/ folder under your Futa Experiment directory (overwrite the existing files), and it should automatically compile them and include the changes the next time you start the game. Again though, these are for v0.66, if that's not the version you have, please do not use these or it may break your game.
Bug fixes (as of April 13th)
- The variable `hisher` was not being set properly, causing a crash in two specific scenes.
- Samantha's Gym event was not triggering when you are working in the Gym. (`Gym_work_Samantha` was left out of the `gym_work_events` list.)
- The two dinner events weren't calling `sex_stats_checker` after setting the current character to Cass or Anita, causing your girlfriend to react in ways she shouldn't have.
- If you skipped the intro, after selecting the difficulty the game would cut to a specific event with Tina and your girlfriend in the bathroom. (I'm guessing this was something the developer was using to test the new scene, which should have been pulled out before release.)
- The locations of all the different characters weren't being set at the very start of the first day, because of the way the intro script ended. This could cause a crash if you tried calling your girlfriend before leaving your room, and the end of the intro script also prevented you or your girlfriend from absorbing any cum you were exposed to during the intro until the next night, because it didn't use the normal method for making the player sleep.
- One bathroom event with Tina was incorrectly using OH_Grope instead of OH_grope in an if statement, causing an exception.
- The gym was missing the "_naughty" versions of the <whoever>_and_OH RandomEventLists. (All of the random events could trigger, the missing lists just sometimes caused an exception error.)
- The new hypnosis event between Samantha and your girlfriend wasn't included on the _naughty event list, making it impossible for it to trigger once Samantha's relationship with your GF was too high.
- Fixed a bug that was causing both versions of Samantha's new hypnosis event to play, one after the other.
- The name of one of the events in Cafe_visit_events_Darcy_and_OH_naughty RandomEventList had been copied over by the name of the event list itself. Fixed.