https://github.com/i5ucc/vrcdiscordmute
A simple python program that mutes you on discord whenever you are unmuted in VRChat.
https://github.com/i5ucc/vrcdiscordmute
discord osc vrchat vrchat-osc
Last synced: about 2 months ago
JSON representation
A simple python program that mutes you on discord whenever you are unmuted in VRChat.
- Host: GitHub
- URL: https://github.com/i5ucc/vrcdiscordmute
- Owner: I5UCC
- Created: 2022-09-17T14:49:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:51:27.000Z (about 1 year ago)
- Last Synced: 2025-02-25T20:39:10.092Z (2 months ago)
- Topics: discord, osc, vrchat, vrchat-osc
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VRCDiscordMute
[](https://github.com/I5UCC/VRCDiscordMute/releases/latest)
[](https://github.com/I5UCC/VRCDiscordMute/releases/latest)A simple python program that mutes you on discord whenever you are unmuted in VRChat.
It does this by using a ***Toggle Mute*** Keybind in Discord.
You'll have to set up that Keybind in discord first, under Settings>Keybinds, set the action to "Toggle Mute" and ***set it to a key that you want***
Then set that same hotkey in the config.ini file.
If you are unsure what the key is called you can run ***GetHotkeyName.py/GetHotkeyName.exe*** to find it out quickly.
This project is using the [Python Keyboard Package](https://github.com/boppreh/keyboard)On first startup of the program, the program will register its manifest into SteamVR to allow AutoStarting like any other Overlay application on SteamVR.
You can add the ```DisableDiscordMute``` parameter to your Avatar to Turn VRCDiscrdMute OFF/ON.
## OSC Troubleshoot
If you have problems with this program, try this to fix it:
- Close VRChat.
- Open 'Run' in Windows (Windows Key + R)
- Type in `%APPDATA%\..\LocalLow\VRChat\VRChat\OSC`
- Delete the folders that start with 'usr_*'.
- Startup VRChat again and it should work.