From 4f2774a1005ae79e90b2e0dab8703e4a471872d4 Mon Sep 17 00:00:00 2001 From: Dragios Date: Wed, 21 Dec 2016 07:12:27 +0800 Subject: [PATCH 1/2] Update quotes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added markups to highlight important words for Discord and update Pokémon games status quotes. Also change some sentences. --- config/default.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config/default.json b/config/default.json index 15db3b3..79406e7 100644 --- a/config/default.json +++ b/config/default.json @@ -2,18 +2,18 @@ "commandPrefix": ".", "logChannel": null, "clientLoginToken": null, - "pmReply": "Please refer to our frequently asked questions. ", + "pmReply": "Please refer to our **Frequently Asked Questions**. ", "quotes": { - "faq": { "reply": "Please refer to our frequently asked questions. " }, - "requirements": { "reply": "Please refer to our frequently asked questions. The only requirements for Citra is a GPU that supports at least OpenGL 3.3 and a 64-bit OS, but you definitely want a processor with the highest possible performance per core. "}, - "roms": { "warn": true, "reply": "Please read our community rules. Warez/downloading games talk is prohibited. To prevent legal issues, you may not post links or refer to any kind of ROM, NAND, ISO, game, or other copyrighted material that has been illegally obtained or shared. "}, - "dump-game": { "reply": "Please refer to our game dumping guides. & "}, - "dump-system": { "reply": "Please refer to our system dumping guide. "}, - "pokemon": { "reply": "Here is the current status of Pokemon games on our emulator. All games require a home-folder dump. \nPokemon X&Y: Crashes in several places.\nPokemon OR&AS: Better stability, crashes in Petalburg Woods\nPokemon S&M: Best stability, crashes when defeating the last boss."}, - "alpha": { "reply": "Citra is currently in very early stages of development. Games usually run less than full-speed even on the best computers. Expect bugs and glitches to appear in most games. Many features of more stable emulators are still in the works. For any major updates, please check "}, - "updates": { "reply": "You can see our latest updates on Github. "}, - "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 and system files from your 3DS is legal. Downloading them is not."}, - "building": { "reply": "Please refer to our building guides.\nWindows: \nOSX: \nLinux: "} + "faq": { "reply": "Please refer to our **Frequently Asked Questions**. " }, + "requirements": { "reply": "Please refer to our **Frequently Asked Questions**. The only requirements for Citra is a GPU that supports at least OpenGL 3.3 and a 64-bit OS, but you definitely want a processor with the highest possible performance per core. "}, + "roms": { "warn": true, "reply": "Please read our __community rules__. Warez/downloading games talk is strictly prohibited. To prevent legal issues, you are not allowed to post links or refer to any kind of ROM, NAND, ISO, game, or other copyrighted material that has been illegally obtained or shared. "}, + "dump-game": { "reply": "Please refer to our __game dumping guides__. & "}, + "dump-system": { "reply": "Please refer to our __system dumping guide__. "}, + "pokemon": { "reply": "Here is the current status of the most popular Pokémon games on our emulator. All games stated here requires a home-folder dump. \nPokémon X/Y: Crashes in several occurence. Also missing most sound effects and music.\nPokémon OR/AS: Fully playable\nPokémon S/M: Playable up to a certain extent. Black screen will occur after defeating the Champion."}, + "alpha": { "reply": "*Citra* is currently in very early stages of development. Games usually run less than full-speed even on the best computers. Expect bugs and glitches to appear in most games. Many features for a more stable emulation are still in the works. For any major updates, please visit "}, + "updates": { "reply": "You can check our latest updates on *Github*. "}, + "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 and system files from your 3DS is legal. Downloading them is not."}, + "building": { "reply": "Please refer to our building guides.\nWindows: \nmacOS: \nLinux: "} } } From 4e9dc64c9b9c765cc94f086bda274371acf3f594 Mon Sep 17 00:00:00 2001 From: Dragios Date: Wed, 21 Dec 2016 07:32:39 +0800 Subject: [PATCH 2/2] Added missing markups --- config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.json b/config/default.json index 79406e7..36120e0 100644 --- a/config/default.json +++ b/config/default.json @@ -9,7 +9,7 @@ "roms": { "warn": true, "reply": "Please read our __community rules__. Warez/downloading games talk is strictly prohibited. To prevent legal issues, you are not allowed to post links or refer to any kind of ROM, NAND, ISO, game, or other copyrighted material that has been illegally obtained or shared. "}, "dump-game": { "reply": "Please refer to our __game dumping guides__. & "}, "dump-system": { "reply": "Please refer to our __system dumping guide__. "}, - "pokemon": { "reply": "Here is the current status of the most popular Pokémon games on our emulator. All games stated here requires a home-folder dump. \nPokémon X/Y: Crashes in several occurence. Also missing most sound effects and music.\nPokémon OR/AS: Fully playable\nPokémon S/M: Playable up to a certain extent. Black screen will occur after defeating the Champion."}, + "pokemon": { "reply": "Here is the current status of the most popular *Pokémon* games on our emulator. All games stated here requires a home-folder dump. \n**Pokémon X/Y:** Crashes in several occurence. Also missing most sound effects and music.\n**Pokémon OR/AS:** Fully playable\n**Pokémon S/M:** Playable up to a certain extent. Black screen will occur after defeating the Champion."}, "alpha": { "reply": "*Citra* is currently in very early stages of development. Games usually run less than full-speed even on the best computers. Expect bugs and glitches to appear in most games. Many features for a more stable emulation are still in the works. For any major updates, please visit "}, "updates": { "reply": "You can check our latest updates on *Github*. "}, "download": { "reply": "Please only download from the official *Citra* website, as downloading from other sources is not supported here. "},