gmdz

Member
Feb 4, 2019
158
101
Loaded 0.91 and when at clubhouse with three bikers, get a "Bruce is not defined" exception if you choose "Stay."
Other path seems to proceed.
Did I screw up?
Starting a new game and continuing from "the last chapter" fixes it.
 
  • Like
Reactions: fannum

muddypuddles

New Member
Oct 1, 2024
3
2
Loaded 0.91 and when at clubhouse with three bikers, get a "Bruce is not defined" exception if you choose "Stay."
Other path seems to proceed.
Did I screw up?

seems dev didnt set a variable correctly. You can fix it yourself if you go into the game folder and open script.rpy with an editor like notepad++. Then use ctrl+f, search for seeinngBruce. Change that to seeingBruce, and it will fix the error.
 
  • Like
Reactions: fannum

muddypuddles

New Member
Oct 1, 2024
3
2
There's another variable not set correctly if you start the game from a fresh save. This will cause you to miss the new scene with Toby. You can fix it the same way. Go into the game folder and open script.rpy with an editor like notepad++. Then use ctrl+f, search for *"Have some fun with Toby":* (remove the '*' ) then add this right below it *$ gaveTobyBJ = True* (again remove the '*'). Save the document, and open the game. Either start a new save or load up a save from right before Aimee is under Toby's desk. Continue playing until after the scene at the biker bar when Aimee is trying on the outfit they gave them and then Toby will text Aimee asking to come into his office
 
3.20 star(s) 18 Votes