Right click your mouse, on save game screen is a walkthrough button that provides hints. There were several times I had to keep napping over and over to get to the time needed for next objective.im stuck after buying a house
They are all Dakota ones.I reached the end of chapter 4, but I am still missing several scenes. How do I unlock the last 7 scenes of page 9 of the gallery?
Thanks!They are all Dakota ones.
The last one in line 1 is a variation of meeting Dakota at the lake on a Monday, Wed, Fri.
The three in the middle line - you need to go to the abandoned house after Dakota asks you to meet her there.
Last Line - ask Dakota or Diane to go play blackjack (on a Saturday only I think) it's a new variation for after Dakota has lost her virginity.
Last one is staying in the barn to protect the ranch.
Thanks PiggyNose, for some reason, I thought 0.72 was just a bug fix and went to check if those 2 scenes had opened in the gallery and was very pleasantly surprised to find more content. Also, thank you very very much for giving me Jane back so quickly, very much appreciated. And Sarah was a lovely touch.Updated links, hope you like them!
firstTime=True
via console and then accept, everything happens as expected.label chapter2_scene12x:
#$persistent.CG39_unlocked = True
if firstTime == True:
$clariceSc6 = True
stop music fadeout 1.0
$renpy.music.play("audio/sensual_music.ogg", loop=True)
show ch2mhsc12x_img1
with dissolve
hide ch2mhsc12x_img1
show ch2mhsc12x_img2
with dissolve
cl "I don't want my sister to see me with a dick in my pussy..."
hide ch2mhsc12x_img2
show ch2mhsc12x_img3
with dissolve
cl "Let's go deeper into the woods."
hide ch2mhsc12x_img3
$renpy.sound.play("audio/fucking.ogg", loop=True)
show ch2mhsc12x_img4
with fade
mc "Ayiana could appear at any moment..."
cl "This is so exciting."
hide ch2mhsc12x_img4
$firstTime = False
$poseView = 1
show screen sexButtons # This never happens if the scene is triggered when firstTime=False
Brooks in Wild West/game$ grep -R firstTime *.rpy | wc -l
718
Search forum for "Universal_Gallery_Unlocker_2023-04-03_ZLZK"pls galleryunlock
Are you playing with 0.72 or 0.70 (I thought he fixed that bug in the 0.72 version, unless it was a different one and I am misremembering).PiggyNose : Hit a weird bug in chapter 2.
TL;DR: Seems the trouble is that the controls for the post fishing sex scene are only put on screen during that firstTime setup. Otherwise you hit a bug where you play the animation, but don't have any controls.
Longer summary:
When fishing for the first time with Clarice/Ayiana during my first playthrough, I follow the path to the NSFW scene. However I get stuck in a permanent loop. Troubleshooting via the console shows that firstTime is set to False, even when playing through the entire game again from scratch.This leads to playing the looping animations, but with no controls or way to back out or move forward in the game.
Manually loading a save prior to the scene at the Prompt for accepting the scene and checking shows firstTime set to False, as mentioned. If I manually setfirstTime=True
via console and then accept, everything happens as expected.
Looking at the code, it seems that the glitched firstTime variable is the only real cause for the issue. And that's simply because it bypasses the normal control setup.
firstTime seems like a frequently reused variable, so not sure what might have caused it to be tripped False when it should have been True during this interaction.Code:label chapter2_scene12x: #$persistent.CG39_unlocked = True if firstTime == True: $clariceSc6 = True stop music fadeout 1.0 $renpy.music.play("audio/sensual_music.ogg", loop=True) show ch2mhsc12x_img1 with dissolve hide ch2mhsc12x_img1 show ch2mhsc12x_img2 with dissolve cl "I don't want my sister to see me with a dick in my pussy..." hide ch2mhsc12x_img2 show ch2mhsc12x_img3 with dissolve cl "Let's go deeper into the woods." hide ch2mhsc12x_img3 $renpy.sound.play("audio/fucking.ogg", loop=True) show ch2mhsc12x_img4 with fade mc "Ayiana could appear at any moment..." cl "This is so exciting." hide ch2mhsc12x_img4 $firstTime = False $poseView = 1 show screen sexButtons # This never happens if the scene is triggered when firstTime=False
Code:Brooks in Wild West/game$ grep -R firstTime *.rpy | wc -l 718
Anyway, great game so far, just wanted to report the bug!
Are you playing with 0.72 or 0.70 (I thought he fixed that bug in the 0.72 version, unless it was a different one and I am misremembering).
Glad I could help. It also has more content at the end too.Good question: And the answer would be 0.70.
I didn't realize there was a hotfix version released! Thanks for the heads up! I would not have noticed that. I'll download and unpack 0.72 and playthrough that variant instead.
I don't even get these two dream sequence scenes.View attachment 4058720 May I ask how these two scenes can be played first?