Thousands of Models Streaming Live — Join Free! Click Here!
x

Vitklim

Active Member
Feb 22, 2018
910
1,324
347
Right, I've been sluggishly drudging through this game for a few hours now, and I can confidently say this.

Anyone who creates looped stories like this is a maniac. Not only is the pace slower than probably any other game I ever played, not only do you need to carefully manage a ton of variables on each run that are poorly explained at best, the entire progression system is just trial and error x100.
Despite liking the artstyle (and size of boobs), I am very much considering just giving the fuck up on playing this game because without any actual engaging gameplay, it just feels like I'm wasting my time cycling through the same events, getting maybe 2-3 new variations per run.

I like VNs, I like the artstyle, but when playing the game feels like beating your head against the wall, I don't think I can look past that.

P.S. I would appreciate any recommendations on other games with excessively large boobs in the same vein. I probably heard of most of those by now, but hey, maybe I missed some.
 

Bill Temple

Active Member
May 20, 2021
840
3,094
377
Right, I've been sluggishly drudging through this game for a few hours now, and I can confidently say this.

Anyone who creates looped stories like this is a maniac. Not only is the pace slower than probably any other game I ever played, not only do you need to carefully manage a ton of variables on each run that are poorly explained at best, the entire progression system is just trial and error x100.
Despite liking the artstyle (and size of boobs), I am very much considering just giving the fuck up on playing this game because without any actual engaging gameplay, it just feels like I'm wasting my time cycling through the same events, getting maybe 2-3 new variations per run.

I like VNs, I like the artstyle, but when playing the game feels like beating your head against the wall, I don't think I can look past that.

P.S. I would appreciate any recommendations on other games with excessively large boobs in the same vein. I probably heard of most of those by now, but hey, maybe I missed some.
This post might be useful to you:
https://f95zone.to/threads/cabin-by-the-lake-v0-10d-nunu.98169/post-8365646
 

selius

Member
Oct 7, 2017
220
229
228
so twice now i've loaded a save and it's literally wiped all my progress.

the first time it happened, i went into the renpy save folder and deleted the entire thing to start fresh

so, on a brand new game, making ALL the choices all over again, loading a save broke everything and undid all my work

shit sux
 

Someone

Well-Known Member
Jun 3, 2017
1,076
1,317
328
So... you join a thread. See something you dislike. And... decide to engage. Instead of going "Hm, this is not for me, I'm gonna ignore it". And you protect this view?

Congratulations, you're the same type of idiot as the first one I was referring to.

I hate some stuff with a passion, such as loli. If I see a game containing loli, I don't post "I FUCKING HATE LOLI" in that thread. I close it, make a mental note of what said thread was called and never go back to it.

Which, let's face it, is the best way to interact with these kinds of things. Posting about how you hate something in a thread makes you an idiot or a troll. Probably both, actually.
I can understand leaving a disappointed comment. Coming back constantly to complain instead is just stupid.
I too sometime feel like leaving a complaint to certain games. Mostly gender bend, cause as a matter of fact 99% of gender bend games would be perfectly enjoyable, and even better, without the gender bend mcguffin. It just ruin it. But after my duty is done is very unlikely you'll ever see me again in that thread.
 
Feb 8, 2019
32
11
155
Hey was playing the newest update and quit out to take a break. When I tried to reload my new saves it broke. Here's the code.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'
Create a file like myPatch.rpy ('myPatch' may be almost anything, but '.rpy' as suffix is mandantory) with this content
Code:
init 999 python:
  def addCommonEvent(s):
     if not s in commonEvents:
          commonEvents.append(s)
in the game directory!
At least it worked for me. (Win10)
 
  • Like
Reactions: trektant

Demoness_Kiss

Forum Fanatic
Jun 9, 2017
5,642
8,016
781
Create a file like myPatch.rpy ('myPatch' may be almost anything, but '.rpy' as suffix is mandantory) with this content
Code:
init 999 python:
  def addCommonEvent(s):
     if not s in commonEvents:
          commonEvents.append(s)
in the game directory!
At least it worked for me. (Win10)
better tell to the dev ^^
 

Nunu312

Smut Peddler
Game Developer
Jul 25, 2018
742
2,080
388
Create a file like myPatch.rpy ('myPatch' may be almost anything, but '.rpy' as suffix is mandantory) with this content
Code:
init 999 python:
  def addCommonEvent(s):
     if not s in commonEvents:
          commonEvents.append(s)
in the game directory!
At least it worked for me. (Win10)
Thanks for pointing this out. Obviously losing save progress is an unacceptable bug. I have tried my first hit at a hot fix which should be out now, but I do like what you've done better.

At the end of the day, I blame Renpy jank.
 

Wills747

Engaged Member
Dec 14, 2018
2,638
5,753
718
Hi all my compressed unofficial Android port of Cabin By The Lake v0.10d
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.

Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!

Mega
Updated my Android port to 0.10d
 
  • Like
Reactions: u z i

whitecode

Member
Nov 1, 2017
303
623
318
Just tried this game, very interesting concept I must say, and executed pretty well. I especially liked how Hailey becomes involved with the game through every corruption.
Though only a weekend is a very small timeframe, I would suggest some future event which would extend the duration of the stay (eg. abnormal weather condition), or a part two storyline at a different location or same location but returning.
 

HTYYHRK

Member
Dec 7, 2018
375
615
257
The "Texting Hailey" Corruption 1 events still show up as available when she's at the house with Corruption 2 (as in the "Corruption 1" text is green), maybe additionally the requirement text should read Corruption = 1 or something like that.
 

Skode

Well-Known Member
Mar 9, 2020
1,643
2,547
447
How do you do Haily corruption 2? The ingame guide doesnt cover it for some reason (its blank)
 
Feb 8, 2019
32
11
155
Thanks for pointing this out. Obviously losing save progress is an unacceptable bug. I have tried my first hit at a hot fix which should be out now, but I do like what you've done better.

At the end of the day, I blame Renpy jank.
If you do so, the code is a copy from another part of the game. (script.rpy)
Please consider to remove it there.
As far as I can overview the code, addCommonEvent() is redefined every weekend.
Best regards
tdk
 

Nobodysan

Newbie
Mar 11, 2021
48
38
142
Thanks for all your work, Nunu! I hate to say, but I was playing the bugfix version and have a (I think new) bug report:

You don't have permission to view the spoiler content. Log in or register now.

Hiccups aside, keep up the good work! Like I said in a review, I'm always looking forward to your next update.
 
  • Like
Reactions: Nunu312
4.20 star(s) 80 Votes