Piratefishes

Active Member
Jul 24, 2022
761
667
Delete the game and download the original unpachted version again.
Your patched saves won't load and cause an error. Load one of your unpachted saves, they should be fine. :)
(to remove old saves: Go to "Load game" hover with your mouse over the savegame and then press delete )
 
  • Like
Reactions: DonyeSrien

MrSuspicious

Member
Apr 14, 2023
115
263
Anyone know how to delete the game and start over. I downloaded a patch and can't get the game back to original.
If its something simple like the taboo patch that only consists of one file, you can just go into the /game folder and delete it. Any patches that replace original game files however isnt so simple and the easiest way to do it is to just delete it all and redownload the unpatched game
 
  • Like
Reactions: DonyeSrien

DonyeSrien

New Member
Mar 12, 2021
4
1
I deleted the game and downloaded it again, but my saves were still working. Then Stacy is still referred to as sister.
 

Cartageno

Devoted Member
Dec 1, 2019
8,822
14,959
If its something simple like the taboo patch that only consists of one file, you can just go into the /game folder and delete it. Any patches that replace original game files however isnt so simple and the easiest way to do it is to just delete it all and redownload the unpatched game
I deleted the game and downloaded it again, but my saves were still working. Then Stacy is still referred to as sister.
Yeah, one thing about this game which in most cases is a service comes to your hindrance here: once you started a game with the patch, Stacy will stay your sister so you don't have to download and "install" (copy) the patch with each update.

There probably is a console command I don't know to change the relationship status but this save is "contaminated".
 
  • Like
Reactions: DonyeSrien

DonyeSrien

New Member
Mar 12, 2021
4
1
Is there anyway to restart the game completely? I wanted to start over anyway. Kinda rushed though the story. I did try deleting all of the saves but the bonus context still remains, even after i deleted everything and downloaded week one again.

Does the game save data somewhere else on my computer?
 

MrSuspicious

Member
Apr 14, 2023
115
263
Yeah, one thing about this game which in most cases is a service comes to your hindrance here: once you started a game with the patch, Stacy will stay your sister so you don't have to download and "install" (copy) the patch with each update.

There probably is a console command I don't know to change the relationship status but this save is "contaminated".
That would be as simple as reversing the contents of the script i'd imagine.
So for example the taboo.rpy file reads:
Python:
init 4 python:
    set_special(True)
    is_antagonist_mode = True
So my assumption is you would simply have to change it to
Python:
init 4 python:
    set_special(False)
    is_antagonist_mode = False
Then just run the game once and then you can delete the file as well as its corresponding .rpyc file. Although more complicated it would be a potentially better option for those with slower internet connections. But this is only really faesible for this simple style of patch, more complex things like the multi mods would be harder to remove manually. What I tend to do for this is keep a copy of the original game archive, which is the most optimal solution if you can spare the space. That way you can just re-extract it.

Also will note that if my assumption about reversing the script is wrong someone please do inform me, i've coded in python for nearly 9 years now so i'm plenty familiar with it but idk how different renpy stuff is from core python
 

sanmal

Active Member
Jul 30, 2017
500
267
Can anyone upload a full save for the Extended version? I can't complete the Mini-game on Android.
 

sjxndnfn

New Member
Feb 15, 2023
5
3
i Extracted the file but game doesnt working i checked from task manager its opening but suddenly closing back not shown at taskbar
 

Ianwarein

New Member
Apr 1, 2023
5
4
I had the same issue, and day 21 was available for me on the non extended version my assumption is the extended version with day 21 is out there on patreon or something but isn't here yet, idrk. Day 21 is only for non extended atm
Which game version are you using ? If it's Ver 2.6.25 it's normal. Day 21 appears in ver 2.7.14
 

MrSuspicious

Member
Apr 14, 2023
115
263
Which game version are you using ? If it's Ver 2.6.25 it's normal. Day 21 appears in ver 2.7.14
It was the extended edition, which is still on 2.6.25 which is why i couldn't do day 21. I didn't know the extended version was behind at the time.
 
4.00 star(s) 186 Votes