Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:51:27.000Z (6 months ago)
- Last Synced: 2024-10-04T16:18:03.635Z (about 1 month ago)
- Topics: discord, osc, vrchat, vrchat-osc
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VRCDiscordMute
[![Github All Releases](https://img.shields.io/github/downloads/i5ucc/VRCDiscordMute/total.svg)](https://github.com/I5UCC/VRCDiscordMute/releases/latest)
[![GitHub release (latest by date)](https://img.shields.io/github/downloads/i5ucc/VRCDiscordMute/latest/total?label=Latest%20version%20downloads)](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.