Raised This Month: $51 Target: $400
 12% 

Say Sounds (including Hybrid Edition) (4.0.8)


Post New Thread Reply   
 
Thread Tools Display Modes
daveyboye
Senior Member
Join Date: Aug 2008
Old 11-16-2011 , 02:26   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #681

Update, it is playing for Brad Pitt, but no one else. No download filters and it is in correct directory for everybody. So weird. Any help appreciated!
daveyboye is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 11-16-2011 , 15:09   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #682

Update, it now works for everyone. For some reason new sounds downloaded to clients only work when the completely exit out of steam and restart. Pretty weird. Like the file's permissions are locked until steam is restarted.
daveyboye is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 11-16-2011 , 15:20   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #683

Quote:
Originally Posted by daveyboye View Post
Update, it now works for everyone. For some reason new sounds downloaded to clients only work when the completely exit out of steam and restart. Pretty weird. Like the file's permissions are locked until steam is restarted.
It may be a side effect of the long-standing sv_pure 1 whitelist bug in Source games, but I'm not positive on that.

Although, I thought that just required a game restart to fix, not a Steam restart.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 11-16-2011 at 15:23.
Powerlord is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 11-17-2011 , 00:36   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #684

Feature request. Can we make it to where text for join/exit sounds can be custom color such as green, red, etc.
daveyboye is offline
danmon
Member
Join Date: Oct 2010
Old 12-23-2011 , 11:45   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #685

This plugin has been crashing my server ever since the Christmas update came out. Any ideas?
danmon is offline
xomp
BANNED
Join Date: Jul 2008
Old 12-23-2011 , 13:17   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #686

Quote:
Originally Posted by danmon View Post
This plugin has been crashing my server ever since the Christmas update came out. Any ideas?
Works for me.
xomp is offline
Send a message via Skype™ to xomp
dimesnion907
New Member
Join Date: Jan 2012
Old 01-12-2012 , 03:43   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #687

hey, some of my sounds work and some don't. The saysound's error log says that there is a INVALID_HANDLE error, I have checked the saysounds.cfg file and can't find any syntax error or any other reason why this error should be showing up. Help please!!!

Error log-
L 01/08/2012 - 128:06: [saysounds.smx] <Send_Sound> INVALID_HANDLE for file "misc/lol4.wav"

CFG file -
"bad ass" // Minimum configuration for s
{
"file" "misc/bad-ass.mp3" // This will set all other options to default values
}
"bad bone"
{
"file" "misc/badbone.mp3"
}
"bad girl"
{
"file" "misc/badgirl1.mp3"
}
"balls"
{
"file" "misc/balls.mp3"
}
"bow"
{
"file" "misc/bow.mp3"
}
"brb"
{
"file" "misc/brb_001.mp3"
"file2" "misc/brb_002.mp3"
"file3" "misc/brb_003.mp3"
"count" "3"
"volume" "0.5"
}
"bye"
{
"file" "misc/bye.mp3"
"file2" "misc/bye1.wav"
"file3" "misc/bye_001.mp3"
"file4" "misc/bye_002.mp3"
"file5" "misc/bye_003.mp3"
"count" "5"
"volume" "0.5"
}
"camper"
"file" "misc/camping1.wav"
}
"cry"
{
"file" "misc/cry_01.mp3"
}
"doh"
{
"file" "misc/doh_001.mp3"
}

The sounds that work are as follows;
1. bad ass
2. bad bone
3. bad girl
4.balls
5. 1 brb file and 1 bye file
dimesnion907 is offline
fronjohn
Junior Member
Join Date: Apr 2010
Old 01-24-2012 , 23:26   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #688

hmm for some reason i have every thing in their proper locations, the plugin is installed correctly with the sound library extension installed, my custom sound is in the sounds folder, it plays perfectly in winamp as a .wav file , my configs on the plugin seem perfectly set up
Code:
"Sound Combinations"
{
    // #### Say Sounds ####
    "wiener"  // Word trigger
    {
        "file"    "tf/sound/spronxservrs/wienerdowng.wav"
        "delay" "1"
    }

    "headshotBEH"
    {
        "file"    "tf/sound/spronxservrs/aaronheadbeauhh.wav"
        "admin"    "0"
        "actiononly" "0"
        "action"    "kill"
        "param"        "headshot"
        "prob"        ".10"
        "volume" "1"
        "download" "1"
    }
}
but when i trigger it in-game it shows that the sound is triggered when it tells me that im spamming it, but i hear NOTHING! do i have the wrong sound preferences or sound type or wrong file location? :/
fronjohn is offline
gH0sTy
SourceMod Donor
Join Date: Jul 2008
Location: DE
Old 01-25-2012 , 09:41   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #689

"file" shoud be
Code:
"file"    "spronxservrs/wienerdowng.wav"
as the sound location defaults to your {game}/sound/ folder

Last edited by gH0sTy; 01-25-2012 at 09:41.
gH0sTy is offline
fronjohn
Junior Member
Join Date: Apr 2010
Old 01-25-2012 , 20:04   Re: Say Sounds (including Hybrid Edition) (4.0.3)
Reply With Quote #690

hmm it worked with that code u gave me gH0sTy, but it worked cause i manually placed my custom sounds into MY own account folder, im wanting it to play with out players having to download the sound from a site, because when i tried joining my server with out my custom sounds in my account's tf sound folder and instead downloading the sounds from my server, i notice that it DOESN'T download the sounds because right after i downloaded the sounds from my server i can't seem to find the folder "spronxservrs" in my account's tf sound folder, so do i need to have 2 copies of my custom sounds in both my server folder, and my account's folder for players to hear the sounds when they trigger them, or what? :/

Last edited by fronjohn; 01-25-2012 at 20:05.
fronjohn is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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