Well now... I've run into a slew of bugs, state corruptions, code typos, and just poor code design. Too many to list edit fixes so I've attached the six edited files to this post. Just copy them into the game folder overwriting the originals. Only tested for version 0.81.
These will fix various game crashes and most of the whole remote control of a girl with a gifted toy scenarios. You will be able to prepare Dorothy, Deanna, Maureen, Genie, and Stacy for remote control. You will be able to give the vibrator to Dorothy, the magic wand to Stacy, and they will affect their remote control scenes.
Update I added three new files to fix a Sister Olivia corrupted sermon bug, re-enable the different control actions for Ms. Ross after you get the hand job, and fix the living room scene with Maureen where you call in Deana (you now get a sequence of two scenes with both of them and the possibility of Dorothy peeking).
Update I updated script.rpy
, nun.rpy,
and added locations.rpy
to fix a bug when you meet Crowley (Rhymes with Holy!!!), with waiting for Sister Olivia to do research on the Knights of Confidence, and when Dorothy comes downstairs and meets Crowley (Rhymes with Holy!!!). If you've already started the game (because of the odd initialization system), you may have to use the Console (use UnRen to enable) to initialize a variable: bones_villain_talk=0
Update I added schedule.rpy
to fix a bug that kept Spike from appearing in your shower or living room after you invite her to use your place when she needs it. There is a peek and confidence scene when she is in the shower but there is no content for the living room despite the fact that the location app shows she is there.
Now I understand why you wanted to use the console to get the vibrator since it no longer appears in the store after you give it to Dorothy but it also does not affect her remote control scenes. Use quest_items.add_item(item_vibrator)
to add a vibrator to your quest inventory and quest_items.add_item(item_magic_wand)
to add the magic wand. However, trying to give them to Dorothy or Stacy (respectively) still will not work until you install the attached edited files; or the developer fixes these bugs in a future release.
I do hope y'all find this helpful.