angelolz / CookieClickerRPC

Cookie Clicker mod that enables Rich Presence for Discord.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookie Clicker Rich Presence Creator

This Cookie Clicker mod allows you to share your game stats with everyone on Discord!

Requirements

  • Java 8 (or higher, although the exe might prompt you to install Java 8 for some reason)

Mod Installation (Steam)

You can download this mod at the Steam Workshop here.

Note: Linux and macOS compatibility is not tested, as Cookie Clicker does not support these platforms.

Mod Installation (Browser)

Put this code in the javascript console:

Game.LoadMod('https://ccrpc.angelolz.one');

Note: you would have to do this every time you reload the Cookie Clicker page.

If everything was installed correctly, you should see the below output and your rich presence on Discord! It's working! :D

Troubleshooting

"App closes instantly when I run it"

This is probably because the app is trying to find a Java Runtime Environment and can't find one. Follow the steps for Windows in this site to set Java in your PATH system variable.

If that doesn't work, you may need to use the .jar version. To use it, follow these steps:

  1. Download the .jar file and open up a terminal/command prompt.
  2. Navigate to the folder the .jar file is downloaded in using the cd command.
  3. Use this command: java -jar <name-of-jar-file>.jar (no brackets)

If the JAR shows an error and you can't figure out how to fix it, please open an issue.

Bugs/Feedback

If you spot a bug or have any issues/suggestions, please open an issue!

Dependencies Used:

Copyright

MIT


Cookie Clicker and its icons are owned by Orteil. Thank you Orteil for creating such an amazing game!

If you want to support me for my work, feel free to give me a Ko-Fi!

Streamers!

Hey, if you like Cookie Clicker and you are a streamer, I've made a new stream widget that displays your cookie stats here! Check it out :)

About

Cookie Clicker mod that enables Rich Presence for Discord.

License:MIT License


Languages

Language:Java 58.6%Language:JavaScript 40.6%Language:Shell 0.4%Language:Batchfile 0.4%