https://github.com/eai04191/craftopia-rpc
Discord Rich Presence for Craftopia.
https://github.com/eai04191/craftopia-rpc
bepinex craftopia discord-rich-presence
Last synced: 4 months ago
JSON representation
Discord Rich Presence for Craftopia.
- Host: GitHub
- URL: https://github.com/eai04191/craftopia-rpc
- Owner: eai04191
- License: mit
- Created: 2020-09-08T21:06:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T16:48:13.000Z (almost 4 years ago)
- Last Synced: 2024-05-01T15:56:35.724Z (12 months ago)
- Topics: bepinex, craftopia, discord-rich-presence
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Discord Rich Presence for Craftopia

## Installation
0. If you haven't installed [BepInEx](https://bepinex.github.io/bepinex_docs/master/index.html) yet, follow the [instructions](https://bepinex.github.io/bepinex_docs/master/articles/user_guide/installation/index.html) to install it. BepInEx will become the standard for Craftopia modding.
1. Download binary from [releases](https://github.com/eai04191/craftopia-rpc/releases).
2. Put `CraftopiaRPC.dll` into `Craftopia\BepInEx\plugins`
3. Download `discord-rpc-win.zip` from [discord-rps/releases](https://github.com/discord/discord-rpc/releases)
4. Put `discord-rpc\win64-dynamic\bin\discord-rpc.dll` into `Craftopia\Craftopia_Data\Plugins`
5. Rename `discord-rpc.dll` to `0discord-rpc.dll`.## Usage
Play Craftopia, That's all.
## Build
I am building using Visual Studio 2019.
1. Copy `AD__Overcraft.dll`, `Assembly-CSharp.dll`, `UnityEngine.dll`, `UnityEngine.CoreModule.dll` and `UniRx.dll` from `Craftopia\Craftopia_Data\Managed` to `./Libs`.
2. Copy `BepInEx.dll` from `Craftopia\BepInEx\core` to `./Libs`.
3. Now you should be able to build.## License
MIT License
Most of the code was copied from [Weilbyte/RWRichPresence](https://github.com/Weilbyte/RWRichPresence), licensed under the MIT license. I'd like to take this opportunity to thank you for Weilbyte.