ZenGarden

Well-Known Member
Oct 1, 2017
1,698
3,217
anyone with working patch?
yup but it still say damaged or it doesnt exist

Try the below -

In the 'game' folder, create a file named 'patch.rpy'. Open the file, and paste the following EXACTLY -

Python:
init -998 python:
    patched = True
This is all there is to the patch.

PS - make sure your file extensions aren't hidden so it gets named 'patch.rpy.txt' :) Windows is dumb like that.
 
Last edited:
  • Yay, update!
Reactions: mugen1145

H2R

Well-Known Member
Jul 9, 2020
1,289
382
Try the below -

In the 'game' folder, create a file named 'patch.rpy'. Open the file, and paste the following EXACTLY -

Python:
init -998 python:
    patched = True
This is all there is to the patch.

PS - make sure your file extensions aren't hidden so it gets named 'patch.rpy.txt' :) Windows is dumb like that.
how do i make a file ?
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,685
3,144
how do i make a file ?
If using Windows, open Windows Explorer, navigate to the folder named 'game' then in the right-hand window right-click and choose: New -> Text Document.
Name it patch.rpy (not patch.rpy.txt) then open it with preferably Notepad++ and add the contents as Zengarden noted.
 
  • Like
Reactions: ZenGarden

ZenGarden

Well-Known Member
Oct 1, 2017
1,698
3,217
how do i make a file ?
I'm not sure now if you're just trolling, but I'll assume you're being honest - if you are using Windows, open the 'game' folder, and then right-click and select 'New', then 'Text Document' -

1609545266016.png

Name it 'patch.rpy', then open it, paste in my code snippet above, save, and then close the file.
 
  • Like
Reactions: H2R

TheSidewinder

Well-Known Member
Mar 31, 2020
1,685
3,144
didnt work
Can you attach a screenshot of the file (from Windows Explorer) in the 'game' folder of the VN? Make sure the screenshot includes the entire Explorer window so the path and full filename can be seen.
 

ZenGarden

Well-Known Member
Oct 1, 2017
1,698
3,217
didnt work
Please confirm the file is in the correct directory - the 'game' folder IN the folder where you have Midnight Paradise installed.

If it IS there, when you started the game, did a new file get created in the 'game' folder called 'patch.rpyc'? If NOT, then your file is actually named 'patch.rpy.txt', which won't work.
 

TheSidewinder

Well-Known Member
Mar 31, 2020
1,685
3,144
Well that's baffling...... ok, can you please right click that file, open with Notepad (or preferably Notepad++) then screenshot its contents and attach that in a reply?
 

ZenGarden

Well-Known Member
Oct 1, 2017
1,698
3,217
Go to the VIEW menu of that folder - you need to check the 'file name extensions' box circled below -
1609549165132.png

You'll see that this file has a '.txt' extension. Remove that.

EDIT - you may want to also remove/delete the patch.rpyc file from this folder. If the names aren't patched, you want it to rebuild the rpyc file.
 
Last edited:

TheSidewinder

Well-Known Member
Mar 31, 2020
1,685
3,144
Go to the VIEW menu of that folder - you need to check the 'file name extensions' box circled below -
View attachment 966917

You'll see that this file has a '.txt' extension. Remove that.

EDIT - you may want to also remove/delete the patch.rpyc file from this folder. If the names aren't patched, you want it to rebuild the rpyc file.
Oh, good call. I missed that the .rpyc file had a creation time that was something "AM" but the .rpy file was something "PM", and the hover text said it was a .txt file.
 
3.60 star(s) 345 Votes