4.40 star(s) 77 Votes

flint76

New Member
Aug 14, 2018
6
0
Speaking to her grandpa (and greeting him formally) requuires me to invest in "???" from the future workshop.
But I already have everything from the workshop, and have seen all five endings and the finale.
So i'm not really sure what i'm missing?
its the last trophy you have to have done all the other trophies to get confidence level 41
You don't have permission to view the spoiler content. Log in or register now.
plus the clothing investment then when you walk around town the options with grandpa change greet formally and there you go
 

iamnuff

Well-Known Member
Sep 2, 2017
1,863
1,461
its the last trophy you have to have done all the other trophies to get confidence level 41
You don't have permission to view the spoiler content. Log in or register now.
plus the clothing investment then when you walk around town the options with grandpa change greet formally and there you go
Yeah, the tooltip is wrong. It says to invest in ??? at the future shop, but it actually means the clothing shop.
 

Water Box

Newbie
Aug 7, 2017
54
102
Linux Port (1.25):
Pixeldrain Workupload
Tested On: Endeavor OS (Arch)
This port should also work with non Arch based distros
You don't have permission to view the spoiler content. Log in or register now.
Other Linux Ports
Please message me if there are any problems!

Mac/OSX Port (1.25):

x64 (intel) untested:
Pixeldrain
arm64 (apple silicon) untested:
Pixeldrain
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
Other Mac/OSX Ports
Link gone.
 

putingman

Newbie
Jan 8, 2023
81
11
When I go to the reminiscence room after got all the ending and got the free mode, I see a woman in picture 1. When I interact with her the game seems freeze after few dialogue (picture 2). Is this a bug or what? ssss1.PNG ssss2.PNG
 
Jul 18, 2021
37
25
I've given her like $1,000,000 and I'm having trouble figuring out how to get to max assistance. I think I am at assistance level 9. Also I can't get to the toy shop, it keeps saying I have no business there yet. Any tips or tricks that can help me out?
 

fatotaku

