diff --git a/config/default.json b/config/default.json index 15db3b3..36120e0 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. \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. "}, + "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: "} } }