twohoursonelife / OneLife

Two Hours One Life, building upon One Hour One Life. Join us on Discord to play.
https://twohoursonelife.com
Other
46 stars 39 forks source link

feat: Discord Rich Presence #205

Closed Eboubaker closed 1 year ago

Eboubaker commented 1 year ago

This pull request Adds #186 to the game. Please review, before merge!

its better to create your own client_id, currently i own the key. Create a a client_id from https://discord.com/developers/applications go to the rich presence assets section and upload the game icon and name it icon-large then go here and replace with your new client_id https://github.com/Eboubaker/OneLife-Discord/blob/5ee7bc45c4a817006f83f1ada1116e236b8de15f/gameSource/DiscordController.cpp#L145

Eboubaker commented 1 year ago

./configure accepts a --discord_sdk_path option to include the discord functionality in the game. if you call ./configure without this option all discord functionality won't be included in the game after compiling (like a cable plug, it's easy to disable it if it starts making problems...)