[Feature Request] Cheat Downloading from Cheat Manager #535

Closed
opened 2025-01-17 17:58:39 +00:00 by NumanTF2 · 0 comments
NumanTF2 commented 2025-01-17 17:58:39 +00:00 (Migrated from github.com)

Overview

there should be an option to download game and version specific cheats. there is a seperate db. https://github.com/HamletDuFromage/switch-cheats-db. https://github.com/HamletDuFromage/switch-cheats-db/blob/master/cheats contains game cheats and https://github.com/ChanseyIsTheBest/NX-60FPS-RES-GFX-Cheats/tree/main/titles contains graphics and resolution and performance like 60fps mod or 21:9. the format for these are https://github.com/ChanseyIsTheBest/NX-60FPS-RES-GFX-Cheats/blob/main/titles/[TITLEID]/cheats/[BUILDID].txt for gfx-res-60fps and https://github.com/HamletDuFromage/switch-cheats-db/blob/master/cheats/[TITLEID].json for game cheats

for the json file. it is structured like this

{
"[BUILDID]": {
"[CHEATNAME]": "[CHEATNAME]\n[MEMORY1]\n[MEMORY2]\n[MEMORY3]\n\n",
},
"[BUILDID2": {
"[CHEATNAME]": "[CHEATNAME]\n[MEMORY1]\n[MEMORY2]\n[MEMORY3]\n\n",
},
}

the text file is already readable by ryujinx

Smaller details

Like a download cheats button in the cheat manager of a game.

Nature of request

QoL

Why would this feature be useful?

Easy to download cheats and graphics/resolution cheats

### Overview there should be an option to download game and version specific cheats. there is a seperate db. https://github.com/HamletDuFromage/switch-cheats-db. https://github.com/HamletDuFromage/switch-cheats-db/blob/master/cheats contains game cheats and https://github.com/ChanseyIsTheBest/NX-60FPS-RES-GFX-Cheats/tree/main/titles contains graphics and resolution and performance like 60fps mod or 21:9. the format for these are https://github.com/ChanseyIsTheBest/NX-60FPS-RES-GFX-Cheats/blob/main/titles/[TITLEID]/cheats/[BUILDID].txt for gfx-res-60fps and https://github.com/HamletDuFromage/switch-cheats-db/blob/master/cheats/[TITLEID].json for game cheats for the json file. it is structured like this { "[BUILDID]": { "[CHEATNAME]": "[CHEATNAME]\n[MEMORY1]\n[MEMORY2]\n[MEMORY3]\n\n", }, "[BUILDID2": { "[CHEATNAME]": "[CHEATNAME]\n[MEMORY1]\n[MEMORY2]\n[MEMORY3]\n\n", }, } the text file is already readable by ryujinx ### Smaller details Like a download cheats button in the cheat manager of a game. ### Nature of request QoL ### Why would this feature be useful? Easy to download cheats and graphics/resolution cheats
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MeloNX/Ryujinx-ryubing#535
No description provided.