Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manucabral/phasmopresence
Phasmophobia Discord Rich Presence Client
https://github.com/manucabral/phasmopresence
discord-rich-presence phasmophobia phasmophobia-rpc rich-presence rpc
Last synced: 11 days ago
JSON representation
Phasmophobia Discord Rich Presence Client
- Host: GitHub
- URL: https://github.com/manucabral/phasmopresence
- Owner: manucabral
- License: mit
- Created: 2022-06-23T13:46:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T07:47:35.000Z (4 months ago)
- Last Synced: 2024-11-22T02:09:58.977Z (2 months ago)
- Topics: discord-rich-presence, phasmophobia, phasmophobia-rpc, rich-presence, rpc
- Language: Python
- Homepage:
- Size: 204 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This RPC has been moved to [RICH PRESENCE PLUS](https://github.com/manucabral/RichPresencePlus)
# PhasmoPresenceđź‘»A simple Phasmophobia Rich Presence client made with :heart:
This app does not use **MelonLoader** or **PhasBypass**
## ⏬ Download
The lastest release is available [here](https://github.com/manucabral/phasmopresence/releases)## 🗒️ Features
- Shows if you're playing singleplayer or multiplayer
- Shows how long you've been playing (supports only v0.1)
- Shows current playing map
- Respects Discords 15 seconds status update limit## âť“ How does it work?
It's simple, PhasmoPresence periodically gets and checks information from the player log.The player log is located in the next path `C:\Users\%YOUR_USER%\AppData\LocalLow\Kinetic Games\Phasmophobia\Player.log`
## 🔧 Setup for developers
1. Go to Discord Developer Portal and create an application
2. Now go to Settings > OAuth2 and copy the clientid
3. Finally go to Settings > Rich Presence
4. Add each map image with the following pattern: `bleasdalefarmhouse` (all maps need to be added)
5. Clone the repository
6. Install the requirements
7. Go to **src/core.py** and put your clientid.
8. Run **src/core.py**## 🔨 Troubleshooting
- **My Rich Presence Client is not displaying?**
- Try
- Go to your User Settings > Activity Status > Display current activity as a status message and make sure it's enabled.
- Restart the app when Phasmophobia is running.- **Do I need Discord open on my pc to use this app?**
- Yes, you need to open Discord to run the app.## ✨ Contributing
All contributions, bug reports, bug fixes, enhancements, and ideas are welcome. Just make a pull request or a issue!## Preview
## Credits
- [pypresence](https://github.com/qwertyquerty/pypresence)
- [phasmophobia](https://store.steampowered.com/app/739630/Phasmophobia/)