Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
/ Cyberpunk2077RPC Public archive

A Discord Rich Presence Generator for Cyberpunk 2077

License

Notifications You must be signed in to change notification settings

Marco4413/Cyberpunk2077RPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyberpunk2077RPC

About

This is a Cyberpunk 2077 mod which adds Discord Rich Presence to the game [1].

[1] This mod saves Discord Rich Presence data to a file that then needs to be sent to Discord to update the Presence, to do that you'll need to download FSDiscordRPC (which is also done by me) and drag the data file onto the exe.

Requirements

Why is it so complicated to use?

It's complicated because I didn't want to make a DLL and try to do weird stuff in C++. This also improves the stability of the mod (it won't randomly crash your game).

If you don't like that you can check out Willi-JL's Discord RPC mod but be warned that the reason I made this mod is because the one I linked didn't work properly for me, it caused random game crashes (probably because of I/O errors on the C++ part).

Development

To improve your dev experience follow the README in libs/cet.