2014-03-29 20:07:07 +01:00
|
|
|
"Games"
|
|
|
|
{
|
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"SpriteBeam" "sprites/laser.vmt"
|
|
|
|
"SpriteBeam2" "sprites/bluelight1.vmt"
|
|
|
|
"SpriteExplosion" "sprites/sprite_fire01.vmt"
|
|
|
|
"SpriteGlow" "sprites/blueglow2.vmt"
|
|
|
|
"SpriteHalo" "sprites/halo01.vmt"
|
|
|
|
|
|
|
|
"SoundBlip" "buttons/blip1.wav"
|
|
|
|
"SoundBeep" "buttons/button17.wav"
|
|
|
|
"SoundFinal" "weapons/cguard/charging.wav"
|
|
|
|
"SoundBoom" "weapons/explode3.wav"
|
|
|
|
"SoundFreeze" "physics/glass/glass_impact_bullet4.wav"
|
Change sm_beacon to use game-specific team colors (#1187)
Added game color config & specific settings for L4D/L4D2
Created the following keys:
"Team1Color" "75,255,75,255"
"Team2Color" "255,75,75,255"
"Team3Color" "75,75,255,255"
"Team4Color" "255,128,0,255"
"TeamUnknownColor" "255,255,255,255"
Added a specific setting for L4D/L4D2 game:
"Team2Color" "75,75,255,255"
"Team3Color" "255,75,75,255"
2020-02-23 15:03:00 +01:00
|
|
|
|
|
|
|
"ExternalBeaconColor" "128,128,128,255"
|
|
|
|
"Team1BeaconColor" "75,255,75,255"
|
|
|
|
"Team2BeaconColor" "255,75,75,255"
|
|
|
|
"Team3BeaconColor" "75,75,255,255"
|
|
|
|
"Team4BeaconColor" "255,128,0,255"
|
|
|
|
"TeamUnknownBeaconColor" "255,255,255,255"
|
2014-03-29 20:07:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"csgo"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"SpriteBeam" "sprites/laserbeam.vmt"
|
|
|
|
"SpriteBeam2" "sprites/physbeam.vmt"
|
|
|
|
"SpriteExplosion" ""
|
|
|
|
"SpriteGlow" "sprites/blueflare1.vmt"
|
|
|
|
"SpriteHalo" "sprites/glow01.vmt"
|
2016-05-21 18:53:27 +02:00
|
|
|
|
|
|
|
"SoundFinal" "ui/arm_bomb.wav"
|
|
|
|
"SoundBoom" "weapons/hegrenade/explode4.wav"
|
2014-03-29 20:07:07 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"$INSURGENCY" // Standalone game
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"SpriteBeam" "sprites/laserbeam.vmt"
|
|
|
|
"SpriteBeam2" ""
|
|
|
|
"SpriteExplosion" "sprites/sprite_fire01.vmt"
|
|
|
|
"SpriteGlow" ""
|
|
|
|
"SpriteHalo" "sprites/glow01.vmt"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
"swarm"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"SpriteBeam" "sprites/laserbeam.vmt"
|
|
|
|
"SpriteBeam2" ""
|
|
|
|
"SpriteExplosion" "sprites/flamelet1.vmt"
|
|
|
|
"SpriteGlow" "sprites/blueflare1.vmt"
|
|
|
|
"SpriteHalo" "sprites/glow01.vmt"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-04-12 16:09:33 +02:00
|
|
|
"pvkii"
|
|
|
|
{
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"Team1BeaconColor" "255,255,75,255"
|
|
|
|
"Team2BeaconColor" "255,75,75,255"
|
|
|
|
"Team3BeaconColor" "75,255,75,255"
|
|
|
|
"Team4BeaconColor" "75,75,255,255"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-03-29 20:07:07 +01:00
|
|
|
"#default"
|
|
|
|
{
|
|
|
|
"#supported"
|
|
|
|
{
|
|
|
|
"game" "left4dead"
|
|
|
|
"game" "left4dead2"
|
|
|
|
}
|
|
|
|
|
|
|
|
"Keys"
|
|
|
|
{
|
|
|
|
"SpriteBeam" "sprites/laserbeam.vmt"
|
|
|
|
"SpriteBeam2" "sprites/physbeam.vmt"
|
|
|
|
"SpriteExplosion" "sprites/floorfire4_.vmt"
|
|
|
|
"SpriteGlow" "sprites/blueflare1.vmt"
|
|
|
|
"SpriteHalo" "sprites/glow01.vmt"
|
Change sm_beacon to use game-specific team colors (#1187)
Added game color config & specific settings for L4D/L4D2
Created the following keys:
"Team1Color" "75,255,75,255"
"Team2Color" "255,75,75,255"
"Team3Color" "75,75,255,255"
"Team4Color" "255,128,0,255"
"TeamUnknownColor" "255,255,255,255"
Added a specific setting for L4D/L4D2 game:
"Team2Color" "75,75,255,255"
"Team3Color" "255,75,75,255"
2020-02-23 15:03:00 +01:00
|
|
|
|
|
|
|
"Team2BeaconColor" "75,75,255,255"
|
|
|
|
"Team3BeaconColor" "255,75,75,255"
|
2014-03-29 20:07:07 +01:00
|
|
|
}
|
|
|
|
}
|
2022-04-12 15:57:18 +02:00
|
|
|
}
|