For now, there is only the 3 'bad' endings in the game, and you're probably stuck on the 3rd one, so here's some advises in this case:is there only 1 ending right now? and is there anything i can do to avoid this ending?
Otherwise the coming update (which should arrive soon) will add 4 more endings, 3 'good' and 1 hidden.Copy/paste of the answer I gave to the same problem: 'Broken' is the 3rd 'bad' ending, that you get automatically for 2 possible reasons:
The first case is hard to get honestly, so I would look into the second one, which in this case you just have to load an older save and solve the Jarvis problem on the first or second occasion, either by not giving in into his bullying; asking for help with one of the cops (if you're romancing him); using his son Bill to get help; or even fully ignore the problem.
- Bad ratio of 'Sadness'/'Happiness'.
- Not having solved the Jarvis problem and ending up morally broken by him as Myriam chose to service him to avoid more trouble.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "game/notification.rpy", line 205, in execute
screen affection_screen():
File "game/notification.rpy", line 205, in execute
screen affection_screen():
File "game/notification.rpy", line 206, in execute
frame:
File "game/notification.rpy", line 214, in execute
vbox:
File "game/notification.rpy", line 215, in execute
hbox:
File "game/notification.rpy", line 218, in execute
for k in range(number_col) :
File "game/notification.rpy", line 218, in <module>
for k in range(number_col) :
TypeError: 'float' object cannot be interpreted as an integer
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\core.py", line 2218, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\core.py", line 2748, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\displayable.py", line 434, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\screen.py", line 480, in visit_all
callback(self)
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\core.py", line 2748, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\screen.py", line 491, in per_interact
self.update()
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\screen.py", line 700, in update
self.screen.function(**self.scope)
File "game/notification.rpy", line 205, in execute
screen affection_screen():
File "game/notification.rpy", line 205, in execute
screen affection_screen():
File "game/notification.rpy", line 206, in execute
frame:
File "game/notification.rpy", line 214, in execute
vbox:
File "game/notification.rpy", line 215, in execute
hbox:
File "game/notification.rpy", line 218, in execute
for k in range(number_col) :
File "game/notification.rpy", line 218, in <module>
for k in range(number_col) :
File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\revertable.py", line 266, in revertable_range
return RevertableList(range(*args))
TypeError: 'float' object cannot be interpreted as an integer
Windows-10-10.0.26200 AMD64
Ren'Py 8.3.7.25031702
Project Myriam Life and Explorations ch5.12+p
Wed Nov 26 07:28:40 2025
Download the new version of the game, the problem was fixed after the one you're using, you're on ch5.12, and now we're on ch.end.01a (with even ch.end.02 coming in today in early access).Just for info: the Affection tab crashes the game.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00gamemenu.rpy", line 174, in script $ ui.interact() File "renpy/common/00gamemenu.rpy", line 174, in <module> $ ui.interact() File "game/notification.rpy", line 205, in execute screen affection_screen(): File "game/notification.rpy", line 205, in execute screen affection_screen(): File "game/notification.rpy", line 206, in execute frame: File "game/notification.rpy", line 214, in execute vbox: File "game/notification.rpy", line 215, in execute hbox: File "game/notification.rpy", line 218, in execute for k in range(number_col) : File "game/notification.rpy", line 218, in <module> for k in range(number_col) : TypeError: 'float' object cannot be interpreted as an integer -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/00gamemenu.rpy", line 174, in script $ ui.interact() File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\ast.py", line 834, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\python.py", line 1187, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gamemenu.rpy", line 174, in <module> $ ui.interact() File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\ui.py", line 301, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\core.py", line 2218, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\core.py", line 2748, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\displayable.py", line 434, in visit_all d.visit_all(callback, seen) [Previous line repeated 1 more time] File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\screen.py", line 480, in visit_all callback(self) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\core.py", line 2748, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\screen.py", line 491, in per_interact self.update() File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\display\screen.py", line 700, in update self.screen.function(**self.scope) File "game/notification.rpy", line 205, in execute screen affection_screen(): File "game/notification.rpy", line 205, in execute screen affection_screen(): File "game/notification.rpy", line 206, in execute frame: File "game/notification.rpy", line 214, in execute vbox: File "game/notification.rpy", line 215, in execute hbox: File "game/notification.rpy", line 218, in execute for k in range(number_col) : File "game/notification.rpy", line 218, in <module> for k in range(number_col) : File "F:\ProjectMyriamLifeandExplorations-ch5.12+p-pc\renpy\revertable.py", line 266, in revertable_range return RevertableList(range(*args)) TypeError: 'float' object cannot be interpreted as an integer Windows-10-10.0.26200 AMD64 Ren'Py 8.3.7.25031702 Project Myriam Life and Explorations ch5.12+p Wed Nov 26 07:28:40 2025
As always, a big thank you to everyone for all their love and support! ^^- 3400+ lines of new code and 352 new renders.
- 4 new ending scenes (2 paramours, 1 general 'spicy' and 1 hidden) .
- No more new choices... (we're now on the consequences of them ^^ ).
- Some more naughty content (4+ subscenes, the + for the potential weird one more for the hidden ending, if it's your thing ^^ ).
- Added a potential save for people locked on the 3rd 'bad' ending (though the save necessitate a little bit of 'Willpower', 50 to be exact).
There is no "chapter 1". There's Chapter 5.12 which covers the entire story from Ch, 1 all the way up to the endings.Do we need chapter 1 in order to play thee next chpter ?
So What part of "There's no chapter 1" Didn't You understand, Captain Oblivious? Load the fricckin' game, CHAPTER 5.12, which Contains CHAPTERS 1-1.12, CHAPTER 2-2.12, CHAPTER 3-3.12, CHAPTER 4-4.12 AND CHAPTER 5-5.12. You'll start Chapter 1 when you Start the game and continue to the END. There, your question's answered. You're Welcome. Similac & Pampers.ok, thanks Captain Obvious but you still didnt answer my question
I think you're asking about a different game altogether.I give up, if your so anal retentive over what chapter the game is as a whole, then I'll get more answers from talking to the wall. What I'm asking is do you have to play th first part of the game to play the second part of the game or is the second part (new release) a stand alone ? Is that clear enough for you ?
Where in the OP do you see a new part ?No this one, I have already played it and removed to make room for other games I am currently playing. I waas wondering if I need any files from the 1st part in order to play the new part ?
Just download the last version of the game, there are no parts, nobody understands what you're talking about. If you played the game before, saves are probably still on your computer so you'll be able to continue your journeyNo this one, I have already played it and removed to make room for other games I am currently playing. I waas wondering if I need any files from the 1st part in order to play the new part ?
You don't need anything else but the new version, I always share the game as a whole (though you might find some links with 'upload only' made by modders, but it's generally clearly stated).No this one, I have already played it and removed to make room for other games I am currently playing. I waas wondering if I need any files from the 1st part in order to play the new part ?
right here - https://f95zone.to/threads/project-...tions-ch-end-01a-p-zorlun.66806/post-18739776Where in the OP do you see a new part ?
sorry didnt realize Capt Obvious wa an insult, thought people on a porn site would be harder then thathere is only one game. It's not split in parts. (BTW,That's what doccop63 was telling you in his post, but apparently you felt the need to start insulting him)
Finally, someone gets it,Thank YouIf you played the game before, saves are probably still on your computer so you'll be able to continue your journey
You don't need anything else but the new version, I always share the game as a whole (though you might find some links with 'upload only' made by modders, but it's generally clearly stated).
So all you need is to download the game, your save are all stocked in your doc files like most Ren'Py games.
Though before going back to the game, you might want to wait for the new update going public (around December 3rd), for now it's only in early access.
right here - https://f95zone.to/threads/project-...tions-ch-end-01a-p-zorlun.66806/post-18739776
That post refers to an updated version of the game. Just like all the ones before, it continues where the previous ended and requires you need to download the entire game again. There is no "update only" patch involved. Most Ren'Py game dev's don't go that route and require that you download the game anew.
sorry didnt realize Capt Obvious wa an insult, thought people on a porn site would be harder then that
Good manners cost nothing. But what comes around, goes around, doesn't it.
Finally, someone gets it,Thank You
Your original post was "Do we need chapter 1 in order to play thee next chpter ?", which is an entirely different question than "can I continue where I stopped playing if I download the new version even though I deleted the previous one I played.", which is apparently what you meant. But instead of clarifying, you started insulting the poster who answered truthfully to your original question, as if he was at fault for your inability to express yourself properly.