Skip to content

Commit

Permalink
- TEST: CS2VoiceFix v1.0.0 - Additional files and info for user-conve…
Browse files Browse the repository at this point in the history
…nience.
  • Loading branch information
mavproductions committed Jul 15, 2024
1 parent 1a1d9f8 commit 1720c91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Mod | Version | Developer | Why
[CleanerCS2](https://github.com/Source2ZE/CleanerCS2) | `v1.0.3` | [Poggicek](https://github.com/Poggicek) | Allows you to filter out console prints with regular expressions
[ServerListPlayersFix](https://github.com/Source2ZE/ServerListPlayersFix) | `1.0.1 SDK Rebuild 28/6/2024` | [Poggicek](https://github.com/Poggicek) | Fixes players not showing up in the server browser
[CSSharp-Fixes](https://github.com/CharlesBarone/CSSharp-Fixes) | `1.0.1` | [CharlesBarone](https://github.com/CharlesBarone/) | This plugin is intended to replace CS2Fixes for servers that run CS# since CS2Fixes often conflicts with CS# plugins.
[CS2VoiceFix](https://github.com/Source2ZE/CS2VoiceFix) | `1.0.0` | [Poggicek](https://github.com/Poggicek) | Experimental plugin that attempts to fix voice chat breaking after addon unloads. (Disabled by Default)
[CS2VoiceFix](https://github.com/Source2ZE/CS2VoiceFix) | `1.0.0` | [Poggicek](https://github.com/Poggicek) | Experimental plugin that attempts to fix voice chat breaking after addon unloads. (Disabled by Default - [see here activation steps](#CS2VoiceFix).)
[AnnouncementBroadcaster](https://github.com/lengran/CS2AnnouncementBroadcaster) | `0.3.1` | [Lengrann](https://github.com/lengran) | Conditional messages, OnCommand, OnPlayerConnect, OnRoundStart, and TimerMsgs.
[AntiRush](https://github.com/oscar-wos/AntiRush) | `1.0.1` | [oscar-wos](https://github.com/oscar-wos) | Customize your own boundaries on maps to teleport, warn, hurt, and kill players/bots trying to cross contraint areas.
[CS2Rcon](https://github.com/LordFetznschaedl/CS2Rcon) | `1.2.0` | [LordFetznschaedl](https://github.com/LordFetznschaedl/) | This is a rudimentary implementation of a RCON plugin using CounterStrikeSharp as RCON does not work whilst connected to the server
Expand Down Expand Up @@ -682,6 +682,10 @@ You can also leave it in the `/plugins/disabled` folder and in you can put it in

The config file is located at `/game/csgo/addons/counterstrikesharp/plugins/CS2AnnouncementBroadcaster/cfg/messages.json` which you would put in `/custom_files/addons/counterstrikesharp/plugins/CS2AnnouncementBroadcaster/cfg/messages.json` so it is not overwritten.

### CS2VoiceFix

If your server experiences voice chat issues when an addon is unloaded (e.g. map changes), you might want to try enabling CS2VoiceChat. This can be done by simply moving `/custom_files_example/addons/metamod/CS2VoiceFix.vdf` to `/custom_files/addons/metamod/CS2VoiceFix.vdf`.

### Using DiscordUtilities

DiscordUtilities is enabled by default. I have left it enabled as I find it useful, and relatively straight-forward to setup. [Here](https://docs.sourcefactory.eu/cs2-free-plugins/discord-utilities) is a setup guide for installing to your discord, along with the optional MySQL DB linking, which I recommend for administrating community-led servers. You can remove modules as you please.
Expand Down
5 changes: 5 additions & 0 deletions custom_files_example/addons/metamod/CS2VoiceFix.vdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"Metamod Plugin"
{
"alias" "CS2VoiceFix"
"file" "addons/CS2VoiceFix/CS2VoiceFix"
}
2 changes: 1 addition & 1 deletion documentation/docs/Mods Included.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Mod | Version | Developer | Why
[CleanerCS2](https://github.com/Source2ZE/CleanerCS2) | `v1.0.3` | [Poggicek](https://github.com/Poggicek) | Allows you to filter out console prints with regular expressions
[ServerListPlayersFix](https://github.com/Source2ZE/ServerListPlayersFix) | `1.0.1 SDK Rebuild 28/6/2024` | [Poggicek](https://github.com/Poggicek) | Fixes players not showing up in the server browser
[CSSharp-Fixes](https://github.com/CharlesBarone/CSSharp-Fixes) | `1.0.1` | [CharlesBarone](https://github.com/CharlesBarone/) | This plugin is intended to replace CS2Fixes for servers that run CS# since CS2Fixes often conflicts with CS# plugins.
[CS2VoiceFix](https://github.com/Source2ZE/CS2VoiceFix) | `1.0.0` | [Poggicek](https://github.com/Poggicek) | Experimental plugin that attempts to fix voice chat breaking after addon unloads. (Disabled by Default)
[CS2VoiceFix](https://github.com/Source2ZE/CS2VoiceFix) | `1.0.0` | [Poggicek](https://github.com/Poggicek) | Experimental plugin that attempts to fix voice chat breaking after addon unloads. (Disabled by Default - [see here activation steps](https://github.com/mavproductions/cs2-modded-server#CS2VoiceFix).)
[AnnouncementBroadcaster](https://github.com/lengran/CS2AnnouncementBroadcaster) | `0.3.1` | [Lengrann](https://github.com/lengran) | Conditional messages, OnCommand, OnPlayerConnect, OnRoundStart, and TimerMsgs.
[AntiRush](https://github.com/oscar-wos/AntiRush) | `1.0.1` | [oscar-wos](https://github.com/oscar-wos) | Customize your own boundaries on maps to teleport, warn, hurt, and kill players/bots trying to cross contraint areas.
[CS2Rcon](https://github.com/LordFetznschaedl/CS2Rcon) | `1.2.0` | [LordFetznschaedl](https://github.com/LordFetznschaedl/) | This is a rudimentary implementation of a RCON plugin using CounterStrikeSharp as RCON does not work whilst connected to the server
Expand Down

0 comments on commit 1720c91

Please sign in to comment.