More actions
(Created page with "{{Infobox 3DS homebrew | title = DiscordCTR | image = https://dlhb.gamebrew.org/3dshomebrew/DiscordCTR.jpeg|250px | type = Other Apps | version = WIP | licence = Mixed | autho...") |
No edit summary |
||
Line 12: | Line 12: | ||
<youtube>JbRQZErSkkI</youtube> | <youtube>JbRQZErSkkI</youtube> | ||
IF YOU DON'T WANT YOUR DISCORD ACCOUNT BANNED, YOU SHOULD STOP USING 3DISCORD RIGHT NOW! SOURCE ONLY! | === IF YOU DON'T WANT YOUR DISCORD ACCOUNT BANNED, YOU SHOULD STOP USING 3DISCORD RIGHT NOW! SOURCE ONLY!=== | ||
= DiscordCTR = | = DiscordCTR = | ||
DiscordCTR is a Discord client for the 3DS using Secure WebSockets for communication. | DiscordCTR is a Discord client for the 3DS using Secure WebSockets for communication. | ||
= Dependencies = | == Dependencies == | ||
* [https://github.com/smealum/ctrulib/tree/5725ec2dedfffb2ee721dd8cddb3d24c288f452f ctrulib#5725ec2dedfffb2ee721dd8cddb3d24c288f452f] | * [https://github.com/smealum/ctrulib/tree/5725ec2dedfffb2ee721dd8cddb3d24c288f452f ctrulib#5725ec2dedfffb2ee721dd8cddb3d24c288f452f] | ||
* [https://github.com/xerpi/sf2dlib/tree/ac81d8703884dacfb7a355cc4125f6b23ae325d4 sf2dlib#ac81d8703884dacfb7a355cc4125f6b23ae325d4] (included in the source code) | * [https://github.com/xerpi/sf2dlib/tree/ac81d8703884dacfb7a355cc4125f6b23ae325d4 sf2dlib#ac81d8703884dacfb7a355cc4125f6b23ae325d4] (included in the source code) | ||
* [https://github.com/MarcuzD/WSA_CTR WSA_CTR] (available as a submodule) | * [https://github.com/MarcuzD/WSA_CTR WSA_CTR] (available as a submodule) | ||
* [https://github.com/MJPA/SimpleJSON SimpleJSON] (included in the source code) | * [https://github.com/MJPA/SimpleJSON SimpleJSON] (included in the source code) | ||
= License = | == License == | ||
Parts of DiscordCTR's source code are non-free. The source code was only provided for education purposes. Please see the source code's headers for more information about them. The rest of DiscordCTR's source code (or where it's not marked in the file) is licensed under the GNU GPLv3 license. Please see <code>LICENSE</code> for more info. [https://github.com/MarcuzD/WSA_CTR WSA_CTR] is licensed under the GNU LGPLv3 license. Please see <code>soos/WS/LICENSE</code> for more info. [https://github.com/MJPA/SimpleJSON SimpleJSON] is licensed under the MIT license. Please see <code>soos/SimpleJSON/LICENSE</code> for more info. | Parts of DiscordCTR's source code are non-free. The source code was only provided for education purposes. Please see the source code's headers for more information about them. The rest of DiscordCTR's source code (or where it's not marked in the file) is licensed under the GNU GPLv3 license. Please see <code>LICENSE</code> for more info. [https://github.com/MarcuzD/WSA_CTR WSA_CTR] is licensed under the GNU LGPLv3 license. Please see <code>soos/WS/LICENSE</code> for more info. [https://github.com/MJPA/SimpleJSON SimpleJSON] is licensed under the MIT license. Please see <code>soos/SimpleJSON/LICENSE</code> for more info. | ||
Usage: | ===Usage:=== | ||
# Create a file named .DiscordCTR.ini on your 3DS's SDCard | # Create a file named .DiscordCTR.ini on your 3DS's SDCard | ||
# Put this in it: | # Put this in it: | ||
Line 28: | Line 28: | ||
<ol start="3"> | <ol start="3"> | ||
<li>start DiscordCTR</li></ol> | <li>start DiscordCTR</li></ol> | ||
controls: | ===controls:=== | ||
* START: connect/disconnect | * START: connect/disconnect | ||
* DPAD UP/DOWN or X/B: scroll up and down | * DPAD UP/DOWN or X/B: scroll up and down | ||
Line 35: | Line 35: | ||
* SELECT: exit | * SELECT: exit | ||
* hold R or L: faster scrolling | * hold R or L: faster scrolling | ||
To get your user token, follow the instructions on this image | To get your user token, follow the instructions on this image https://camo.githubusercontent.com/d3d4ad5526143204a98db268d79eadadf0d03a87/687474703a2f2f692e696d6775722e636f6d2f5569416d4f714d2e706e67 | ||
https://camo.githubusercontent.com/d3d4ad5526143204a98db268d79eadadf0d03a87/687474703a2f2f692e696d6775722e636f6d2f5569416d4f714d2e706e67 |
Revision as of 12:33, 23 April 2020
IF YOU DON'T WANT YOUR DISCORD ACCOUNT BANNED, YOU SHOULD STOP USING 3DISCORD RIGHT NOW! SOURCE ONLY!
DiscordCTR
DiscordCTR is a Discord client for the 3DS using Secure WebSockets for communication.
Dependencies
- ctrulib#5725ec2dedfffb2ee721dd8cddb3d24c288f452f
- sf2dlib#ac81d8703884dacfb7a355cc4125f6b23ae325d4 (included in the source code)
- WSA_CTR (available as a submodule)
- SimpleJSON (included in the source code)
License
Parts of DiscordCTR's source code are non-free. The source code was only provided for education purposes. Please see the source code's headers for more information about them. The rest of DiscordCTR's source code (or where it's not marked in the file) is licensed under the GNU GPLv3 license. Please see LICENSE
for more info. WSA_CTR is licensed under the GNU LGPLv3 license. Please see soos/WS/LICENSE
for more info. SimpleJSON is licensed under the MIT license. Please see soos/SimpleJSON/LICENSE
for more info.
Usage:
- Create a file named .DiscordCTR.ini on your 3DS's SDCard
- Put this in it:
[Auth] Token=<insert your user/bot token here>
- start DiscordCTR
controls:
- START: connect/disconnect
- DPAD UP/DOWN or X/B: scroll up and down
- A: select menu option or open keyboard once in chat
- Y: go back in menu
- SELECT: exit
- hold R or L: faster scrolling
To get your user token, follow the instructions on this image https://camo.githubusercontent.com/d3d4ad5526143204a98db268d79eadadf0d03a87/687474703a2f2f692e696d6775722e636f6d2f5569416d4f714d2e706e67
https://camo.githubusercontent.com/d3d4ad5526143204a98db268d79eadadf0d03a87/687474703a2f2f692e696d6775722e636f6d2f5569416d4f714d2e706e67