Skip to content

bl4zee1g/cs2-rpc-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2 Discord RPC for Linux

Not sophisticated at all, just some vibecoded script that adds a Discord Rich Presence that displays current map, team and score of your game. If you have any suggestions for features feel free to open an issue or better yet make a PR

Setup

chmod +x cs2-rpc
  • Make some sort of autostart daemon for it. For me on Hyprland, I just add it to the autostart bit of my hyprland.lua:
hl.on("hyprland.start", function () 
  hl.exec_cmd([path to cs2-rpc binary])
end)

If you're not on Hyprland but use systemd I recommend writing a systemd unit for starting cs2-rpc.

  • Done! Now when you launch the game it should just work.

Credits

@antonpup for writing CounterStrike2GSI

Releases

Packages

Contributors

Languages