Discord RPC 2
🟡 Updated this year⚠️ Install Order · 6 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #32 of 43 Utilities mods in this game by downloads
📋 About This Mod
A Discord Rich Presence Client for Cyberpunk2077
DiscordRPC2
THE MOD WORKS ON PATCH 2. 31: Please update RED4ext and CET.
About
This is a Cyberpunk 2077 mod which adds Discord Rich Presence to the game!
I had already made a mod which claimed to do the same thing, but it used CET and an external application (not convenient).
This new version is self-contained!
Features
-
[]Large image based on character gender.[/]
[]Level and Street Cred shown when hovering the large image.[/]
[]Small image based on lifepath.[/]
[]When hovering the small image:
[] Playthrough time (optional, experimental).[/]
[]Lifepath.[/]
[]Quest and Objective tracking (optional).[/]
[]Driving activity (optional).[/]
[]Combat activity (optional).[/]
[]Radio activity (optional) with RadioExt integration (also optional).[/]
[]Roaming activity (no quest selected) showing what district the player is in.[/]
Requirements
-
[]RED4ext 1. 29. 1+[/]
[]redscript 0. 5. 31+[/]
[]CET 1. 37. 0+[/]
Adding Translations
A Translation Template is now available within the Files tab!
Note: I don't accept PRs (on GitHub) that add other languages since it would be a nightmare for me to maintain. That's why this mod has support for other mods to provide translations (see below).Other CET mods can register locales using the CP77RPC2. RegisterLocale function.
The following snippet of code can get you started:
-- Name used for logging inside the "onTweak" event
local langName = "Italian"
-- A unique id for this locale
local localeName = "it"
local locale = {
-- All loc keys and their meaning can be found at https://github.com/Marco4413/CP77-DiscordRPC2/blob/master/src/cet/locales/en.lua
-- If a key was not translated, it can be omitted and a fallback to English will be made.
["Locale. Name"] = "Italiano (by Marco4413)",
registerForEvent("onTweak", function()
local CP77RPC2 = GetMod("CP77RPC2")
if not CP77RPC2 then
print(": CP77RPC2 is not installed.")
local ok, error = CP77RPC2. RegisterLocale(localeName, locale)
print(": Translation registered!")
print("[CP77RPC2 - " .. langNam
📊 Mod Details
- Game
- Cyberpunk 2077 Mods
- Author
- Marco4413
- Version
- 2.9.1
- Downloads
- 166,970
- Endorsements
- 326
- Category
- Utilities
- Created
- 11/8/2023
- Updated
- 5/7/2026
🔧 How to Install Cyberpunk 2077 Mods
Download from Nexus.
📖 Full step-by-step install guide for Cyberpunk 2077 →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Cyberpunk 2077 commands, item IDs, and more.
Keep browsing — more Cyberpunk 2077 mods await