From 875baa28055f583dae5d72ac46f039a2bed69651 Mon Sep 17 00:00:00 2001 From: TGP17 <86961834+TGP17@users.noreply.github.com> Date: Thu, 10 Aug 2023 00:22:26 +0200 Subject: [PATCH] Update citra.json Change .mod command to .hack and create .modding command for game modding --- src/responses/citra.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/responses/citra.json b/src/responses/citra.json index b37d064..bc93065 100644 --- a/src/responses/citra.json +++ b/src/responses/citra.json @@ -16,8 +16,9 @@ "canary": { "reply": "The Nightly build of Citra contains already reviewed and tested features. If you require support with the installation or use of Citra, or you want to report bugs you should use this version.\n\nThe Canary build of Citra is the same as our Nightly builds, with additional features that are still waiting on review before making it into the official Citra builds. We will not provide support for issues found only in this version. If you believe you’ve found a bug, please retest on our Nightly builds. Both versions are still in development, so expect crashes and bugs."}, "cheats": { "reply": "Looking to add cheats? Here's how:\n\n**Desktop**\nThere are two ways to access the Cheats menu:\n1. Right click on your game in Citra's game list, then select `Properties`, and select the `Cheats` tab. \n2. After launching your game, go to `Emulation > Configure Current Game > Cheats tab`\n\nSelect **Add Cheat**, enter the name of your cheat code and the cheat code itself into the relevant boxes, and select **Save**. To enable the cheat code, tick the box next to the name of the cheat code in the `Available Cheats` list.\n\n**Android**\nLaunch your game, then press the Back button to open Citra's in-game menu, and select the `Open Cheats` option. Select the `+` button on the bottom right, then enter the name of your cheat code and the cheat code itself into the relevant boxes. Press Ok, and then press the arrow button on the top left to return to the Cheats menu. Activate the Cheat code.\n\n Cheats are stored in the gateway format. A sample collection of cheats are located at "}, "keys": { "reply": "Users need to provide encryption keys to use encrypted ROMs on Citra. Please follow the __AES Keys guide__ to provide the keys needed. "}, - "mod": {"reply": "To mod your 3DS, please follow the __3DS hacking guide__: \nYou will need a way to read an SD card on your device, such as a built in reader or an adapter."}, + "hack": {"reply": "To mod your 3DS, please follow the __3DS hacking guide__: \nYou will need a way to read an SD card on your device, such as a built in reader or an adapter."}, "multiplayer": {"reply": "Please refer to our __multiplayer setup guide__: "}, + "modding": {"reply": "Please refer to our __game modding guide__: "}, "portable": {"reply": "Go to and select `Manual download`. Then under **Nightly Build**, click on your operating system's icon to the right of the latest build available to download the build.\nExtract it (.7z can be extracted using Winrar or 7zip) and put it wherever you wish. Inside the extracted `nightly-mingw` folder, create a folder called `user`. This Citra should now store all of its config, save files and such inside of this `user` folder.\nCheck to make sure that this `user` folder is in the same folder that contains `citra-qt(.exe)`\nNow run the `citra-qt` executable found inside of the `mingw` folder."}, "ios": {"reply": "Citra does not have an official iOS version because iOS is a complicated operating system to develop for. We currently do not have any developers with an interest in developing for this platform. There are some iOS forks of Citra, however they are not supported by us."}, "piracy": {"reply": "*Citra* is legal, we don't support illegal activities. Dumping your purchased games from your 3DS is legal. Downloading them is not.\n\nRefer to our __game dumping guides__. \nFor Cartridges: \nFor Installed Titles: \nTo dump DLC and Updates, use this guide and install the results through `File -> Install CIA...`\n\nAlso, please refresh yourself on the <#417321837916192779> you agreed to when you joined this server."},