TwoWayMute: initial release

This commit is contained in:
NotAKidoS 2024-12-27 17:55:39 -06:00
parent 3d42301f24
commit e027829103
6 changed files with 111 additions and 18 deletions

23
TwoWayMute/format.json Normal file
View file

@ -0,0 +1,23 @@
{
"_id": -1,
"name": "TwoWayMute",
"modversion": "1.0.0",
"gameversion": "2024r177",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Adjusts the self moderation muting behaviour to also prevent the muted user from hearing you.\nBasically- if you mute someone, they will also not be able to hear you.",
"searchtags": [
"mute",
"communication",
"meow",
"car"
],
"requirements": [
"None"
],
"downloadlink": "https://github.com/NotAKidoS/NAK_CVR_Mods/releases/download/r44/TwoWayMute.dll",
"sourcelink": "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/TwoWayMute/",
"changelog": "- Initial Release",
"embedcolor": "#f61963"
}