EraRamp

Active Member
Aug 26, 2019
768
1,714
308

Hey, guys! How's it going? It's time to share the latest news with you.
PROGRESS STATUS

It's time to tell you about three more scenes from the upcoming update that I'm sure you'll enjoy.
This update will continue the story in the office. The system administrator has new missions for Gretta and John.
We've got a scene you haven't seen before in our game! Monica faces big threats in ShinyHole.
And how can we forget about Victoria? Because Victoria doesn't forget about Monica and will always be ready to remind her of her debt.
This is the largest update ever! We already have over 7000 lines of dialogue, making this chapter one of the most extensive in Monica's history. The number of artworks is growing rapidly. We've already created more than 500 colorful illustrations, and that's just for two scenes. Animations haven't been overlooked either. From update to update, I've been striving to increase not only their quantity but also their quality. In this update, you'll find animations in nearly every scene.

Well, that's all the news for now. I'm already hard at work on what I'll tell you about in the next Weekly Report.

Thank you so much for your support.
Don't show this news to Ostego;)
 

ymws

New Member
Jan 25, 2023
1
1
13
Some scenes have already unlocked by modifying source code, but cannot be replayed.
These scenes have a common feature: no blue border.
I read the code a bit and it seems that the developer did not provide the corresponding gallery details.
such as :
Code:
    achievements_list = {
        "Betty" : [
        .................
            ["10206", "", "gallery_10206"],
            ["10245", "", "gallery_10245"],
            ["20385", "", "gallery_20385"],
            ["19312", "", False],
            ["19338", "", False],
            ["19285", "", False]
            .................
May I ask if any players have any solutions?
version: ep2 v16
 
  • Yay, update!
Reactions: Alea iacta est

Ostego

Engaged Member
Jul 30, 2018
2,323
3,915
398
Some scenes have already unlocked by modifying source code, but cannot be replayed.
These scenes have a common feature: no blue border.
I read the code a bit and it seems that the developer did not provide the corresponding gallery details.
such as :
Code:
    achievements_list = {
        "Betty" : [
        .................
            ["10206", "", "gallery_10206"],
            ["10245", "", "gallery_10245"],
            ["20385", "", "gallery_20385"],
            ["19312", "", False],
            ["19338", "", False],
            ["19285", "", False]
            .................
May I ask if any players have any solutions?
version: ep2 v16
Achievements.rpy
\game\Quests

in last lines of code change to True

def get_achievement(achLabel):
if persistent.achievements.has_key(achLabel) and persistent.achievements[achLabel] == True:
return True
return True
 
Last edited:

agn25

Well-Known Member
Nov 20, 2017
1,402
3,159
445
Does anyone think he is ever going too admit that ep4v1 was half arsed? I hope he is sincere in saying v2 will be the biggest update ever. It needs to be to make up for the previous update. Anyway I hope everyone is doing well. I will start posting again if the next update is worthy of a Decent Monkey update.
 

Ostego

Engaged Member
Jul 30, 2018
2,323
3,915
398
According to 9 scenes anounced by DM for v.2


  1. Shiny Hole
  2. Secret scene :KEK:
  3. Philip
  4. Vika and Monica
  5. Admin in the office
  6. Grace
  7. The house with Ralph
  8. Meeting of investors - new outfit for Monica
  9. Meeting of investors - starting of wedding catings. Presentation of judge. New photosession with one of investors.
The last 2 points are my guess.
Main scenes would be:
Shiny Hole, Investors (i`ll count them as one), House route (i`ll predict game end in some choices)
 

poop2467

New Member
Nov 9, 2021
6
1
109
I have the same problem. The only solution I found is to copy the savegame folder to another directory. Empty caches, delete data and reinsert folders. It's stressful, but it's my only solution so far. hope could help you ;)
When i try to copy the files they just show 0B
 

Threesome

Newbie
Jul 18, 2021
30
6
132
i use app explorer it allows to write to android/data that other file management doesn't allow, i copy the folder android/data/fb/file to sd archive, then i delete the app data from the settings and then i copy the folder from sd to the same location, and it works
 
3.50 star(s) 241 Votes