Go to file
Jakkzero daa17d3981
put the thread import in the right place
2021-02-26 13:25:55 +00:00
.github Update Issue Templates 2021-02-03 10:51:52 -05:00
art readme stuff 2021-02-14 20:15:22 -05:00
assets freeplay fixin shit 2021-02-24 20:22:37 -05:00
docs 11/24/2020 2020-11-24 22:53:48 -05:00
example_mods so much win 2021-01-24 22:42:51 -05:00
source put the thread import in the right place 2021-02-26 13:25:55 +00:00
.gitignore ng release and blank controls 2020-11-01 14:16:22 -05:00
CHANGELOG.md bopeebo note thing 2021-02-24 19:06:41 -05:00
LICENSE Create LICENSE 2021-01-02 10:54:07 -08:00
Modding.md woops! 2021-01-20 07:19:48 -05:00
Preloader.hx caught up 11/16/20 2020-11-16 15:29:18 -05:00
Project.xml Adding discord_rpc as a library 2021-02-26 12:34:31 +00:00
README.md Update README.md 2021-02-26 13:18:35 +00:00
hxformat.json sequencer in progress 2020-10-09 21:22:26 -07:00

README.md

Friday Night Funkin Discord RPC

This is a fork that adds Discord RPC (custom status) to Funkin'.

Before you use

Please note that due to the way Discord's system works, apps that have not been approved are on a whitelist. If you want to try this out, please dm me on Discord at Jak_#0768 and I will add you to the whitelist when I can.

Building

This won't build on html5, because I put pre-compiler tags to stop it from doing so. This should mean it only builds on desktop, but it will work on Android and stuff, so if that's what you're going for you should probably change the tags.

This uses a haxelib library called linc_discord-rpc which you should be able to download with: haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc This library has a dependency for hxcpp, which should be downloaded automatically.