CestGod

New Member
May 8, 2021
13
3
You can only have 8 hints active at a time. So either you have too many people checked, or you need to do something first. Have you started delivering pizzas? Have you seen Angel on the news with the fam?
It's the latter, I think.
Haven't delivered any pizza.
Have seen Angel on news.
 

markus_ac

New Member
Nov 20, 2018
11
1
I loved playing this Game. Can someone tell me what Games are similar to this one?
Thanks
Markus
 
Last edited:

_mad

Newbie
Feb 2, 2022
26
4
Look in the game's "savegames" folder and you'll see a .sav file. That's the file I'll need in order to fix it.
the file is too big I can't paste it.
I have to paste the contents of the last savage, right?
 
Last edited:

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,243
8,678
Here is your fixed save back. Claire is now at 100% in her achievements.

Right click on the file, select "Save link as...". Make sure the file name is "Piero_294_-_07.08.sav" (remove the numbers before "Piero"). Now select "Save as type" and change it to "All files". Then save the file to your hard drive.

Next, replace the original save with the fixed copy and reload your save in the game.
 

Sycho

Conversation Conqueror
Respected User
May 9, 2018
7,243
8,678
I followed the procedure but it looks the same
Ok, do this instead, since it's the only thing that you need in your game to complete the bonus ending.

Open your save in Notepad or any text editor you prefer.
Search for the following string: achievement_yoga_6
Add a blank line above that, then paste the following to your save:
Code:
        <Flag>
          <Name>achievement_yoga_5</Name>
          <Value>1</Value>
          <ResetTime>0</ResetTime>
          <ResetTimer>0</ResetTimer>
        </Flag>
It needs to look exactly like this:
Code:
        <Flag>
          <Name>achievement_yoga_5</Name>
          <Value>1</Value>
          <ResetTime>0</ResetTime>
          <ResetTimer>0</ResetTimer>
        </Flag>
        <Flag>
          <Name>achievement_yoga_6</Name>
          <Value>1</Value>
          <ResetTime>0</ResetTime>
          <ResetTimer>0</ResetTimer>
        </Flag>
Save the file, then reload the save in your game.
 
4.20 star(s) 266 Votes