1. Hey there, it looks like you haven't registered yet! Joining is free and we would love to have you as part of our community! Register / Login

Quake Sounds?

Discussion in 'Team Fortress 2' started by Gavlan, Sep 24, 2015.

  1. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    I'm slowly shaping you into a server editor :p.

    Paste all the code into the forum. Use the code tags which can be found above right next to spoiler.
     
  2. Gavlan

    Gavlan Member

    Posts:
    1,394
    Code:
    "SoundSet"
    {
        "headshot"
        {
            "1"
            {
                "sound"            "quake/standard/headshot.mp3"
                "config"        "9"
            }
            "2"
            {
                "sound"            "quake/standard/headshot.mp3"
                "config"        "9"
            }
            "3"
            {
                "sound"            "quake/standard/hattrick.wav"
                "config"        "9"
            }
            "5"
            {
                "sound"            "quake/standard/headhunter.wav"
                "config"        "9"
            }       
        }
        "killsound"
        {
            "4"
            {
                "sound"            "quake/standard/dominating.mp3"
                "config"        "9"
            }   
            "6"
            {
                "sound"            "quake/standard/rampage.mp3"
                "config"        "9"
            }
            "8"
            {
                "sound"            "quake/standard/killingspree.mp3"
                "config"        "9"
            }
            "10"
            {
                "sound"            "quake/standard/monsterkill.mp3"
                "config"        "9"
            }
            "14"
            {
                "sound"            "quake/standard/unstoppable.mp3"
                "config"        "9"
            }
            "16"
            {
                "sound"            "quake/standard/ultrakill.mp3"
                "config"        "9"
            }
            "18"
            {
                "sound"            "quake/standard/godlike.mp3"
                "config"        "9"
            }
            "20"
            {
                "sound"            "quake/standard/wickedsick.mp3"
                "config"        "9"
            }
            "22"
            {
                "sound"            "quake/standard/impressive.mp3"
                "config"        "9"
            }
            "24"
            {
                "sound"            "quake/standard/ludicrouskill.mp3"
                "config"        "9"
            }
            "26"
            {
                "sound"            "quake/standard/holyshit.mp3"
                "config"        "9"
            }       
        }
        "combo"
        {
            "2"
            {
                "sound"            "quake/standard/doublekill.mp3"
                "config"        "9"
            }   
            "3"
            {
                "sound"            "quake/standard/triplekill.mp3"
                "config"        "9"
            }
            "4"
            {
                "sound"            "quake/standard/multikill.mp3"
                "config"        "9"
            }
            "5"
            {
                "sound"            "quake/standard/combowhore.mp3"
                "config"        "9"
            }       
        }
        "first blood"
        {
            "sound"            "quake/standard/firstblood.mp3"
            "config"        "9"
        }
        "grenade"
        {
            "sound"            "quake/standard/perfect.mp3"
            "config"        "9"
        }
        "selfkill"
        {
            "sound"        "quake/standard/humiliation.mp3"
            "config"        "9"
        }
        "round play"
        {
            "sound"        "quake/standard/play.wav"
            "config"        "9"
        }
        "knife"
        {
            "sound"        "quake/standard/humiliation.mp3"
            "config"        "9"
        }
        "teamkill"
        {
            "sound"        "quake/standard/teamkiller.mp3"
            "config"        "9"
        }
        "join server"
        {
            "sound"        "quake/standard/play.wav"
            "config"        "9"
        }
    }
     
  3. Gavlan

    Gavlan Member

    Posts:
    1,394
    I know my way around an else if statement, I'll have you know! :smug:
     
  4. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    Did you do one for the female one too? We have both enabled on the server. I need the soundset for that one too.
     
  5. Gavlan

    Gavlan Member

    Posts:
    1,394
    Ah, I'm on it. Just one moment
     
  6. Gavlan

    Gavlan Member

    Posts:
    1,394
    Code:
    "SoundSet"
    {
        "headshot"
        {
            "1"
            {
                "sound"            "quake/female/headshot.mp3"
                "config"        "9"
            }
            "2"
            {
                "sound"            "quake/female/headshot.mp3"
                "config"        "9"
            }   
            "3"
            {
                "sound"            "quake/female/headshot.mp3"
                "config"        "9"
            }
            "5"
            {
                "sound"            "quake/female/headshot.mp3"
                "config"        "9"
            }       
        }
        "killsound"
        {
            "4"
            {
                "sound"            "quake/female/dominating.mp3"
                "config"        "9"
            }   
            "6"
            {
                "sound"            "quake/female/rampage.mp3"
                "config"        "9"
            }
            "8"
            {
                "sound"            "quake/female/killingspree.mp3"
                "config"        "9"
            }
            "10"
            {
                "sound"            "quake/female/monsterkill.mp3"
                "config"        "9"
            }
            "14"
            {
                "sound"            "quake/female/unstoppable.mp3"
                "config"        "9"
            }
            "16"
            {
                "sound"            "quake/female/ultrakill.mp3"
                "config"        "9"
            }
            "18"
            {
                "sound"            "quake/female/godlike.mp3"
                "config"        "9"
            }
            "20"
            {
                "sound"            "quake/female/wickedsick.mp3"
                "config"        "9"
            }
            "22"
            {
                "sound"            "quake/female/wickedsick.mp3"
                "config"        "9"
            }
            "24"
            {
                "sound"            "quake/female/holyshit.mp3"
                "config"        "9"
            }
            "26"
            {
                "sound"            "quake/female/holyshit.mp3"
                "config"        "9"
            }       
        }
        "combo"
        {
            "2"
            {
                "sound"            "quake/female/multikill.mp3"
                "config"        "9"
            }   
            "3"
            {
                "sound"            "quake/female/multikill.mp3"
                "config"        "9"
            }
            "4"
            {
                "sound"            "quake/female/multikill.mp3"
                "config"        "9"
            }
            "5"
            {
                "sound"            "quake/female/multikill.mp3"
                "config"        "9"
            }       
        }
        "first blood"
        {
            "sound"            "quake/female/firstblood.mp3"
            "config"        "9"
        }
        "grenade"
        {
            "sound"            "quake/standard/perfect.mp3"
            "config"        "9"
        }
        "selfkill"
        {
            "sound"            "quake/standard/humiliation.mp3"
            "config"        "9"
        }
        "round play"
        {
            "sound"            "quake/female/prepare.mp3"
            "config"        "9"
        }
        "knife"
        {
            "sound"            "quake/female/bottomfeeder.mp3"
            "config"        "9"
        }
        "teamkill"
        {
            "sound"            "quake/standard/teamkiller.mp3"
            "config"        "9"
        }
        "join server"
        {
            "sound"            "quake/female/prepare.mp3"       
            "config"        "9"
        }
    }
     
  7. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    Updated the quickplay sounds. They should take effect on server restart.
     
  8. m0r0n kiLLa

    m0r0n kiLLa Member

    Posts:
    33
    I'd LOVE the Quake sounds on the 2Fort server!
     
  9. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    @Gavlan are we happy with the sounds on lazytown now? If so I can get the quake sounds on all the servers this weekend.
     
  10. Gavlan

    Gavlan Member

    Posts:
    1,394
    I'll let you know tonight when I'm at my PC and can see if they are working correctly. They should be fine though!
     
  11. Gavlan

    Gavlan Member

    Posts:
    1,394
    @Woody looked to be running fine to me! I'm happy with us moving it to all of em
     
    • Agree Agree x 1
  12. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    Quake sounds have been added to all servers except MVM and the event servers. It should take effect tonight when the servers restart.
     
    • Like Like x 1
  13. Gavlan

    Gavlan Member

    Posts:
    1,394
    Thanks Woody
     
  14. GingaNinja

    GingaNinja Unabashed Grammar Nazi Member

    Posts:
    927
    Ballin'! Thanks Woody!
     
  15. m0r0n kiLLa

    m0r0n kiLLa Member

    Posts:
    33
    Are they enabled on the 2Fort server?
     
  16. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    They will be tomorrow morning. They are disabled by default so if you want to turn them on type !settings
     
  17. Gavlan

    Gavlan Member

    Posts:
    1,394
    Checked a few servers and they all appear to be working correctly
     
    • Informative Informative x 1
  18. Patient-0

    Patient-0 Member

    Posts:
    354
    I like the Quake sounds. Nice goin!
     
  19. whgssh

    whgssh Ravishingly Attractive

    Posts:
    273
    On the first 5 minutes I started to get annoyed of it but atleast I can take it off.
     
  20. Woody

    Woody Administrator Founder

    Posts:
    7,249

    Inventory:

    This is why they are disabled by default.
     

Share This Page