gregers

Forum Fanatic
Dec 9, 2018
5,101
6,610
I searched for a bit and couldn't really find an answer. The prisoners content hasn't happened yet, right? Is it gonna be one of the ending paths? Because I do remember going through the troubled youth scenes on the beach so I was wondering if I missed something.
1) Right.
2) Maybe.
3) You're good. No further developments there that I remember.
 
  • Like
Reactions: Xill and Zorlun

CharleyT

Active Member
Jun 12, 2018
814
358
View attachment 2517964
Project Myriam: Life and Explorations [Ch.5.12+P] Walkthrough Multi Mod
Check features to learn more about the Mod.
Features:
You don't have permission to view the spoiler content. Log in or register now.

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


Download: - - ANDROID by estrada777

As always, if you like the game, please show your support for the Dev, .
If you like my work, please consider supporting me on my or , check my .
I've always used this Mod before without issue, but now when I add it, it's breaking the game, and I don't know why. ‍♂
 

Zorlun

Creating Naughtiness!
Donor
Game Developer
Feb 19, 2020
1,879
13,774
I can't emphasize enough how much I used to love this game (and to some extent, I still do). I used to eagerly await every update. However, the most recent updates have been underwhelming, short and filled with what feels like unnecessary filler content. For example, do we really need nearly 20 renders and a wall of text just to watch Myriam shop for groceries?


Don't get me wrong, I understand that these scenes add to the overall polish and depth of the visual novel. But when these filler moments are the UPDATE alongside the occasional scene with a love interest that you might not even get to see depending on your choices.. it starts to feel disappointing. In my opinion, all of that should be bundled into a more substantial, cohesive update.


Now we’re left with a cliffhanger. And while it is intriguing, it honestly feels like Myriam's arc has been stretched too thin. At this point, it’s starting to lose its impact. Personally, I think it’s time for the dev to focus on wrapping up the story, whether that means ending it with her becoming a pornstar, getting married, dying... whatever. Then, maybe start fresh with a new project.


That said, I still give this VN a 5-star rating. I truly enjoyed my time with it, despite the recent frustrations.
I get that, though the overly menial shopping was there for a reason and on purpose, to give you a break neck on the violent end. ^^

After that it's ending chapter, with main event first, resolving the end of chapter 5 and then the multiple endings depending on the player choices, which will all mainly have naughty business and conclusion.
Yeah I saw this. It's crashing because the number of people in the affection list is no longer evenly divisible by 8.

Easiest way to fix:

Delete game/notification.rpyc (it will rebuild automatically)

Then edit game/notification.rpy in any text editor. On line 2, add "import math" after "init python" like this:
Python:
init python:
    import math
    #positiveColor add the "good" color to increased stats (green)
    # rest of file goes on as before
Now find the function named "screen affection_screen():" ... we're going to change the way the "number_col" variable is built with the math library's ceiling function. From this:
Python:
        $number_col = len(discoveries["Characters"])/length_col
to this:
Python:
        $number_col = math.ceil(len(discoveries["Characters"])/length_col)
Adding math.ceil( before the call to the length function, and ) after. Don't forget that closing parenthesis.

Save the file and run the game. It will automatically rebuild the rpyc compiled version of the file, and the affection menu will now work.
Thanks a lot, I bookmarked your message and will have a look when I come back from my vacations.
I searched for a bit and couldn't really find an answer. The prisoners content hasn't happened yet, right? Is it gonna be one of the ending paths? Because I do remember going through the troubled youth scenes on the beach so I was wondering if I missed something.

Also, I honestly think it's a good thing this game is ending, as much as we'd like to have more of it. Because this game is one of the best, if not the best FMC games when it comes to the amount of choices you can make that also isn't filled to the brim with bad ends aka "illusion of choice". We all know what happens to such ambitious games here anyway, so I'd rather have a game with tons of content and a satisfying conclusion. I know that I'll be playing it again after it's finished. Multiple times even.
The prisoner event gave me some headaches, I kept rewriting it and my last iteration will be for the endings as a possible event for those that made the choice early in game.
 

cooldevo

Active Member
Jan 30, 2021
811
942
So I'm just getting around to trying this one out, and am trying to understand how the characters around Myriam work. We can gain affection with them, but is there actually any reason to do so other than gated lewd scenes? Or will there be any more (semi-)serious relationship development with them?

As there's over 34+ characters with affection being tracked, I suspect many of them will not be around for much of the story?

Edit: I just got into Chapter 2, for clarification.
 
Last edited:

Aplyr_ro

Newbie
May 14, 2022
38
34
It's been a while since I played this game, I remember the author divided the zoo and so paths to different downloads or are they merged again? I'm askin bcs I want to play again
 
4.40 star(s) 214 Votes