-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
44 lines (31 loc) · 1.36 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
DISCORD RICH PRESENCE
=====================
[Discord Game SDK](https://discord.com/developers/docs/game-sdk/sdk-starter-guide)
This tree contains the DRP (Discord Rich Presence) source code, which
aims to ingrate SPV3 with Discord by allowing players to display the
campaign mission & difficulty they're playing on.
The source code has been generously developed and provided by giraffe,
and has been integrated into a custom Visual C++ project for convenient
reproducible builds.
COMPILING
---------
In Visual Studio, the project MUST be compiled with the following
configuration:
- Type: RELEASE
- Platform: x86
Attempting to compile to any other type or platform will cause issues!
The DLL is compiled to the following paths in the following contexts:
debug release
----- -------------------------- ----------------------------
x86 .\bin\Debug\controls .\bin\Release\controls
x64 .\bin\x64\Debug\controls .\bin\x64\Release\controls
RESOURCES
---------
The drp/resources directory stores the images used in the Discord Rich
Presence:
directory description
------------ --------------------------------------------
maps images representing each SPV3 map
difficulty images representing each SPV3 difficulty
Images have been generously provided by Arecaidian Fox, giraffe, sbdJazz
and the rest of the SPV3 crew.