AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [ANY] Voice changer! (https://forums.alliedmods.net/showthread.php?t=281143)

Benoist3012 04-03-2016 13:19

[ANY] Voice changer!
 
3 Attachment(s)
Voice changer


Description:
  • Change game characters's voice lines according to their models via a config file! Sounds added in the cfg are automaticly added into the downloads table.

Plugins to use with it:
Cvars:
  • "vc_version" Plugin's version, don't change!

Change log:
Spoiler


Bugs:
  • None.

Installation steps:
  • 1 ) Download voice_changer.smx.
  • 2 ) Download voice_changer.sp (Optional).
  • 3 ) Download voicechanger.cfg.
  • 4 ) Open your sourcemod folder.
  • 5 ) Put voicechanger.smx into your plugins folder.
  • 6 ) Put voicechanger.sp into your scripting folder.
  • 7 ) Put voicechanger.cfg into your configs folder.
  • 8 ) Edit your config file (read the tutorial below).

Total downloads(old versions):
  • 48

lionheart1066 04-03-2016 13:22

Re: [ANY] Voice changer!
 
1 Attachment(s)
Location of config file: addons/sourcemod/configs
Name of config file: voicechanger.cfg

Code:

"voicechanger" // Do not touch this
{
    "models/player/pyro.mdl" // Filepath to the specific model that would be equipped
    {
        "pyro_jeers" // This example searches for a specific type of VO lines that we want to replace (This is more useful if you have lots of lines to use)
        {
            "1"    "vo/pyro_jeers01.mp3" // Sound file that we want the model to use instead of the targeted sound files
        }

        "pyro_" // This example searches for all VO lines used by Pyro that we want to replace, this is also used last if you want to replace specific sounds first and then cover all the rest with a generic sound
        {
            "1"    "vo/pyro_jeers01.mp3" // Sound file that we want the model to use instead of the targeted sound files
        }

        "pitch" "150" // Adjusts the pitch of the players voice lines
    }
}

Example custom models to use.
MBA Astronaut by Vincentor

Niveh 04-03-2016 13:49

Re: [ANY] Voice changer!
 
Good job! Gotta try this soon.

StormishJustice 04-03-2016 18:09

Re: [ANY] Voice changer!
 
Hey nice plugin, haven't tested it yet but i find it good.

so yeah, keep it up team.

EDIT: *slowly puts this into the robot models*

Benoist3012 04-04-2016 04:29

Re: [ANY] Voice changer!
 
Voice Changer update!
04/04/2016
  • Fixed pitched voice overriding ambient sounds.

Randommagic 04-04-2016 09:56

Re: [ANY] Voice changer!
 
Many thanks for this wonderful plugin.
Worked with a custom papyrus voice files over papyrus models. Ill post a vid later.

Wormy 04-04-2016 10:29

Re: [ANY] Voice changer!
 
Awesome plugin, great work.

Litronom 04-04-2016 15:00

Re: [ANY] Voice changer!
 
This plugin sounds like a lot of fun.
But sadly, it does nothing for me. I mean, it seems to work, since there are no error messages and it precaches every sound, but it still does not replace any voice lines.
(Tried with the template, which came with the plugin)
I hope this just an error on my side, which can be fixed somehow.

Benoist3012 04-04-2016 15:41

Re: [ANY] Voice changer!
 
Quote:

Originally Posted by Litronom (Post 2408145)
This plugin sounds like a lot of fun.
But sadly, it does nothing for me. I mean, it seems to work, since there are no error messages and it precaches every sound, but it still does not replace any voice lines.
(Tried with the template, which came with the plugin)
I hope this just an error on my side, which can be fixed somehow.

Which game are you using?

Litronom 04-05-2016 02:16

Re: [ANY] Voice changer!
 
Quote:

Originally Posted by Benoist3012 (Post 2408149)
Which game are you using?

TF2. Also I tried disabling every other plugin, but no dice either.
Also, here is my sourcemod version, if that matters: SourceMod v1.7.3-dev+5273


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

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