Discord-Rich-Presence-for-C.../README.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2022-09-08 20:10:12 +00:00
### THIS VERSION HAS BEEN ABANDONED, I REWROTE THE WHOLE APP IN RUST, GET HERE: [https://github.com/djkato/DRP_Creative](https://github.com/djkato/DRP_Creative)
2022-09-08 20:09:55 +00:00
2022-01-29 00:19:29 +00:00
# Discord-Rich-Presence-For-Cinema-4D
2022-01-29 18:19:05 +00:00
A hacky way of allowing all your discord friends to know what your'e working on in Cinema 4D!
2022-01-29 00:19:29 +00:00
2022-01-29 18:19:05 +00:00
How it works:
>gets process info on c4D and takes windows name, extracts name from it
>hooks into discord api via npms `discord-rich-presence` and uses my custom app assets to show as cinema 4D, puts project name there
2022-01-29 00:19:29 +00:00
2022-01-29 19:16:03 +00:00
How to use:
2022-01-29 19:19:12 +00:00
2022-04-09 22:56:40 +00:00
-Download the release zip from Releases here:https://github.com/djkato/Discord-Rich-Presence-for-Cinema-4D/releases/tag/v1.0.21
2022-01-29 19:19:12 +00:00
2022-01-30 01:06:23 +00:00
-run the EXE file once, then close. It generates a `DRCSettings.json`. Change what porfolio website should be displayed there.
2022-01-29 19:19:12 +00:00
2022-01-30 01:14:10 +00:00
-create a shortcut for `RunInvisibly.vbs` script.
-do `[WINDOWS BUTTON+R]`, then type `shell:StartUp`, take the shortcut and put it there there so it automatically starts with pc
ps: If you want to close the app from running in background, open task manager, go to `details` tab, find `node.exe` process(should be using around 20mb of RAM), and end task.
2022-01-29 19:16:03 +00:00
2022-01-29 18:19:05 +00:00
enjoy~
2022-01-30 01:14:10 +00:00
2022-09-08 20:09:55 +00:00
Love, Dj