Cthulhu87

Newbie
Jun 4, 2017
60
37
Yup, enjoyed it(though apparently I missed making a deal with one of the Carnations), though now that cliffhanger hit me like a semi.

This is probably asked a lot, but as a new addition to the people that love this game, what's the update frequency?
 

Richard Jordan

New Member
Nov 29, 2020
4
6
Yup, enjoyed it(though apparently I missed making a deal with one of the Carnations), though now that cliffhanger hit me like a semi.

This is probably asked a lot, but as a new addition to the people that love this game, what's the update frequency?
Typically 3-4 months between updates.
 

ename144

Engaged Member
Sep 20, 2018
3,208
13,378
New Dev Diary today. Let's get that out of the way before we get on to the scrumptious numbers.
You don't have permission to view the spoiler content. Log in or register now.

In the 22 days since our last update, it looks like GIL has created 388 statics and 20 animations. That's an average of roughly 124 statics and 6.4 animations per week, noticeably above the overall average of 104 statics and 2.7 animations per week since work on Update 3 began. Here are the charts:
You don't have permission to view the spoiler content. Log in or register now.
I'd say we're still about a month away from a full sized update in roughly 1 month, at least as far as static pictures go. We're about a month away from Update 1's animation count, too, which is likely a better baseline than Update 2 thanks to TD's time off. So with any luck we'll be able to learn what makes Felicia tick in time for Christmas.

I was a little worried the "mini" update would grow into a ravenous adult after TD and GIL brought it home; it's a common occurrence. But such is life. I expect the wait will eventually be worth it and we'll all be happy.

I'm not quite sure why we get an image of what appears to be Victoria and the MC on a boat in a lake (an image which I teasingly left out of the post), but I'm certainly game to find out. I'm also definitely looking forward to seeing where Mina and Ian go next. So it's going to be tough to wait, but hopefully we won't have to be patient too much longer.
 

Miraak11th

Member
Jun 19, 2020
357
224
So, I get this error when I want to load my save in the new game:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in 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 "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\transition.py", line 47, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\python.py", line 1815, in rollback
self.load_failed()
File "D:\Busy\Pale Carnations_0.3.2_B_#\renpy\python.py", line 1733, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Pale Carnations Ch3Up2
Tue Nov 09 09:18:35 2021
 

kirkkis

Newbie
Jul 2, 2020
19
36
So, I get this error when I want to load my save in the new game:

I'm sorry, but an uncaught exception occurred.

While running game code:
----
When this happen I usually just load the previous autosaves or normal saves until one of them works, and then just hold Ctrl to skip to the point where I was at.
 

Miraak11th

Member
Jun 19, 2020
357
224
When this happen I usually just load the previous autosaves or normal saves until one of them works, and then just hold Ctrl to skip to the point where I was at.
Yeah, I found out that they made a new scene during de card game with Felicia, Mina and Killian. Probably the reason why my save didn't work. But thanks for answering anyway! (y);)
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,182
14,225
Totally off-topic, but the name Mutt & Jeff always reminds me of .
 
  • Haha
Reactions: AwsHen

Jhonnny6969

New Member
Apr 30, 2020
4
7
Hey, I just started playing the game today, based on the reviews and my little playtime the game seems great. I wonder why there are no videos in porn pages? I find that odd, judging on the high quality I've seen so far
 

itfod

Member
Apr 16, 2021
487
318
Hey, I just started playing the game today, based on the reviews and my little playtime the game seems great. I wonder why there are no videos in porn pages? I find that odd, judging on the high quality I've seen so far
Honestly, couldn't say. It is an excellent game, and it's got amazing sex scenes, but I think it's incredibly story-driven too, so maybe the porn streamers can't be bothered going through all the story to get to the content.

Plus, maybe they just don't wanna spoil some of the storyline for people. Who can say?
 
  • Like
Reactions: Jhonnny6969

ATPoseidon

New Member
Feb 24, 2018
10
1
I hate this type of Changelog/Version implementation. What is Chapter 3? Is it the 3rd installment of the game, do I need to download the previous 2 Chapters separately? Is it all one big game? Is Chapter 3 the halfway point, or is it barely started?

The game is clearly good, one of the highest rated around here, but this otherwise minor gripe is a real pet peeve of mine.
 
4.90 star(s) 477 Votes