A simple Garry's Mod module that adds ability to change your Rich Presence from Lua.
It wraps this function as steamworks.SetRichPresence(String presenceKey, String presenceValue)
- Download the build for your OS (and game branch/version) from releases
- Unpack the dll file to
steamapps/common/GarrysMod/garrysmod/lua/bin
if not util.IsBinaryModuleInstalled("steamrichpresencer") then return end -- check if module is correctly installed
require("steamrichpresencer") -- module adds steamworks.SetRichPresence function on load
steamworks.SetRichPresence("generic", "Destiny 2") -- GMod only makes use of "generic" presence key