- Discord RPC presence. Adds new IWADINFO and GAMEINFO keys: DiscordAppId - this should point to your AppId for your game. It will use a default GZDoom one if not found.
This commit is contained in:
parent
550e1212af
commit
85c432c699
90 changed files with 7344 additions and 3 deletions
|
|
@ -11,6 +11,7 @@ struct FStartupInfo
|
|||
FString Song;
|
||||
FString con;
|
||||
FString def;
|
||||
FString DiscordAppId = nullptr;
|
||||
int Type;
|
||||
int LoadLights = -1;
|
||||
int LoadBrightmaps = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue