Raised This Month: $32 Target: $400
 8% 

quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)


Post New Thread Reply   
 
Thread Tools Display Modes
8Master
Junior Member
Join Date: Jan 2011
Old 01-03-2011 , 12:58   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #501

join the delete? but so was the drinne already!
8Master is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 01-03-2011 , 13:02   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #502

I think if you dont want sound when join server it should be

"join server"
{
"sound" ""
"config" "0"
}

I am not sure
__________________
Happy Happy Joy Joy

sinblaster is offline
8Master
Junior Member
Join Date: Jan 2011
Old 01-03-2011 , 13:22   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #503

Hello

even if it is deleted will not do
what can you try to?

edit: had the porblem was solved in the config

Last edited by 8Master; 01-03-2011 at 16:40.
8Master is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 01-08-2011 , 14:45   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #504

[BUG REPORT] Headshot Sound Does Not Work In HL2DM

I listed this before but have not got a response to anybody. Does anybody here know a possible solution?
daveyboye is offline
dan0ne
Member
Join Date: Sep 2009
Location: Moscow, Russia
Old 01-26-2011 , 16:52   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #505

Hello, i have some trouble, i was installed quakesounds on my server, but they dont work correctly, on "dominating", "humilition", "play" and etc sounds i hear only "headshot", cfgs are ok, i took them from my other server, there all works fine, but not here, and this weird. Thanks.
dan0ne is offline
Send a message via ICQ to dan0ne Send a message via Skype™ to dan0ne
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 01-26-2011 , 17:14   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #506

Quote:
Originally Posted by dan0ne View Post
Hello, i have some trouble, i was installed quakesounds on my server, but they dont work correctly, on "dominating", "humilition", "play" and etc sounds i hear only "headshot", cfgs are ok, i took them from my other server, there all works fine, but not here, and this weird. Thanks.

mate if they work on one server then not on another id say its your setup not quake sounds.
__________________
Happy Happy Joy Joy

sinblaster is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 01-26-2011 , 17:26   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #507

sinblaster, there are a lot reasons why something may or may not work within a plugin. To dismiss it like that is just plain foolish and lazy. It could be a Windows vs Linux bug, it could be a HL2DM vs CSS bug, and so on and so on.

However, the problem isn't mine anymore to worry about, as I have switched back to Keepers Hit Sounds plugin for HL2DM. He finally updated it to work for Orangebox HL2DM Windows servers. This plugin was a nice temporary fill in.
daveyboye is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 01-26-2011 , 18:24   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #508

Quote:
i took them from my other server, there all works fine
I can only assume its the same type of setup, who would copy server files from a windows setup to a linux?
__________________
Happy Happy Joy Joy

sinblaster is offline
0x00
SourceMod Donor
Join Date: Oct 2010
Location: #!/usr/bin/0x00
Old 01-26-2011 , 22:47   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #509

there's no sound nor text messages on my server, everything have been installed correctly.. there's a menu, a round_start message. i honestly have no clue why sounds&text messages are not displaying. it's hl2dm, tried to restart and everything else.

PHP Code:
// *****************************************************************************
// Plugin : Quake Sounds Config
//
// Filename : sm_quakesounds.cfg
//
// This file is used to set cvar's which globally control plugin behavior.
// *****************************************************************************

// Enable quake sounds
// Setting this to Off forces the plugin to not load
// 0 = Off, 1 = On(Default)
sm_quakesounds_enable 1

// Turns the announcements on and off
// 0 = Off, 1 = On(Default)
sm_quakesounds_announce 0

// Default text setting for new users
// 0 = Off, 1 = On(Default)
sm_quakesounds_text 1

// Default sound for new users
// 1=Standard(Default), 2=Female, 0=Disabled
sm_quakesounds_sound 1

