foobarhl / sourcemod

[foo] bar's miscellaneous sourcemod stuff
4 stars 7 forks source link

quakesounds - can't create new sets #6

Closed jono666 closed 11 years ago

jono666 commented 11 years ago

unable to create new sound sets or editing existing sound sets in quakesoundslist.cfg example below

"sound sets"
{
    "sound set 1"       "standard"
    "sound set 2"       "female"
    "sound set 3"       "robot"
    "sound set 4"       ""
    "sound set 5"       ""
}
"headshot"
{
    "1"
    {
        "standard"      "quake/headshot.mp3"
        "female"        "quake/female/headshot.mp3"
        "robot"         "quake/robot/headshot.mp3"
        "config"        "9"
    }   
    "3"
    {
        "standard"      "quake/hattrick.wav"
        "female"        "quake/female/headshot.mp3"
        "robot"         "quake/robot/hattrick.mp3"
        "config"        "9"
    }
    "5"
    {
        "standard"      "quake/headhunter.wav"
        "female"        "quake/female/headshot.mp3"
        "robot"         "quake/robot/headhunter.mp3"
        "config"        "9"
    }       
}
foobarhl commented 11 years ago

Moved to https://github.com/foobarhl/foo_quakesounds_hl2dm/issues/3