From d0db0afd2707d6a768fc5d32ef0f54c447e22ec6 Mon Sep 17 00:00:00 2001 From: Efadd <84989803+Efadd@users.noreply.github.com> Date: Sat, 6 May 2023 15:15:17 +0200 Subject: [PATCH 1/4] Update citra.json * Upstream merge error resolution * Python instincts vs json conventions clean-up * Updated Cheats command because I'm in here anyway * Thanks Snake! * Fair, Autumn * Obfuscate how many iOS forks there are --- src/responses/citra.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/responses/citra.json b/src/responses/citra.json index 4519072..6344314 100644 --- a/src/responses/citra.json +++ b/src/responses/citra.json @@ -12,14 +12,14 @@ "download": { "reply": "Please only download from the official *Citra* website, as downloading from other sources is not supported here. "}, "legal": { "reply": "*Citra* is legal, we don't support illegal activities. Dumping your purchased games from your 3DS is legal. Downloading them is not."}, "building": { "reply": "Please refer to our __building guides__.\nWindows: \nmacOS: \nLinux: "}, - "log": { "reply": "For assistance with your issue, please accurately describe the problem and post a log file. The following guide shows how to __get the log file__: "}, + "log": { "reply": "For assistance with your issue, please post a log file. The following guide shows how to __get the log file__: "}, "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 to Citra? Launch your game, head to `Emulation > Cheats` then choose **Add Cheat**. Enter the name of your cheat code and the cheat code itself in the provided boxes. \nOnce the cheat code has been entered correctly, click **Save**. To enable the cheat code, tick the box next to the name of the cheat code in the `Available Cheats` list.\n\nCheats are stored in the gateway format. A sample collection of cheats are located at "}, + "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."}, "multiplayer": {"reply": "Please refer to our __multiplayer setup 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 iOS version because iOS is a \"funky\" operating system to develop for. Therefore, any related videos are scams, and any links are most likely viruses."}, + "ios": {"reply": "Citra does not have an official iOS version yet because iOS is a \"funky\" operating system to develop for. There are some forks, however they are not supported by us."}, "macos": {"reply": "macOS support has been temporarily dropped whilst work on the graphics backend is underway. Please download the last working build for macOS:\n\nDownload `citra-osx-20220901-d380980.tar.gz` from \nExtract the `.tar.gz` file then run `citra-qt`."}, "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."}, "saves": {"reply": "Download Checkpoint and open it on the 3DS. Select the game you want, click L. If you require extdata too, not all games do, press X then press L.\n\nThese will be dumped to /3ds/Checkpoint/saves then either saves or extdata.\n\nLaunch Citra and make sure your game directory is listed on the main screen so the game shows up there. Right click on the game you want then choose Open Save Data Location or Open Extra Data Location. Make sure to launch the game at least once in Citra to create these folders first. \n\nOnce those have been open, just replace any save files in Citra with the ones dumped from your 3DS.\n\nTo reverse this and put a Citra save on the 3DS, work backwards and use R to restore it."}, @@ -39,4 +39,3 @@ "r9": { "reply": ":beginner: **Rule #9:** \nIn case of no written rule — the discretion of moderators shall take precedence."} } } - From 587402c127e63611528ff67dfd92dc8e4986fab3 Mon Sep 17 00:00:00 2001 From: Efadd <84989803+Efadd@users.noreply.github.com> Date: Sat, 20 May 2023 00:11:30 -0500 Subject: [PATCH 2/4] piracy command a la Citra's --- src/responses/yuzu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 1a5d10e..54eca38 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -25,6 +25,7 @@ "shaders": { "reply": "Shader caches store parts of the game when compiling, we don't allow sharing or downloading these, since it is considered piracy."}, "leaks": { "reply": "The discussion of leaks is not allowed. Talking about the game and its mechanics is fine, talking about the leak and playability is not."}, "scam": { "reply": "If you believe that a user is attempting to scam you or others, please report them to discord trust and safety and promptly block them. \nTo report the user, please follow this link . \nFor more information about how to report them, please look here: . \nFinally, if this is the only server you share, please report the user (including screenshots of the conversation) to our moderation team, so that we can address the issue."}, + "piracy": { "reply": "*Yuzu* is legal, we don't support illegal activities. Dumping your purchased games from your Switch is legal, downloading them is not.\n\nPlease reference the __Quickstart Guide__ in order to dump your games, keys, and system files from your Switch for use with yuzu. \n\nPlease refresh yourself on the <#418589661783392267> you agreed to when you joined the server."}, "r1": { "reply": ":beginner: **Rule #1:** \nStay courteous and respectful to others."}, "r2": { "reply": ":beginner: **Rule #2:** \nPiracy is prohibited — Talking about warez/downloading games is prohibited. This includes asking for system files, ROMs, encryption keys, shader caches, and discussion of leaked games etc."}, "r3": { "reply": ":beginner: **Rule #3:** \nDiscussion of leaked games is strictly prohibited — No discussion of leaked games is allowed, unless referring to the content of the game. This should only be discussed with spoiler tags."}, From 99f2f7c87fba142e02def93c494cad242ca2e9a1 Mon Sep 17 00:00:00 2001 From: Efadd <84989803+Efadd@users.noreply.github.com> Date: Sun, 21 May 2023 22:45:24 -0600 Subject: [PATCH 3/4] Update yuzu.json --- src/responses/yuzu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 54eca38..3f01810 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -25,7 +25,7 @@ "shaders": { "reply": "Shader caches store parts of the game when compiling, we don't allow sharing or downloading these, since it is considered piracy."}, "leaks": { "reply": "The discussion of leaks is not allowed. Talking about the game and its mechanics is fine, talking about the leak and playability is not."}, "scam": { "reply": "If you believe that a user is attempting to scam you or others, please report them to discord trust and safety and promptly block them. \nTo report the user, please follow this link . \nFor more information about how to report them, please look here: . \nFinally, if this is the only server you share, please report the user (including screenshots of the conversation) to our moderation team, so that we can address the issue."}, - "piracy": { "reply": "*Yuzu* is legal, we don't support illegal activities. Dumping your purchased games from your Switch is legal, downloading them is not.\n\nPlease reference the __Quickstart Guide__ in order to dump your games, keys, and system files from your Switch for use with yuzu. \n\nPlease refresh yourself on the <#418589661783392267> you agreed to when you joined the server."}, + "piracy": { "reply": "*yuzu* is legal, we don't support illegal activities. Dumping your purchased games and system files from your Switch is legal, downloading them is not.\n\nPlease reference the __Quickstart Guide__ in order to dump your games, keys, and system files from your Switch for use with yuzu. \n\nPlease refresh yourself on the <#418589661783392267> you agreed to when you joined the server."}, "r1": { "reply": ":beginner: **Rule #1:** \nStay courteous and respectful to others."}, "r2": { "reply": ":beginner: **Rule #2:** \nPiracy is prohibited — Talking about warez/downloading games is prohibited. This includes asking for system files, ROMs, encryption keys, shader caches, and discussion of leaked games etc."}, "r3": { "reply": ":beginner: **Rule #3:** \nDiscussion of leaked games is strictly prohibited — No discussion of leaked games is allowed, unless referring to the content of the game. This should only be discussed with spoiler tags."}, From 250d7ef8d8d5b339583839266e945a785b861de7 Mon Sep 17 00:00:00 2001 From: Efadd <84989803+Efadd@users.noreply.github.com> Date: Sun, 28 May 2023 09:22:35 -0500 Subject: [PATCH 4/4] Update yuzu.json --- src/responses/yuzu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/responses/yuzu.json b/src/responses/yuzu.json index 3f01810..06e5cf0 100644 --- a/src/responses/yuzu.json +++ b/src/responses/yuzu.json @@ -25,7 +25,7 @@ "shaders": { "reply": "Shader caches store parts of the game when compiling, we don't allow sharing or downloading these, since it is considered piracy."}, "leaks": { "reply": "The discussion of leaks is not allowed. Talking about the game and its mechanics is fine, talking about the leak and playability is not."}, "scam": { "reply": "If you believe that a user is attempting to scam you or others, please report them to discord trust and safety and promptly block them. \nTo report the user, please follow this link . \nFor more information about how to report them, please look here: . \nFinally, if this is the only server you share, please report the user (including screenshots of the conversation) to our moderation team, so that we can address the issue."}, - "piracy": { "reply": "*yuzu* is legal, we don't support illegal activities. Dumping your purchased games and system files from your Switch is legal, downloading them is not.\n\nPlease reference the __Quickstart Guide__ in order to dump your games, keys, and system files from your Switch for use with yuzu. \n\nPlease refresh yourself on the <#418589661783392267> you agreed to when you joined the server."}, + "piracy": { "reply": "*yuzu* is legal, we don't support illegal activities. Dumping your purchased games and system files from your Switch is legal, downloading them is not.\n\nPlease reference the __Quickstart Guide__ in order to dump your games, keys, and system files from your Switch for use with yuzu. \n\nAlso, please refresh yourself on the <#418589661783392267> you agreed to when you joined the server."}, "r1": { "reply": ":beginner: **Rule #1:** \nStay courteous and respectful to others."}, "r2": { "reply": ":beginner: **Rule #2:** \nPiracy is prohibited — Talking about warez/downloading games is prohibited. This includes asking for system files, ROMs, encryption keys, shader caches, and discussion of leaked games etc."}, "r3": { "reply": ":beginner: **Rule #3:** \nDiscussion of leaked games is strictly prohibited — No discussion of leaked games is allowed, unless referring to the content of the game. This should only be discussed with spoiler tags."},