Sie sind nicht angemeldet.

1

Freitag, 9. Januar 2009, 13:33

Quake Sounds Funktionieren net richtig

Hallo liebe Leute und Staff vom source server
ich habe ein Problem
Erst mal die Daten :
Linux Server
Day of Defeat Source
Metamod Source 1.7
Sorcemod 1.10
Gemietet

Ich habe Quakesounds 1.8 runtergeladen und habe sie eingefügt
jetzt habe ich folgendes Problem
es werden zwar sounds abgespielt aber nicht alle
"headshot","Hattrick" wird gar nicht abgespielt
Dasist meine Quake sound LIst cfg :

Spoiler Spoiler

"QuakeSoundsList"
{
"sound sets"
{
"sound set 1" "standard"
"sound set 2" "female"
"sound set 3" ""
"sound set 4" ""
"sound set 5" ""
}
"headshot"
{
"standard" "quake/headshot.mp3"
"female" "quake/female/headshot.mp3"
"config" "9"
}
"headshot 3"
{
"standard" "quake/hattrick.wav"
"female" "quake/female/headshot.mp3"
"config" "9"
}
"headshot 5"
{
"standard" "quake/headhunter.wav"
"female" "quake/female/headshot.mp3"
"config" "9"
}
"grenade"
{
"standard" "quake/perfect.mp3"
"female" "quake/perfect.mp3"
"config" "9"
}
"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" "9"
}
"killsound 1"
{
"standard" "quake/dominating.mp3"
"female" "quake/female/dominating.mp3"
"config" "9"
"kills" "4"
}
"killsound 2"
{
"standard" "quake/rampage.mp3"
"female" "quake/female/rampage.mp3"
"config" "9"
"kills" "6"
}
"killsound 3"
{
"standard" "quake/killingspree.mp3"
"female" "quake/female/killingspree.mp3"
"config" "9"
"kills" "8"
}
"killsound 4"
{
"standard" "quake/monsterkill.mp3"
"female" "quake/female/monsterkill.mp3"
"config" "9"
"kills" "10"
}
"killsound 5"
{
"standard" "quake/unstoppable.mp3"
"female" "quake/female/unstoppable.mp3"
"config" "9"
"kills" "12"
}
"killsound 6"
{
"standard" "quake/ultrakill.mp3"
"female" "quake/female/ultrakill.mp3"
"config" "9"
"kills" "14"
}
"killsound 7"
{
"standard" "quake/godlike.mp3"
"female" "quake/female/godlike.mp3"
"config" "9"
"kills" "16"
}
"killsound 8"
{
"standard" "quake/wickedsick.mp3"
"female" "quake/female/wickedsick.mp3"
"config" "9"
"kills" "18"
}
"killsound 9"
{
"standard" "quake/impressive.mp3"
"female" "quake/female/wickedsick.mp3"
"config" "9"
"kills" "20"
}
"killsound 10"
{
"standard" "quake/ludicrouskill.mp3"
"female" "quake/female/holyshit.mp3"
"config" "9"
"kills" "22"
}
"killsound 11"
{
"standard" "quake/holyshit.mp3"
"female" "quake/female/holyshit.mp3"
"config" "9"
"kills" "24"
}
"first blood"
{
"standard" "quake/firstblood.mp3"
"female" "quake/female/firstblood.mp3"
"config" "0"
}
"double combo"
{
"standard" "quake/doublekill.mp3"
"female" "quake/female/multikill.mp3"
"config" "9"
}
"triple combo"
{
"standard" "quake/triplekill.mp3"
"female" "quake/female/multikill.mp3"
"config" "9"
}
"quad combo"
{
"standard" "quake/multikill.mp3"
"female" "quake/female/multikill.mp3"
"config" "9"
}
"monster combo"
{
"standard" "quake/combowhore.mp3"
"female" "quake/female/multikill.mp3"
"config" "9"
}
"teamkill"
{
"standard" "quake/teamkiller.mp3"
"female" "quake/teamkiller.mp3"
"config" "9"
}
"event sounds"
{
"join server"
{
"sound" ""
"config" "0"
}
}
}



und meine sm_quakesound cfg

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// *****************************************************************************
// 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 1

// 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

// *****************************************************************************
// Individual Sound configs
// Please note the turning off sounds also stops them from downloading
//
// With the release of Version 1.0 these have changed
// The field now works as follows
// 0: Off
// 1: Play sound to everyone
// 2: Play sound to attacker
// 4: Play sound to victim
// 8: Print text to everyone
// 16: Print text to attacker
// 32: Print text to victim
//
// You need to add the above values to get your value
// If you want to play sounds and text to everyone 1 + 8 = 9
// If you want to print text to everyone but only want sounds to play for those involved: 2 + 4 + 8 = 14
//
// IMPORTANT!!! As of Version 1.3 this information is stored in:
//	addons/sourcemod/configs/quakesoundlist.cfg



Habe ich irgendwas falsch gemacht
ich habe die sounds das plugin eingefügt
aktiviert fertig
aber wie oben schon gesagt es werden nicht alle abgespielt

Kann mir da jemand helfen
Mfg Miller

HSFighter

Administrator

Beiträge: 1 517

Wohnort: Flensburg

Beruf: Industrieelektroniker

Rootserver vorhanden: Nein

  • Nachricht senden

2

Freitag, 9. Januar 2009, 16:52

Re: Quake Sounds Funktionieren net richtig

Hi,

wird bei einem Headshot denn nur der Sound nicht gespielt, oder kommt auch kein Text?

MfG



-
Anti Cheat: www.smacbans.com
Kein direkter Support per PM (nur auf Anforderung)

3

Freitag, 9. Januar 2009, 17:03

Re: Quake Sounds Funktionieren net richtig

Also es passiert gar nix
weder sound noch text

Mfg Miller

HSFighter

Administrator

Beiträge: 1 517

Wohnort: Flensburg

Beruf: Industrieelektroniker

Rootserver vorhanden: Nein

  • Nachricht senden

4

Freitag, 9. Januar 2009, 18:16

Re: Quake Sounds Funktionieren net richtig

Steht was im Errorlogfile oder Sourcemod Logfile? (addons\sourcemod\logs)
In welchem Verzeichnis hast du die "quakesoundslist.cfg" ?

MfG



-
Anti Cheat: www.smacbans.com
Kein direkter Support per PM (nur auf Anforderung)

5

Freitag, 9. Januar 2009, 19:14

Re: Quake Sounds Funktionieren net richtig

Also in der error logfile Steht nichts von Soundlist cfg
oder überhaupt sound

Die Quakesoundlist.cfg ist in
addons/Sourcemod/Configs


Mfg MIller

HSFighter

Administrator

Beiträge: 1 517

Wohnort: Flensburg

Beruf: Industrieelektroniker

Rootserver vorhanden: Nein

  • Nachricht senden

6

Sonntag, 11. Januar 2009, 15:57

Re: Quake Sounds Funktionieren net richtig

Deine Config schaut richtig aus, ich wüsste jetzt nicht was da falsch wäre. Sorry



-
Anti Cheat: www.smacbans.com
Kein direkter Support per PM (nur auf Anforderung)