piratekyng

Newbie
Nov 3, 2017
29
12
143
Anyone else having problems with the guide just giving errors rather than showing you the paths from convo choices?
 

Nunu312

Smut Peddler
Game Developer
Jul 25, 2018
742
2,080
388
Anyone else having problems with the guide just giving errors rather than showing you the paths from convo choices?
The guide is prone to me making minor spelling mistakes and such. Can you show me the error so I can fix them?
 

Mr.Heartbeat

Member
Dec 19, 2020
294
332
199
Seems interesting, gonna play once the game is finish

How long before the game finished its development?
 

Nunu312

Smut Peddler
Game Developer
Jul 25, 2018
742
2,080
388
Seems interesting, gonna play once the game is finish

How long before the game finished its development?
My original plan was that I'd be able to knock the game out in a year or so (from launch)... Well that's not going to happen. The complexity of several of the games systems required building some quality of life stuff into the game which has slowed down development a lot from my heady days as a fresh faced developer. I was probably being very hopeful with my initial estimate.

At the same time, last week I went full time and there are now several people that are helping me write.

The short answer is that the game is still probably about a year away from completion. I don't plan on this being a forever game, it has an end. I will probably still add in fun things to the game as I think of them after moving, primarily, on to my next project but Cabin will be finished.

How do you get the spanking scene with Sami?
The spanking scene is currently rather specific. It springs from a point where Sami is jealous enough (2 jealousy) to go through your stuff and if she finds someone panties (in this case Haily's, which you can get from her C1 if on friday you name her with the themes of Family and Random). One of the results of the following scene is a spanking.
1658616004203.png
 

Mr.Heartbeat

Member
Dec 19, 2020
294
332
199
My original plan was that I'd be able to knock the game out in a year or so (from launch)... Well that's not going to happen. The complexity of several of the games systems required building some quality of life stuff into the game which has slowed down development a lot from my heady days as a fresh faced developer. I was probably being very hopeful with my initial estimate.

At the same time, last week I went full time and there are now several people that are helping me write.

The short answer is that the game is still probably about a year away from completion. I don't plan on this being a forever game, it has an end. I will probably still add in fun things to the game as I think of them after moving, primarily, on to my next project but Cabin will be finished.
Wish you good luck then and i am looking forward when the game has finished its development.
 

blackmetal

Active Member
Nov 15, 2018
566
406
228
ANYONE GOT A SAVE FOR THE CURRENT VERSION AS MY HARD DRIVE IS SKETCHY AND MY SAVE IS CORUPT I HAS A NEW HDD JUST CANT BE ARSED PLAYING FROM THE BEGINING AGAIN FOR THE THIRD TIME
 

blackmetal

Active Member
Nov 15, 2018
566
406
228
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/common/00start.rpy", line 274, in script
python:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 278, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 344, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3276, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4110, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 720, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1297, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1297, in event
rv = super(Window, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/layout.py", line 1090, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 770, in load
roots, log = loads(location.load(filename))
File "renpy/loadsave.py", line 63, in loads
return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'addCommonEvent'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Cabin by the Lake 0.10d
Sun Jul 24 11:07:52 2022
 

ReaperMania

Member
Aug 8, 2020
327
145
207
My original plan was that I'd be able to knock the game out in a year or so (from launch)... Well that's not going to happen. The complexity of several of the games systems required building some quality of life stuff into the game which has slowed down development a lot from my heady days as a fresh faced developer. I was probably being very hopeful with my initial estimate.

At the same time, last week I went full time and there are now several people that are helping me write.

The short answer is that the game is still probably about a year away from completion. I don't plan on this being a forever game, it has an end. I will probably still add in fun things to the game as I think of them after moving, primarily, on to my next project but Cabin will be finished.



The spanking scene is currently rather specific. It springs from a point where Sami is jealous enough (2 jealousy) to go through your stuff and if she finds someone panties (in this case Haily's, which you can get from her C1 if on friday you name her with the themes of Family and Random). One of the results of the following scene is a spanking.
View attachment 1942582
How do you get her to jealous 2?
 

Emelie

Newbie
May 20, 2021
26
72
137
ANYONE GOT A SAVE FOR THE CURRENT VERSION AS MY HARD DRIVE IS SKETCHY AND MY SAVE IS CORUPT I HAS A NEW HDD JUST CANT BE ARSED PLAYING FROM THE BEGINING AGAIN FOR THE THIRD TIME
There is a bug with loading files in the current version, but somebody made a fix for it real fast:

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)
With that you should be able to continue with your own save, since it's the system not the data that's being weird.
 

petertavy

Member
Aug 21, 2020
106
21
86
Apology if this is a known problem, I cannot find anything relevant
in this thread...

After a lot of grind, I reach a monday with alex love 6, jenny 5 & haily 3.
But then the next Friday, all this love has vanished & they are all 0.
please, is this supposed to happen? is there any way to prevent this?
thank you.
 

LoneKaiser

Active Member
Dec 10, 2017
583
483
241
Apology if this is a known problem, I cannot find anything relevant
in this thread...

After a lot of grind, I reach a monday with alex love 6, jenny 5 & haily 3.
But then the next Friday, all this love has vanished & they are all 0.
please, is this supposed to happen? is there any way to prevent this?
thank you.
It's a time loop game and most stuff resets at the end of the loop, including those things.

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

And my savefile is corrupted so woot! I only had nearly everything...

Not blaming anyone, not sure what caused it though.
 
May 19, 2020
97
346
194
How do you get her to jealous 2?
Idk if you've already figured this out, but getting Sami to jealousy 2 revolves pretty heavily around how close you are to Alex. Off the top of my head, on later stages of Alex's corruption (C2 and above I think) Sami gets 1 jealousy off the bat from how Alex interacts with the MC on Friday. You can gain 1 jealousy by going to movie night on Saturday and sitting next to Jenny rather than Sami.

You can also get 1 jealousy if Haily is at C2 and actually at the house by letting Haily take Sami's bags instead of doing it yourself on Friday, but that doesn't help because you need Haily at C1/not at the house in order for her to send you her panties, which leads to the spanking scene with Sami.

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

I'm sure there are other opportunities I'm missing, these are just the ones I remember right now.
 
  • Like
Reactions: RoughlySpecific

Bill Temple

Active Member
May 20, 2021
840
3,095
377
Idk if you've already figured this out, but getting Sami to jealousy 2 revolves pretty heavily around how close you are to Alex. Off the top of my head, on later stages of Alex's corruption (C2 and above I think) Sami gets 1 jealousy off the bat from how Alex interacts with the MC on Friday. You can gain 1 jealousy by going to movie night on Saturday and sitting next to Jenny rather than Sami.

You can also get 1 jealousy if Haily is at C2 and actually at the house by letting Haily take Sami's bags instead of doing it yourself on Friday, but that doesn't help because you need Haily at C1/not at the house in order for her to send you her panties, which leads to the spanking scene with Sami.

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

I'm sure there are other opportunities I'm missing, these are just the ones I remember right now.
I think asking Lin for help with Sami yields another 1 or 2 jealousy points via her BJ bluff.
 
  • Like
Reactions: possibilities4774

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
25,017
17,571
1,038
It should be called:
Cabin by the over inflated tractor trailer tire tits.o_O
 

ben akeba

Active Member
May 9, 2018
996
988
229
Apology if this is a known problem, I cannot find anything relevant
in this thread...

After a lot of grind, I reach a monday with alex love 6, jenny 5 & haily 3.
But then the next Friday, all this love has vanished & they are all 0.
please, is this supposed to happen? is there any way to prevent this?
thank you.
only world corruption is kept (if you select said coruption modification before turning back time ^^)
 
4.20 star(s) 80 Votes