Stránka 1 z 1

Quake sounds - female nejdu

Napsal: 27 čer 2010, 18:13
od max_007
cawte , takto mam nastavene quake sounds v sm , ale pri napisaní !quake v hre sa nezobrazi to menu na zmenenie na female, a neslo mi to ani v starom css patchi


Kód: Vybrat vše

"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"      "18"
   }
   "headshot 3"
   {
      "standard"      "quake/hattrick.wav"
      "female"      "quake/female/headshot.mp3"
      "config"      "18"
   }
   "headshot 5"
   {
      "standard"      "quake/headhunter.wav"
      "female"      "quake/female/headshot.mp3"
      "config"      "18"
   }
   "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"         "admin_plugin/actions/joinserver.mp3"
         "config"      "1"
      }
   }
}

Re: qq

Napsal: 27 čer 2010, 18:15
od max_007

Kód: Vybrat vše

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

Re: Quake sounds - female nejdu

Napsal: 27 čer 2010, 19:26
od bannanek
myslím, že tam je konfigurační soubor v cfg/sourcemod/quake.cfg a nebo by to mohlo být ještě v tom addons/sourcemod/configs/quakesoundlist.cfg
a tam se dalo právě nastavit zda-li budou moci si uživatelé nastavit quake, ten se vygeneroval po instalaci pluginu a restartu serveru nebo změnou mapy.

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 12:31
od DeaDMan
proc ti to asi nejde co ? :D asi neumis ani cist
// Default sound for new users
// 1=Standard(Default), 2=Female, 0=Disabled
sm_quakesounds_sound 1
to ma být asi na2 ne ?
takze to prepis na : sm_quakesounds_sound 2

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 12:45
od Mysteria
Spíš neumíš číst ty - tohle je defalutní nastavení pro všechny hráče, tím že to napíše tady budou sice female ale nebude mcot nikdo mít normální Quake zvuky!

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 13:38
od 7UN3RK0
No ja mam tiez taky problem akurat ze pouzivam quake sounds na mani lebo na sm som nezohnal. Bol som aj na Half Life 2 Scripting ale tam som nic nenasiel :( Mne nejdu vobec quake soundy.

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 14:11
od Mysteria
Nejsi sám, Mani Quake Sounds mě taky nejdou :) Asi hold jsou jenom někomu :(

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 14:45
od svito
No hlavne sim zabudol max_07 napísať, že plugin, ktorý mu nefungoval bol už bez podpory. Ja som mu posalal link na novú verziu -> http://forums.alliedmods.net/showthread.php?p=817993
Táto by mala fungovať, má aj nové zaujímave funkcie oproti tej čo tam dával :)

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 17:33
od max_007
nefunguje ani ten druhy, no nic kaslem na to je to detail

Re: Quake sounds - female nejdu

Napsal: 28 čer 2010, 18:44
od svito
Tak to je škoda :(