Skip to content

Commit

Permalink
- TEST: CS2VoiceFix v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mavproductions committed Jul 15, 2024
1 parent a5eb54c commit 1a1d9f8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +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)
[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
1 change: 1 addition & 0 deletions documentation/docs/Mods Included.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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)
[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
Binary file added game/csgo/addons/CS2VoiceFix/CS2VoiceFix.dll
Binary file not shown.
Binary file added game/csgo/addons/CS2VoiceFix/CS2VoiceFix.so
Binary file not shown.
5 changes: 5 additions & 0 deletions game/csgo/addons/metamod/CS2VoiceFix.vdf.DISABLED
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"Metamod Plugin"
{
"alias" "CS2VoiceFix"
"file" "addons/CS2VoiceFix/CS2VoiceFix"
}

0 comments on commit 1a1d9f8

Please sign in to comment.