shanapu / MyStore

This store is buggy - development paused for unpredictable time - more a concept and giver for ideas than a working store - Keep posting bugs!
GNU General Public License v3.0
23 stars 9 forks source link

[BUG] death sound cfg not there #13

Open dzinks2009 opened 4 years ago

dzinks2009 commented 4 years ago

The config for death_sounds is not there.

shanapu commented 4 years ago

added on next update

"Deathsounds"
{
    "Explosion"
    {
        "sound" "jihad/boom.mp3"
        "origin" "2"  // 1 - global (map)/ 2 - local (player)/ 3 - player voice
        "volume" "1.0"
        "price" "100"
        "block" "1"   // 1 - block orignal death voice
        "type" "death_sound"
    }
    "Jihad sound"
    {
        "sound" "jihad/suicidebomber.mp3"
        "origin" "3"  // 1 - global / 2 - local / 3 - player voice
        "volume" "0.5"
        "price" "100"
        "block" "0"   // 1 - block orignal death voice
        "type" "death_sound"
    }
}