Python Script that detects mission fails or deaths, and replaces your savegame with a 1% save that brings you back to mission 3
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features without permission from or credit to me
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission or crediting me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
I've become obsessed with permadeath gamemodes over the last year, and finally got fed up enough to come up with my own (very jank) way of adding it to a ton of games. The files include instructions and a python script that analyzes your monitor and searches for text. When it finds the mission fail text "E FROM CHECKPOINT" in this case, it closes your game and copies a 1% save file (Feel free to replace it with whatever starting point you desire) over your current save. This is probably not the best way to do this, but I don't have the technical skill to do it a different way, and this method is easy for me to modify to work with a ton of games!
Instructions:
Download python from the windows store (this saves you some jank later)
type into CMD: python -m pip install pyautogui mss pillow pytesseract OR Install: https://pyautogui.readthedocs.io/en/latest/install.html https://pypi.org/project/mss/ https://pypi.org/project/pillow/ https://pypi.org/project/pytesseract/
Copy TPP1%save folder into your C:\Program Files (x86)\Steam\userdata\(your profile)\311340\remote
Open MGSVPermadeath.py with a text editor of some kind
Change YOURPROFILE to your steam profile numbers (check C:\Program Files (x86)\Steam\userdata\) DONT LEAVE THE PARENTHASES
Open MGSVPermadeath.py
if it closes right away, right click and open with python 3.1 or whatever version you have.
if you see "Script started. Permadeath ACTIVE" it is working
This script functions by looking for the mission fail text, so it takes a moment after you lose before it works.
If you fail the mission for ANY REASON the script will fire, so keep that in mind, AS WELL AS HAVING THE TEXT ON SCREEN! DON'T LEAVE THE FILE OPEN OVER YOUR MAIN MONITOR WHILE ITS RUNNING!