We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
Like a download cheats button in the cheat manager of a game.
QoL
Easy to download cheats and graphics/resolution cheats
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: