ymws

New Member
Jan 25, 2023
1
1
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, new update!
Reactions: Alea iacta est

Ostego

Well-Known Member
Jul 30, 2018
1,777
3,026
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,079
2,586
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

Well-Known Member
Jul 30, 2018
1,777
3,026
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
5
1
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
19
5
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) 221 Votes