Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)
Buy Me a Coffee at ko-fi.com

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.