RewindPS4
V1.0
This tool creates a proxy server that allows your PS console to connect and download specific versions of PS4 games, effectively enabling game downgrading. Due to game updates, some content may change over time. This tool allows you to play older versions of games.
Complete Guide
This tool is built with a Go backend and a modern GUI powered by Wails and React. You'll need to have Wails installed beforehand, along with some frontend dependencies.
npm install --save baffle
npm install i18next react-i18next i18next-browser-languagedetector
run this tool,'cd' command to go into the main folder,input:
wails dev
Compile to exe:
wails build -clean -o yourexename.exe
You can find it in the 'build/bin' directory.
Previous versions were written in Python, making them easily runnable on macOS or Linux.