[PR #1173] [MERGED] fix wolf2022 cheats download #1970

Closed
opened 2026-02-27 21:14:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1173
Author: @DanielSvoboda
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (1)

  • 485eb0a fix wolf2022 cheats download

📊 Changes

1 file changed (+76 additions, -41 deletions)

View changed files

📝 src/qt_gui/cheats_patches.cpp (+76 -41)

📄 Description

in short, this will download more wolf2022 cheats if available, not just 1

Before, it only downloaded 1 cheat file from the wolf2022 server,
but there may be more than one file, as in the print below, it only downloaded the file CUSA04885_01.00_wolf2022.json which was made by Tyler, but as you can see in the second print there is another cheat from another author TLH CUSA04885_1.00_wolf2022.json.
The version number does not have the 0 at the beginning and in a way this was ignored.

*this affects 79 games, not just the one I'm showing

Before After

The file name was also added to the message asking if you want to replace it because there is already a file with the same name.
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1173 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`485eb0a`](https://github.com/shadps4-emu/shadPS4/commit/485eb0a4b2c26caa7abac9c6472a9f2c8b216501) fix wolf2022 cheats download ### 📊 Changes **1 file changed** (+76 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/cheats_patches.cpp` (+76 -41) </details> ### 📄 Description in short, this will download more wolf2022 cheats if available, not just 1 Before, it only downloaded 1 cheat file from the wolf2022 server, but there may be more than one file, as in the print below, it only downloaded the file CUSA04885_01.00_wolf2022.json which was made by Tyler, but as you can see in the second print there is another cheat from another author TLH CUSA04885_1.00_wolf2022.json. The version number does not have the 0 at the beginning and in a way this was ignored. *this affects 79 games, not just the one I'm showing <div style="display: flex;"> <img src="https://github.com/user-attachments/assets/35cd6278-7a36-4651-bcf7-0a82bebc9d54" alt="Before" width="400" /> <img src="https://github.com/user-attachments/assets/4c63cc2c-db4f-41ef-be73-df80265768a6" alt="After" width="400" /> </div> The file name was also added to the message asking if you want to replace it because there is already a file with the same name. ![image](https://github.com/user-attachments/assets/0c3111e9-a7c8-4c3c-a6c9-da8e2291105e) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:40 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1970
No description provided.