From f744bf3b9f5cbca8d82b7f3e792c8d5657b83126 Mon Sep 17 00:00:00 2001 From: Blixibon Date: Mon, 17 Jun 2019 10:59:47 -0500 Subject: [PATCH] Created RPC Integration (Discord, etc.) (markdown) --- RPC-Integration-(Discord,-etc.).md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 RPC-Integration-(Discord,-etc.).md diff --git a/RPC-Integration-(Discord,-etc.).md b/RPC-Integration-(Discord,-etc.).md new file mode 100644 index 0000000..97a0a6b --- /dev/null +++ b/RPC-Integration-(Discord,-etc.).md @@ -0,0 +1,13 @@ +Mapbase has special integration for rich presence clients (RPCs) intended to allow certain details to show up on gaming-related software like Discord. As of writing, the Discord RPC is the only one functional at the moment, but we're planning on expanding this to other RPCs like Steam as well. + +*** + +Mappers can control what's reported to these RPCs using an entity called "game_metadata". + +[pic here] + +Although most RPCs already have built-in spam prevention, game_metadata itself has built-in spam prevention as well. (updates may be queued if they're coming in too fast) + +## Discord + +(todo) \ No newline at end of file