- Home-
- Cyberpunk 2077-
- Tools for Cyberpunk 2077-
- Discord RPC 2 mod

Discord RPC 2 mod
About This Mod
It's a mod for Cyberpunk 2077 that adds Discord Rich Presence to the game!
I've already made a mod that claimed to do the same, but it used CET and an external application (not very convenient).
This new version is self-contained!
Features
Large image depending on the sex of the character.
Level and Street Cred are displayed when you hover over a large image.
The small image is based on the path of life.
When hovering over a small image:
Time of the game (optional, experimental).
Life path.
Track quests and targets (optional).
Driving activity (optional).
Combat activity (optional).
Radioactivity (optional) with RadioExt integration (also optional).
Roaming activity (without a selected quest), which indicates which area the player is in.
Requirements
RED4ext 1.24.3+
redscript 0.5.18+
CET 1.32.0+
Add translations
The translation template is now available in the Files tab!
Note: I don't accept PR (on GitHub), which adds other languages, as for me it will be a nightmare in terms of support. Therefore, this fashion has support for other mods to provide translations (see below).
Other CET mods can register locales using the CP77RPC2.RegisterLocale function.
The following code snippet can help you get started:
- Name used to register for the "onTweak" event
local langName = "Italian"
- Unique identifier for this locale
local localeName = "it"
local locale = {
- All locale keys and their meaning can be found at https://github.com/Marco4413/CP77-DiscordRPC2/blob/master/src/cet/locales/en.lua.
- If the key has not been translated, it can be omitted and the English language will be returned.
["Locale.Name"] = "Italiano (by Marco4413)",
...
}
registerForEvent("onTweak", function()
local CP77RPC2 = GetMod("CP77RPC2")
if not CP77RPC2 then
print("[CP77RPC2 - " ... langName ... " Translation]: CP77RPC2 is not installed.")
return
end
local ok, error = CP77RPC2.RegisterLocale(localeName, locale)
if ok then
print("[CP77RPC2 - " ... langName ... " Translation]: Translation is registered!")
else
print("[CP77RPC2 - " ... langName ... " Translation]: Failed to register translation: ", error)
end
end)
Similar Mods/Addons
AVX_SSEfix modificationallTools for Cyberpunk 2077Cyberpunk 2077
This is an emulation that ignores the instructions of the AVX and SSE4.2 processors.Installation - b...600
CyberpunkTweaker - TAA and othersallTools for Cyberpunk 2077Cyberpunk 2077
This twitker can tweak exe to change some internal settings. Simply drop Cyberpunk2077.exe on this t...200
Cyberpunk 2077 AVX Fix (1.04) modificationallTools for Cyberpunk 2077Cyberpunk 2077
Cyberpunk 2077 AVX Fix for 1.04800
Wardrobe AdderallTools for Cyberpunk 2077Cyberpunk 2077
The ability to add all the available in-game clothes directly to the wardrobe, bypassing inventoryTh...100
Toggle Aim ADS Enabler V2 GUI for custom hotkeysallTools for Cyberpunk 2077Cyberpunk 2077
A small simple GUI version of my original TogADS application, which now enables/disables Aim/ADS swi...600
Weapon mod OverdriveallTools for Cyberpunk 2077Cyberpunk 2077
Set the effects of Iconic weapons like any other ordinary mod, without editing the saves300
Cyberpunk Advanced Settings Tool (no reboot required)allTools for Cyberpunk 2077Cyberpunk 2077
CharacteristicCustomize the settings of the Cyberpunk 2077 engine inside the game.Total 1042 configu...100
spawn0 - compatibility patch with new itemsallTools for Cyberpunk 2077Cyberpunk 2077
This mod is a compatibility patch.This patch will allow you to use many mods that add new items toge...300
spawn0 - weapon storeallTools for Cyberpunk 2077Cyberpunk 2077
A virtual store created for Virtual Atelier fashion using TRUE BAGS AND BACKPACKS fashion items.200
redscript / RedscriptallTools for Cyberpunk 2077Cyberpunk 2077
This is a script compiler that can be integrated into the game and used to add/replace game scripts....400
CyberBreach modallTools for Cyberpunk 2077Cyberpunk 2077
Reads the matrix, sequence, and buffer using OCR (Tesseract).Loses all possible moves and finds the...100
CETuner modallTools for Cyberpunk 2077Cyberpunk 2077
CETuner is the Frontend graphical user interface (GUI)allows you to easily edit various customizable...100
Fix Immersive First Person camera lock (for IFP or IFP together with JB -TPP MOD from a third person)allTools for Cyberpunk 2077Cyberpunk 2077
With the ImmersiveFirstPerson mod installed, my camera was locked vertically every 5 minutes or so,...200
Atelier NoraLee's Comfy ClosetallTools for Cyberpunk 2077Cyberpunk 2077
What's this mod?This mod contains files for the store window that will be used in the Virtual Atelie...000
Cyber Engine configures the in-game mod managerallTools for Cyberpunk 2077Cyberpunk 2077
A mod manager for enabling and disabling Cyber Engine Tweaks-based mods in the game. With it, you ca...000
Inventory scaleallTools for Cyberpunk 2077Cyberpunk 2077
- Enables you to zoom in on the inventory screen- No custom hotkeys, 100% compatible with controller...000
All cheats for Cyberpunk 2077allTools for Cyberpunk 2077Cyberpunk 2077
Hello, I want to share with you all the cheat codes I found for Cyberpunk 2077.800
Simple Menu - In-game UI with hotkeysallTools for Cyberpunk 2077Cyberpunk 2077
A user interface that provides game, cheat, and utility functions that are performed at the touch of...3300
Holocall Weather - call NPC to change the weatherallTools for Cyberpunk 2077Cyberpunk 2077
>>Apparently in 1.5 it can turn off the commutators - in this case, remove the mod and they wi...000
Cyberpunk 2077 Texture OverrideallTools for Cyberpunk 2077Cyberpunk 2077
Cyberpunk 2077 texture override200