AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [TF2] Voice Commands Pitch (v1.1.1) (https://forums.alliedmods.net/showthread.php?t=279826)

SirDigby 03-01-2016 21:42

[TF2] Voice Commands Pitch (v1.1.1)
 
1 Attachment(s)
Voice Command Pitch Controller
v1.1.1

Description:
Set a custom pitch for voice commands in TF2.
It should also work in any other game that has the SNDCHAN_VOICE flag for the voice command sounds, but I havent tested.

Features:
  • Two levels of access, with the lower having customisable max and min settings.
  • Override to have maximum pitch range.
  • Admin-Only Setting.
  • Ability for admins to target players.


Installation:
Click "Get Plugin" at the bottom of this post and install to /addons/sourcemod/plugins/



Command/CVar List:
voicepitch_dig_version
Do NOT Touch.

sm_voice (Default Flag: b or GENERIC)
Command to set pitch value

sm_voicepitch_access (Default Flag: d or BAN)
Override to be considered an admin to plugin. Gives full range of pitch,
and access to the command when sm_voicepitch_enabled is 2.
Additionally grants access to targeting with sm_voice.

sm_voicepitch_enabled (Default Value: 1)
0 - Disabled
1 - Enabled
2 - Admin-only

sm_voicepitch_max (Default Value: 200)
The maximum value players with access to sm_voice, but without access to sm_voicepitch_access can use.

sm_voicepitch_min (Default Value: 50)
The minimum value players with access to sm_voice, but without access to sm_voicepitch_access can use.

Changelog:

Code:

* v1.0 - Initial Release.
* v1.1 - Added Admin Targeting.
* v1.1.1 - Fixed Translation files. Fixed Targeting text.




Known 'Bugs':

  • Min/Max Values will 'lock' the command if there is no positive difference between them. (i.e Max = 30 and Min = 200).


Disclaimer:
I'm still a newb programmer, so don't expect flawless code.
I have, however, tested it thoroughly and found no major problems.


The enigma 03-01-2016 23:01

Re: [TF2] Voice Commands Pitch (v1.0)
 
I luv it

SmackDaddy 03-25-2016 17:51

Re: [TF2] Voice Commands Pitch (v1.1.1)
 
I see the min and max values but what is the default value things begin with so one can restore someone's pitch to the correct value?

SirDigby 04-01-2016 20:44

Re: [TF2] Voice Commands Pitch (v1.1.1)
 
Quote:

Originally Posted by SmackDaddy (Post 2405631)
I see the min and max values but what is the default value things begin with so one can restore someone's pitch to the correct value?

I'm assuming you're asking how to set it to default with the in-game command.
The values are measured in percentages. So the default is 100%.
Additionally, if you do not specify a percentage, it will set it to default.

cheeto1 05-15-2016 13:44

Re: [TF2] Voice Commands Pitch (v1.1.1)
 
Very nice plugin :)

lugui 04-04-2017 18:38

Re: [TF2] Voice Commands Pitch (v1.1.1)
 
2 Attachment(s)
I removed the sm_voicepitch_access cvar.


All times are GMT -4. The time now is 09:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.