Newbie
Aug 22, 2023
34
11
I've given her like $1,000,000
spend more. lvl 10 seems to be somewhere between 1.7 - 2.5m (actually don't even know if it's based off money, but that's the ballpark of when it triggered for me... when playing unmodified)... unsure exactly how much.
Triggered it at 1.1m this time.
So it doesn't seem to be based off money, but some other condition.
According to the save file, it was already level 10 at ~500k spent, but raw event didn't trigger until 1.1 - 4m depending on some other factor.

Also I can't get to the toy shop
Did you get ending 3 yet?
A bunch of stuff is locked behind ending 3.
1. Lewd Manager
2. Medicine.
3. Old man in book store.
4. Mall special shop (I assume this is what you mean by toy shop).

You will be ported to the shop automatically when you visit the mall once you fulfill all the necessary conditions.
If you were never teleported, you either don't have ending 3, or lack confidence.

Also, if people want to cheat...
You can run these regex on the data folder to:
1. Change jobs repetition. (from 1, 2, 5 to 1, 5, 25; from 1, 2, 5, 10, 20 to 1, 20, 100, 500, 2000)
2. Movies: multiply by 10.
3. Modify vending machine (change all drink AP cost to 1, increase stamina return by x 1000).

This should significantly lessen the grind.

Instructions
1. Open the game folder in a bulk file editor (i.e. Visual Studio Code).
2. Prettify the json files in data folder (shift alt f in VSC) - Edit: this step should no longer be required with the updated pattern, but I can't confirm as I tested on manually edited data file. I no longer have the original as i prettified all the json files in data directory before I started creating this. test2.json is the manually "unprettified" test data I used based off test.json, which is a copy/paste of the relevant element from the prettified data/Mapsxxx.json.
3. Bulk Search and Replace with Regex option (i.e. control + shift + f for Visual Studio Code)
4. Select the Regex option.
5. Open the relevant regex txt file for the change you want to make. It's a regular txt file with 2 sections: 1 - the pattern, 2 - the replacement.
Copy the pattern into the search, and copy the replacement into the replace field.
6.a. If desired, modify the replacement as desired. The replacement in the file is as specified above, but you can change it as you see fit.
7. Click replace all.

For this, VSC is much better to use than, say notepad++, since you can open, search and replace the entire game folder without much fuss.

Edit 2: see post below for the download.
 
Last edited:

izuha

New Member
Apr 3, 2024
4
0
spend more. lvl 10 seems to be somewhere between 1.7 - 2.5m (actually don't even know if it's based off money, but that's the ballpark of when it triggered for me... when playing unmodified)... unsure exactly how much.
Triggered it at 1.1m this time.
So it doesn't seem to be based off money, but some other condition.
According to the save file, it was already level 10 at ~500k spent, but raw event didn't trigger until 1.1 - 4m depending on some other factor.


Did you get ending 3 yet?
A bunch of stuff is locked behind ending 3.
1. Lewd Manager
2. Medicine.
3. Old man in book store.
4. Mall special shop (I assume this is what you mean by toy shop).

You will be ported to the shop automatically when you visit the mall once you fulfill all the necessary conditions.
If you were never teleported, you either don't have ending 3, or lack confidence.

Also, if people want to cheat...
You can run these regex on the data folder to:
1. Change jobs repetition. (from 1, 2, 5 to 1, 5, 25; from 1, 2, 5, 10, 20 to 1, 20, 100, 500, 2000)
2. Movies: multiply by 10.
3. Modify vending machine (change all drink AP cost to 1, increase stamina return by x 1000).

This should significantly lessen the grind.

Instructions
1. Open the game folder in a bulk file editor (i.e. Visual Studio Code).
2. Prettify the json files in data folder (shift alt f in VSC) - Edit: this step should no longer be required with the updated pattern, but I can't confirm as I tested on manually edited data file. I no longer have the original as i prettified all the json files in data directory before I started creating this. test2.json is the manually "unprettified" test data I used based off test.json, which is a copy/paste of the relevant element from the prettified data/Mapsxxx.json.
3. Bulk Search and Replace with Regex option (i.e. control + shift + f for Visual Studio Code)
4. Select the Regex option.
5. Open the relevant regex txt file for the change you want to make. It's a regular txt file with 2 sections: 1 - the pattern, 2 - the replacement.
Copy the pattern into the search, and copy the replacement into the replace field.
6.a. If desired, modify the replacement as desired. The replacement in the file is as specified above, but you can change it as you see fit.
7. Click replace all.

For this, VSC is much better to use than, say notepad++, since you can open, search and replace the entire game folder without much fuss.
Can you give me the better explanation? i don't understand because i don't know how to use vscode, also which file that can be replaced or edited or give me the sample (how to use the vscode) that i can edit by vscode
 

fatotaku

Newbie
Aug 22, 2023
34
11
Can you give me the better explanation? i don't understand because i don't know how to use vscode, also which file that can be replaced or edited or give me the sample (how to use the vscode) that i can edit by vscode
1. install visual studio code. ensure you have explorer integration enabled.
2. right click the encode encore folder in file explorer.
3. select "open with code" in the context menu.
4. press "control + shift + f" to open the "search" panel (appears on the left).
5. click the regex button to the right of the search field (.* button).
6. click the replace button to the left of the search field (search = >, search and replace = v).
7. paste the pattern into the search field.
8. paste the replacement into the Replace field.
9. Click the "replace all" button to the right of the Replace field.

Should look like this picture:
1752115979251.png

Also updated the pattern.
I tested it against the original non-prettified files this time, and noted where it was failing, so fixed it.
You should no longer need to identify the files and prettify them.

This is what it should look like (note, you will not have *copy.json files. They are the original non-prettified files that I restored from the original zip to test my regex. My "Map002 copy.json" file will be the same as your "Map002.json" file as my "Map002.json" file is already prettified.):
1752116449417.png

And this is the expected result (of applying the vendingmachine.txt regex replacement):

1752117886312.png

Job 2 replacement:
1752117995449.png
 
Last edited:
  • Like
Reactions: Riper676

izuha

New Member
Apr 3, 2024
4
0
1. install visual studio code. ensure you have explorer integration enabled.
2. right click the encode encore folder in file explorer.
3. select "open with code" in the context menu.
4. press "control + shift + f" to open the "search" panel (appears on the left).
5. click the regex button to the right of the search field (.* button).
6. click the replace button to the left of the search field (search = >, search and replace = v).
7. paste the pattern into the search field.
8. paste the replacement into the Replace field.
9. Click the "replace all" button to the right of the Replace field.

Should look like this picture:
View attachment 5027931

Also updated the pattern.
I tested it against the original non-prettified files this time, and noted where it was failing, so fixed it.
You should no longer need to identify the files and prettify them.

This is what it should look like (note, you will not have *copy.json files. They are the original non-prettified files that I restored from the original zip to test my regex. My "Map002 copy.json" file will be the same as your "Map002.json" file as my "Map002.json" file is already prettified.):
View attachment 5027936

And this is the expected result (of applying the vendingmachine.txt regex replacement):

View attachment 5027955

Job 2 replacement:
View attachment 5027959
Thanks a lot, now i know what i'll gonna do with it (y)
 

izuha

New Member
Apr 3, 2024
4
0
1752301430479.png 1752301430479.png 1752301430479.png

it is bug? i follow the walkthrough, but when I tried talking to this old man 10 times without moving, nothing happened
 

SG447

New Member
Jan 24, 2025
2
0
After increasing Nenena's assistance to 8, in mall I can't click/walk anywhere, looks like it's a bug
 
4.40 star(s) 77 Votes