From cb1d0d5211e3719599ffc547ecc9c580215792cf Mon Sep 17 00:00:00 2001 From: ExsertWizard <44066520+ExsertWizard@users.noreply.github.com> Date: Mon, 10 Aug 2020 10:02:17 -0600 Subject: [PATCH] Add instructions for adding cheats --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 73d4677..ea1145c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -93,7 +93,7 @@ Currently, the Vulkan renderer does not have a disk shader cache. This means tha `IMPORTANT: Since the cache stores parts of the game, we don't condone sharing or downloading these, since it is considered piracy` -### **How do I use mods?** +### **How do I use mods or cheats?** For a list of useful mods for your favorite games, check our database with [Switch Mods](https://yuzu-emu.org/wiki/switch-mods/) To add mods to a specific game, simply right click the game in yuzu's games list, select `Open Mod Data Location` and structure your mod files similar to this example: @@ -102,6 +102,10 @@ To add mods to a specific game, simply right click the game in yuzu's games list _or_ `Mod directory/mod name/exefs` +To add cheats, structure your cheat file similar to the example below: + +`Mod directory/mod name/cheats` + An example of a correctly structured mod directory can be seen below: ![](https://cdn.discordapp.com/attachments/512678820092968971/697113928852963378/Mod_Format.PNG)