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

Say Sounds (including Hybrid Edition) (4.0.8)


Post New Thread Reply   
 
Thread Tools Display Modes
NearNihil
Junior Member
Join Date: Jun 2009
Old 06-06-2009 , 19:24   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #231

I don't know if this has been reported yet, but when one has a sound play when a certain player joins (e.g. by Steam ID), it also plays the sound on map change (at the beginning, when all the people join the new map). I would like this removed, or as a convar. I plan this to be with quite a number of people, and I'm not looking forward to tons of sound spam at the beginning of each new map. (it's TF2 I'm talking about, and the sounds are working properly at the moment. However, said above 'issue' is something I don't like)
NearNihil is offline
naris
AlliedModders Donor
Join Date: Dec 2006
Old 06-10-2009 , 21:04   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #232

over in this thread --> http://forums.alliedmods.net/showthread.php?t=94244
edgecom created a new plugin that is this plugin + 3 lines to add support for TF2's new unlockable weapons (huntsman , sniper rifle, back stab and ambassador).

I am submitting that version here, with an incremented version number (3.1.6) and description in the comments section.
Attached Files
File Type: sp Get Plugin or Get Source (saysounds.sp - 482 views - 72.8 KB)
naris is offline
PUGSEXY
Junior Member
Join Date: Jun 2009
Old 06-10-2009 , 22:52   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #233

I'm hoping someone here can help me. I loaded the plug in and put my .cfg folders in the right spots...The song is not being downloaded when I join the server... therefor it's not playing either...

"Sound Combinations"

"traind"
{
"file" "saysound/train.mp3"
"actiononly" "1"
"action" "hit_by_train"
"param" "hit_by_train"
"prob" "1"
}

The Sound is in: orangebox/tf/sound/saysound/train.mp3
Redirect Site: public_html/sound/saysound/train.mp3

When i went to rcon and to get the plugin list through the console, it came up as number 45 <Error> "Say Sounds (including Hybrid Edition)" (3.1.5) by Hell Phoenix...

Any ideas on what to do here?
PUGSEXY is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-11-2009 , 08:15   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #234

Quote:
Originally Posted by PUGSEXY View Post
I'm hoping someone here can help me. I loaded the plug in and put my .cfg folders in the right spots...The song is not being downloaded when I join the server... therefor it's not playing either...

"Sound Combinations"

"traind"
{
"file" "saysound/train.mp3"
"actiononly" "1"
"action" "hit_by_train"
"param" "hit_by_train"
"prob" "1"
}

The Sound is in: orangebox/tf/sound/saysound/train.mp3
Redirect Site: public_html/sound/saysound/train.mp3

When i went to rcon and to get the plugin list through the console, it came up as number 45 <Error> "Say Sounds (including Hybrid Edition)" (3.1.5) by Hell Phoenix...

Any ideas on what to do here?
What does the following show?
Code:
rcon sm plugins info 45
psychonic is offline
PUGSEXY
Junior Member
Join Date: Jun 2009
Old 06-11-2009 , 08:45   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #235

Filename: saysounds.smx
Title: Say Sounds (including Hybrid Edition) (Say Sounds and Action Sounds packaged into one neat plugin! Welcome to the new day of SaySounds Hybrid!)
Author: Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
Version: 3.1.5
URL: http://www.charliemaurice.com/plugins/
Error: saysounds.cfg not parsed...file doesnt exist!
Timestamp: 05/30/2009 17:05:05



What I highlighted in bold must be the problem...But me being the noob that I am, has no idea what to do, lol.
PUGSEXY is offline
psychonic

BAFFLED
Join Date: May 2008
Old 06-11-2009 , 08:56   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #236

Quote:
Originally Posted by PUGSEXY View Post
Filename: saysounds.smx
Title: Say Sounds (including Hybrid Edition) (Say Sounds and Action Sounds packaged into one neat plugin! Welcome to the new day of SaySounds Hybrid!)
Author: Hell Phoenix, -=|JFH|=-Naris, W]M[D FernFerret, LAMDACORE, Uberman, gH0sTy, Woody
Version: 3.1.5
URL: http://www.charliemaurice.com/plugins/
Error: saysounds.cfg not parsed...file doesnt exist!
Timestamp: 05/30/2009 17:05:05



What I highlighted in bold must be the problem...But me being the noob that I am, has no idea what to do, lol.
Make sure "saysounds.cfg" is in your addons/sourcemod/configs/ directory.
psychonic is offline
PUGSEXY
Junior Member
Join Date: Jun 2009
Old 06-11-2009 , 10:05   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #237

Quote:
Originally Posted by psychonic View Post
Make sure "saysounds.cfg" is in your addons/sourcemod/configs/ directory.
I do! That's the thing that's driving me insane nick! lmao.

Is it possible that I have the flie set up incorrectly? Because the only thing is says in the folder is...


"Sound Combinations"

"traind"
{
"file" "saysound/train.mp3"
"actiononly" "1"
"download" "1"
"action" "hit_by_train"
"param" "hit_by_train"
"prob" "1"
}


Do I need any other commands in the folder?

Worst comes to worse man, I know you...if I give you my server password, would you want to take a look at it? Might be easier for ya.
PUGSEXY is offline
PUGSEXY
Junior Member
Join Date: Jun 2009
Old 06-11-2009 , 10:08   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #238

Quote:
Originally Posted by psychonic View Post
Make sure "saysounds.cfg" is in your addons/sourcemod/configs/ directory.
I do! That's the thing that's driving me insane nick! lmao.

Is it possible that I have the flie set up incorrectly? Because the only thing is says in the folder is...


"Sound Combinations"

"traind"
{
"file" "saysound/train.mp3"
"actiononly" "1"
"download" "1"
"action" "hit_by_train"
"param" "hit_by_train"
"prob" "1"
}


Do I need any other commands in the folder?

Worst comes to worse man, I know you...if I give you my server password, would you want to take a look at it? Might be easier for you..
PUGSEXY is offline
theowl
Junior Member
Join Date: Jun 2009
Old 06-11-2009 , 16:37   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #239

I'm having a problem here too, maybe someone can help me narrow it down. I compiled the latest souce with 1.3, I have TF2 on a Win2k3 server, I have an mp3 uploaded to tf/sound/admin and the fastdl. When I connect as a client, it downloads the mp3 correctly. Right now my config file is to debug this so only:

"Sound Combinations"
{
"suddendeath"
{
"file" "admin/sd.mp3"
"download" "1"
"delay" "5.0"
"volume" "1.0"
"actiononly" "0"
"action" "suddendeathstart"
"param" "suddendeathstart"
}
}

"!adminsounds" lists "suddendeath" - if I click it, "Failed to load sound "admin\sd.mp3" However, the file is absolutely there, playable and downloaded when I connected. It's taken from another server of mine where it plays fine with sm_play and others.

I am using "Sudden Death Melee Redux" and am hoping it still triggers with this plugin. I tried waiting out to a SD and I also tried a "force stalemate" sudden death - neither play it. However, I would think that if this was the problem then it'd play fine from the menu, right?

EDIT: I changed the file to "commentary/tf2-comment000.wav," which is already in the game, and now the file DOES play if I select it from the menu. It still does NOT trigger at a Sudden Death. Would this Sudden Death Melee Redux plugin change the SD event in some way that it wouldn't work? I still don't know why my .mp3 wouldn't work. I even tried moving the file to the "commentary" directory (in case it's something messy with permissions through Plesk) and though it downloads to my computer - and I can play the .mp3 both on the server and on my computer, I get: "Failed to load sound "commentary\sd.mp3", file probably missing from disk/repository" ...??

Last edited by theowl; 06-11-2009 at 18:00.
theowl is offline
PUGSEXY
Junior Member
Join Date: Jun 2009
Old 06-11-2009 , 17:25   Re: Say Sounds (including Hybrid Edition) (3.1.5)
Reply With Quote #240

I went to play a sound and I got this error message


Failed to load sound "saysound\train.mp3", file probably missing from disk/repository

Last edited by PUGSEXY; 06-11-2009 at 20:58.
PUGSEXY 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 00:19.


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