PDA

View Full Version : Vox Request


Ba5ic
12-26-2007, 09:23 AM
Hello Guys

Hope everyone is having a great break!

I'm after a plugin which will announce in a vox message something like "welcome to the server - enjoy your stay blah blah blah". Could it be setup via 2 cvars, i.e.:

1. Announce after 30 seconds when a new player connects (him only).
2. Announce every 30 mins or so (all players).

I noticed on Diamonds site he's done a amx_420 plugin which does the following "At 4:20 (server time) there will be a chat, hud, and vox annoucement". Could this be modified to just announce in vox only?

Thanks in advance.

|OnEHiTwOnDeR|SoCal
12-26-2007, 12:10 PM
search....dont be lazy :eek:

grab one from the amxx forums or

dont know if this works or not but or what it does but it looks to be what u want

http://www.dodplugins.net/forums/showthread.php?t=1003

took me 30 sec lol

Ba5ic
12-26-2007, 01:07 PM
search....dont be lazy :eek:

grab one from the amxx forums or

dont know if this works or not but or what it does but it looks to be what u want

http://www.dodplugins.net/forums/showthread.php?t=1003

took me 30 sec lol

Please read my post before replying...

I already use Blobby's connection plugin, which plays a "new player" wave.

I also scoured the amxx forums and the only one i found which is in a similiar vein to Blobby's http://forums.alliedmods.net/showthread.php?p=555912

I do not need a connection plugin now, as stated above i'm looking for something along the lines of Diamonds 420 plugin.

I do not post lightly and am certainly not lazy. READ my post's in future please.

|OnEHiTwOnDeR|SoCal
12-26-2007, 01:13 PM
so get diamonds and see if u can edit it...no? avamods.com

and sorry i guess i misread a few lines

WARDOG
12-26-2007, 03:27 PM
You could also embed an .wav, .mp3, welcome message to your MOTD, with a little added HTML code, if you want him to hear it on connect.

diamond-optic
12-26-2007, 09:01 PM
making custom vox sounds and whatnot can be a pain in the ass depending what you want it to say.. cause you have to chop up the avaliable words and whatnot by syllables and piece them together to make it say what you want...

Ba5ic
12-27-2007, 05:12 AM
making custom vox sounds and whatnot can be a pain in the ass depending what you want it to say.. cause you have to chop up the avaliable words and whatnot by syllables and piece them together to make it say what you want...

Thanks for posting D-O, i was not aware it would be such a ball ache to do....

diamond-optic
12-27-2007, 05:22 AM
the amx_420 plugin isnt bad.. it uses all complete words that already exist..

but a more complex example would be something like passing this thru the spk command with the vox directory..
(p96) have(e50) health(s40e90) life(s10) guard(p99) has detected base(s10e60) (p95) severe chamber(e20) feet(s20) violation the ass hole will now be delta(e68) with(p90)which would result in the vox voice saying this:
Halflife Guard has detected a severe cheat violation - the asshole will now be delt with
i guess honestly.. it isnt really that hard to do.. it can just be time consuming to go thru it over and over and over to get it to say each word you want to create properly.. and you have to go thru all the available ones in the half-life.gcf file to find the right sounding syllables etc etc...

=|[76AD]|= TatsuSaisei
12-27-2007, 01:16 PM
the amx_420 plugin isnt bad.. it uses all complete words that already exist..

but a more complex example would be something like passing this thru the spk command with the vox directory..
which would result in the vox voice saying this:

i guess honestly.. it isnt really that hard to do.. it can just be time consuming to go thru it over and over and over to get it to say each word you want to create properly.. and you have to go thru all the available ones in the half-life.gcf file to find the right sounding syllables etc etc...


Very time consuming if you are a perfectionist !! I like building vox sentences.....