Skip to content

Dekirai/MultiPresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiPresence

Let your friends see what you are currently doing in your active game!

About MultiPresence

MultiPresence is designed for games that don't use Discord's "Rich Presence" feature.
It can be extended to a wide range of games, as long as it's not too complicated to read the game's memory.
This means that online games, especially those with anti-cheat, are less likely to be added.

Requirements

  • Windows 10/11 64 Bit
  • Administrator rights to read the memory
  • .NET 6 Runtime

How to use it

All you have to do is run the exe and you're ready to go.

To run the program with Windows on startup, please follow these steps

  1. Create a new file called MultiPresence.vbs.
  2. Locate your StartUp folder (C:\Users\YOURUSERNAME\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup)
  3. Place the created file in the StartUp folder.
  4. Open the file with a text editor
  5. Paste this code into it:
Set WshShell = CreateObject("WScript.Shell" )
WshShell.Run """C:\Path\To\MultiPresence\MultiPresence.exe""", 0 'Must quote command if it has spaces; must escape quotes
Set WshShell = Nothing
  1. Change the path to the location where you placed MultiPresence.exe.

That's it! Now every time you start Windows, the program will start automatically!

Blacklist (Optional)

MultiPresence also allows you to block certain games from being detected.
As of version 1.6.0, you can use a file called "blacklist.json" to block games.
A ready-made file and a tutorial can be found here.

Supported games

Game Platform Information
asobiSW Private Server
Kingdom Hearts Birth by Sleep Final Mix Steam Only works on Steam
Kingdom Hearts Dream Drop Distance Steam Only works on Steam
Kingdom Hearts Final Mix Steam Only works on Steam
Kingdom Hearts II Final Mix Steam Only works on Steam
Kingdom Hearts III¹ Steam Only works on Steam
Marvel's Spider-Man Remastered Steam
Marvel's Spider-Man: Miles Morales Steam
Mega Man 11 Steam
Mega Man Battle Network 6 Steam
Pangya Reborn Private Server
Resident Evil Steam
Resident Evil 4 (2005)¹ Steam
Resident Evil 5 Steam
Resident Evil 6 Steam
Resident Evil Revelations 2 Steam Raid Mode only
Sonic Adventure 2 Steam
TY the Tasmanian Tiger Steam
Zelda: The Wind Waker HD¹ Cemu Works on EUR and USA
Zelda: Twilight Princess HD¹ Cemu Works on EUR and USA

Information

¹: Requires pattern search.

Important

A pattern search can cause a short lag on your machine because the program is currently scanning a lot of memory to find the right address to work with.

CEMU You have to disable the "Discord Presence" option found in Options -> General settings.

If you are interested in which games support English and/or German language, you can check here.

The presences are always expected to work on the latest version of the game.
Games on lower versions will never be supported. They will always use the latest version from their game store.
If a game receives a patch, I'll do my best to update it as soon as possible.

Clicking on a game's name will take you to it's wiki, which contains all the features and previews.