Ekaterina Vaartis 4726a4488b Make macos version work (testes on m1 at least)
1. Change name of discord's library to libdiscord_game_sdk, so it
links properly
2. Change it's install name with install_name_tool to use @loader_path
instead of @rpath, that one's a blunder on discord's side, it should
really have been loader_path from the beginning (rpath means look at
where the binary is started from, loader_path means look at where the
library is)
3. Combine the aarch and x86 library into one, again no idea why
discord does not do this themselves
2024-02-25 16:40:54 +03:00
2024-02-11 02:20:04 +01:00
2024-01-10 18:46:36 +01:00
2023-12-23 05:49:10 -08:00
2023-04-14 16:38:37 +02:00
2024-02-11 02:12:46 +01:00
2023-12-15 16:49:38 +01:00

Project Banner

Discord Game SDK support for GDScript in Godot Engine 4.2. with the easiest code pattern!


Quick start 🚀 (click here)


A small donation with the sponsor button would be nice if you sell your project with this addon but is of course not mandatory!

Features

  • Activities (Make people see what you are playing)
  • Invites
  • Steam and launch command registering
  • User information
  • Relationship Manager (Get friendlist and its updates)
  • Overlay management
  • Editor Presence (optional)

Credit

@Pukimaa - Designer

This project is not endorsed or affiliated with Discord Inc. or the Godot Foundation.

Description
Discord RPC Plugin for GDScript with an easy-to-use code pattern in Godot Engine 4, with optional Editor Rich Presence! (Compatible with Linux, Windows, & MacOS)
Readme 313 MiB
2024-04-02 23:44:29 +00:00
Languages
C++ 60.6%
GDScript 20.9%
Python 18.1%
C 0.4%