// The volume for the quake sounds
// Must be a number between 0.0 and 1.0
// Default 1.0
sm_quakesounds_volume 1.0 
PHP Code:
"QuakeSoundsList"
{
    
"sound sets"
    
{
        
"sound set 1"        "standard"
        "sound set 2"        "female"
        "sound set 3"        ""
        "sound set 4"        ""
        "sound set 5"        ""
    
}
    
"headshot"
    
{
        
"1"
        
{
            
"standard"        "quake/headshot.mp3"
            "female"        "quake/female/headshot.mp3"
            "config"        "9"
        
}    
        
"3"
        
{
            
"standard"        "quake/hattrick.wav"
            "female"        "quake/female/headshot.mp3"
            "config"        "9"
        
}
        
"5"
        
{
            
"standard"        "quake/headhunter.wav"
            "female"        "quake/female/headshot.mp3"
            "config"        "9"
        
}        
    }
    
"killsound"
    
{
        
"4"
        
{
            
"standard"        "quake/dominating.mp3"
            "female"        "quake/female/dominating.mp3"
            "config"        "9"
        
}    
        
"6"
        
{
            
"standard"        "quake/rampage.mp3"
            "female"        "quake/female/rampage.mp3"
            "config"        "9"
        
}
        
"8"
        
{
            
"standard"        "quake/killingspree.mp3"
            "female"        "quake/female/killingspree.mp3"
            "config"        "9"
        
}
        
"10"
        
{
            
"standard"        "quake/monsterkill.mp3"
            "female"        "quake/female/monsterkill.mp3"
            "config"        "9"
        
}
        
"14"
        
{
            
"standard"        "quake/unstoppable.mp3"
            "female"        "quake/female/unstoppable.mp3"
            "config"        "9"
        
}
        
"16"
        
{
            
"standard"        "quake/ultrakill.mp3"
            "female"        "quake/female/ultrakill.mp3"
            "config"        "9"
        
}
        
"18"
        
{
            
"standard"        "quake/godlike.mp3"
            "female"        "quake/female/godlike.mp3"
            "config"        "9"
        
}
        
"20"
        
{
            
"standard"        "quake/wickedsick.mp3"
            "female"        "quake/female/wickedsick.mp3"
            "config"        "9"
        
}
        
"22"
        
{
            
"standard"        "quake/impressive.mp3"
            "female"        "quake/female/wickedsick.mp3"
            "config"        "9"
        
}
        
"24"
        
{
            
"standard"        "quake/ludicrouskill.mp3"
            "female"        "quake/female/holyshit.mp3"
            "config"        "9"
        
}
        
"26"
        
{
            
"standard"        "quake/holyshit.mp3"
            "female"        "quake/female/holyshit.mp3"
            "config"        "9"
        
}        
    }
    
"combo"
    
{
        
"2"
        
{
            
"standard"        "quake/doublekill.mp3"
            "female"        "quake/female/multikill.mp3"
            "config"        "9"
        
}    
        
"3"
        
{
            
"standard"        "quake/triplekill.mp3"
            "female"        "quake/female/multikill.mp3"
            "config"        "9"
        
}
        
"4"
        
{
            
"standard"        "quake/multikill.mp3"
            "female"        "quake/female/multikill.mp3"
            "config"        "9"
        
}
        
"5"
        
{
            
"standard"        "quake/combowhore.mp3"
            "female"        "quake/female/multikill.mp3"
            "config"        "9"
        
}        
    }
    
"first blood"
    
{
        
"standard"        "quake/firstblood.mp3"
        "female"        "quake/female/firstblood.mp3"
        "config"        "9"
    
}
    
"grenade"
    
{
        
"standard"        "quake/perfect.mp3"
        "female"        "quake/perfect.mp3"
        "config"        "0"
    
}
    
"selfkill"
    
{
        
"standard"        "quake/humiliation.mp3"
        "female"        "quake/humiliation.mp3"
        "config"        "0"
    
}
    
"round play"
    
{
        
"standard"        "quake/play.wav"
        "female"        "quake/female/prepare.mp3"
        "config"        "0"
    
}
    
"knife"
    
{
        
"standard"        "quake/humiliation.mp3"
        "female"        "quake/female/bottomfeeder.mp3"
        "config"        "0"
    
}
    
"teamkill"
    
{
        
"standard"        "quake/teamkiller.mp3"
        "female"        "quake/teamkiller.mp3"
        "config"        "0"
    
}
    
"join server"
    
{
        
"standard"        "quake/play.wav"
        "female"        "quake/female/prepare.mp3"        
        "config"        "0"
    
}

0x00 is offline
daveyboye
Senior Member
Join Date: Aug 2008
Old 01-27-2011 , 18:53   Re: quake sounds [Revamped] (Version 2.7.5 / Updated July 18, 2009)
Reply With Quote #510

Quote:
Originally Posted by dan0ne View Post
Hello, i have some trouble, i was installed quakesounds on my server, but they dont work correctly, on "dominating", "humilition", "play" and etc sounds i hear only "headshot", cfgs are ok, i took them from my other server, there all works fine, but not here, and this weird. Thanks.
do you have any pure settings in your cfg? Also, make sure all the files are in the redirect.
daveyboye is offline
Reply


Thread Tools
Display Modes

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 12:56.


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