Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Cheat Downloading from Cheat Manager #535

Open
NumanTF2 opened this issue Jan 17, 2025 · 0 comments
Open

[Feature Request] Cheat Downloading from Cheat Manager #535

NumanTF2 opened this issue Jan 17, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@NumanTF2
Copy link

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

@NumanTF2 NumanTF2 added the enhancement New feature or request label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant