From 33f6b4d914ff0887612d34452b4e3edb0c12d68a Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Sat, 23 Feb 2013 17:41:12 -0500 Subject: [PATCH] Update the notifications.cfg file now --- notifications.cfg | 108 ++++++++++++++++++++-------------------------- 1 file changed, 46 insertions(+), 62 deletions(-) diff --git a/notifications.cfg b/notifications.cfg index 93d49a29d..6ec47b7be 100644 --- a/notifications.cfg +++ b/notifications.cfg @@ -11,12 +11,7 @@ // ** ** // // ********************************************** // -// Version number to identify mismatches between code and config file... -// Increment NOTIF_VERSION in common/notifications.qh with any -// new notifications or other changes to notif cvars/this config. -set notification_version 4 - -// MSG_INFO notifications (count = 184): +// MSG_INFO notifications (count = 186): seta notification_INFO_CTF_FLAGRETURN_DROPPED_RED 1 "notif string: ^7The ^1RED^7 flag was dropped in the base and returned itself\n^7" seta notification_INFO_CTF_FLAGRETURN_DROPPED_BLUE 1 "notif string: ^7The ^4BLUE^7 flag was dropped in the base and returned itself\n^7" seta notification_INFO_CTF_FLAGRETURN_DAMAGED_RED 1 "notif string: ^7The ^1RED^7 flag was destroyed and returned to base\n^7" @@ -47,7 +42,6 @@ seta notification_INFO_DEATH_TEAMKILL_RED 1 "notif string: ^7%s^1 was betrayed b seta notification_INFO_DEATH_TEAMKILL_BLUE 1 "notif string: ^7%s^1 was betrayed by ^7%s^1%s\n^7" seta notification_INFO_DEATH_TEAMKILL_YELLOW 1 "notif string: ^7%s^1 was betrayed by ^7%s^1%s\n^7" seta notification_INFO_DEATH_TEAMKILL_PINK 1 "notif string: ^7%s^1 was betrayed by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_FIRSTBLOOD 1 "notif string: ^7%s^1 drew first blood\n^7" seta notification_INFO_DEATH_SELF_CUSTOM 1 "notif string: ^7%s^1 %s^1%s\n^7" seta notification_INFO_DEATH_SELF_GENERIC 1 "notif string: ^7%s^1 died%s\n^7" seta notification_INFO_DEATH_SELF_VOID 1 "notif string: ^7%s^1 was in the wrong place%s\n^7" @@ -71,15 +65,20 @@ seta notification_INFO_DEATH_SELF_TURRET 1 "notif string: ^7%s^1 ran into a turr seta notification_INFO_DEATH_SELF_TURRET_EWHEEL 1 "notif string: ^7%s^1 was blasted away by an eWheel turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_FLAC 1 "notif string: ^7%s^1 got caught up in the FLAC turret fire%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_MACHINEGUN 1 "notif string: ^7%s^1 was riddled full of holes by a Machinegun turret%s\n^7" -seta notification_INFO_DEATH_SELF_TURRET_WALKER_GUN 1 "notif string: ^7%s^1 got served a lead enrichment by a Walker turret%s\n^7" -seta notification_INFO_DEATH_SELF_TURRET_WALKER_MEELE 1 "notif string: ^7%s^1 was impaled by a Walker turret%s\n^7" -seta notification_INFO_DEATH_SELF_TURRET_WALKER_ROCKET 1 "notif string: ^7%s^1 was blasted away by a Walker turret%s\n^7" +seta notification_INFO_DEATH_SELF_TURRET_WALK_GUN 1 "notif string: ^7%s^1 got served a lead enrichment by a Walker turret%s\n^7" +seta notification_INFO_DEATH_SELF_TURRET_WALK_MEELE 1 "notif string: ^7%s^1 was impaled by a Walker turret%s\n^7" +seta notification_INFO_DEATH_SELF_TURRET_WALK_ROCKET 1 "notif string: ^7%s^1 was blasted away by a Walker turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_HELLION 1 "notif string: ^7%s^1 was blasted away by a Hellion turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_HK 1 "notif string: ^7%s^1 could not hide from the Hunter turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_MLRS 1 "notif string: ^7%s^1 got turned into smoldering gibs by an MLRS turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_PLASMA 1 "notif string: ^7%s^1 got served some superheated plasma from a turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_PHASER 1 "notif string: ^7%s^1 was phased out by a turret%s\n^7" seta notification_INFO_DEATH_SELF_TURRET_TESLA 1 "notif string: ^7%s^1 was electrocuted by a Tesla turret%s\n^7" +seta notification_INFO_DEATH_SELF_VH_CRUSH 1 "notif string: ^7%s^1 was crushed by a vehicle%s\n^7" +seta notification_INFO_DEATH_SELF_VH_SPID_DEATH 1 "notif string: ^7%s^1 got caught in the blast of a Spiderbot explosion%s\n^7" +seta notification_INFO_DEATH_SELF_VH_WAKI_DEATH 1 "notif string: ^7%s^1 got caught in the blast of a Racer explosion%s\n^7" +seta notification_INFO_DEATH_SELF_VH_RAPT_DEATH 1 "notif string: ^7%s^1 got caught in the blast of a Raptor explosion%s\n^7" +seta notification_INFO_DEATH_SELF_VH_BUMB_DEATH 1 "notif string: ^7%s^1 got caught in the blast of a Bumblebee explosion%s\n^7" seta notification_INFO_DEATH_MURDER_TELEFRAG 1 "notif string: ^7%s%s^1 was telefragged by ^7%s^1%s\n^7" seta notification_INFO_DEATH_MURDER_FALL 1 "notif string: ^7%s%s^1 was grounded by ^7%s^1%s\n^7" seta notification_INFO_DEATH_MURDER_DROWN 1 "notif string: ^7%s%s^1 was drowned by ^7%s^1%s\n^7" @@ -92,20 +91,18 @@ seta notification_INFO_DEATH_MURDER_TOUCHEXPLODE 1 "notif string: ^7%s%s^1 died seta notification_INFO_DEATH_MURDER_CHEAT 1 "notif string: ^7%s%s^1 was unfairly eliminated by ^7%s^1%s\n^7" seta notification_INFO_DEATH_MURDER_FIRE 1 "notif string: ^7%s%s^1 was burnt up into a crisp by ^7%s^1%s\n^7" seta notification_INFO_DEATH_MURDER_VH_CRUSH 1 "notif string: ^7%s%s^1 was crushed by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_SPID_MINIGUN 1 "notif string: ^7%s%s^1 got shredded by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_SPID_ROCKET 1 "notif string: ^7%s%s^1 was blasted to bits by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_SPID_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_WAKI_GUN 1 "notif string: ^7%s%s^1 was bolted down by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_WAKI_ROCKET 1 "notif string: ^7%s%s^1 couldn't find shelter from ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_WAKI_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_SPID_MINIGUN 1 "notif string: ^7%s%s^1 got shredded by ^7%s^1's Spiderbot%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_SPID_ROCKET 1 "notif string: ^7%s%s^1 was blasted to bits by ^7%s^1's Spiderbot%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_SPID_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1's Spiderbot exploded%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_WAKI_GUN 1 "notif string: ^7%s%s^1 was bolted down by ^7%s^1's Racer%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_WAKI_ROCKET 1 "notif string: ^7%s%s^1 couldn't find shelter from ^7%s^1's Racer%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_WAKI_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1's Racer exploded%s\n^7" seta notification_INFO_DEATH_MURDER_VH_RAPT_CANNON 1 "notif string: ^7%s%s^1 couldn't resist ^7%s^1 purple blobs%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_RAPT_BOMB 1 "notif string: ^7%s%s^1 was cluster bombed by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_RAPT_FRAGMENT 1 "notif string: ^7%s%s^1 was cluster bombed by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_RAPT_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_BUMB_GUN 1 "notif string: ^7%s%s^1 foobar by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_BUMB_RAY 1 "notif string: ^7%s%s^1 foobar by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_BUMB_RAY_HEAL 1 "notif string: ^7%s%s^1 foobar by ^7%s^1%s\n^7" -seta notification_INFO_DEATH_MURDER_VH_BUMB_DEATH 1 "notif string: ^7%s%s^1 foobar by ^7%s^1%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_RAPT_BOMB 1 "notif string: ^7%s%s^1 was cluster bombed by ^7%s^1's Raptor%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_RAPT_FRAGMENT 1 "notif string: ^7%s%s^1 was cluster bombed by ^7%s^1's Raptor%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_RAPT_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1's Raptor exploded%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_BUMB_GUN 1 "notif string: ^7%s%s^1 saw the pretty lights of ^7%s^1's Bumblebee gun%s\n^7" +seta notification_INFO_DEATH_MURDER_VH_BUMB_DEATH 1 "notif string: ^7%s%s^1 got caught in the blast when ^7%s^1's Bumblebee exploded%s\n^7" seta notification_INFO_FREEZETAG_ROUND_WIN_RED 1 "notif string: ^1RED^7 team wins the round, all other teams were frozen\n^7" seta notification_INFO_FREEZETAG_ROUND_WIN_BLUE 1 "notif string: ^4BLUE^7 team wins the round, all other teams were frozen\n^7" seta notification_INFO_FREEZETAG_ROUND_WIN_YELLOW 1 "notif string: ^3YELLOW^7 team wins the round, all other teams were frozen\n^7" @@ -202,7 +199,7 @@ seta notification_INFO_WEAPON_KLEINBOTTLE_MURDER 1 "notif string: ^7%s%s^1 died seta notification_INFO_WEAPON_UZI_MURDER_SNIPE 1 "notif string: ^7%s%s^1 was sniped by ^7%s^1's Machine Gun%s\n^7" seta notification_INFO_WEAPON_UZI_MURDER_SPRAY 1 "notif string: ^7%s%s^1 was riddled full of holes by ^7%s^1's Machine Gun%s\n^7" -// MSG_CENTER notifications (count = 93): +// MSG_CENTER notifications (count = 90): seta notification_CENTER_ASSAULT_ATTACKING 1 "notif string: ^7You are attacking!^7" seta notification_CENTER_ASSAULT_DEFENDING 1 "notif string: ^7You are defending!^7" seta notification_CENTER_CTF_CAPTURESHIELD_SHIELDED 1 "notif string: ^7You are now ^2shielded^7 from the flag\n^7for ^3too many unsuccessful attempts^7 to capture.\n^7Make some defensive scores before trying again.^7" @@ -249,23 +246,20 @@ seta notification_CENTER_DEATH_SELF_CHEAT 1 "notif string: ^1You unfairly elimin seta notification_CENTER_DEATH_SELF_TOUCHEXPLODE 1 "notif string: ^1You died in an accident!^7" seta notification_CENTER_DEATH_SELF_TURRET 1 "notif string: ^1You were fragged by a turret!^7" seta notification_CENTER_DEATH_SELF_TURRET_EWHEEL 1 "notif string: ^1You were fragged by an eWheel turret!^7" -seta notification_CENTER_DEATH_SELF_TURRET_WALKER 1 "notif string: ^1You were fragged by a Walker turret!^7" +seta notification_CENTER_DEATH_SELF_TURRET_WALK 1 "notif string: ^1You were fragged by a Walker turret!^7" +seta notification_CENTER_DEATH_SELF_VH_CRUSH 1 "notif string: ^1You were crushed by a vehicle!^7" +seta notification_CENTER_DEATH_SELF_VH_SPID_DEATH 1 "notif string: ^1You got caught in the blast of a Spiderbot explosion!^7" +seta notification_CENTER_DEATH_SELF_VH_WAKI_DEATH 1 "notif string: ^1You got caught in the blast of a Racer explosion!^7" +seta notification_CENTER_DEATH_SELF_VH_RAPT_DEATH 1 "notif string: ^1You got caught in the blast of a Raptor explosion!^7" +seta notification_CENTER_DEATH_SELF_VH_BUMB_DEATH 1 "notif string: ^1You got caught in the blast of a Bumblebee explosion!^7" seta notification_CENTER_DEATH_MURDER_FRAG 1 "notif string: ^4%sYou fragged ^7%s^7" -seta notification_CENTER_DEATH_MURDER_FRAGGED 1 "notif string: ^1You were fragged by ^7%s^7" +seta notification_CENTER_DEATH_MURDER_FRAGGED 1 "notif string: ^1%sYou were fragged by ^7%s^7" seta notification_CENTER_DEATH_MURDER_TYPEFRAG 1 "notif string: ^1%sYou typefragged ^7%s^7" -seta notification_CENTER_DEATH_MURDER_TYPEFRAGGED 1 "notif string: ^1You were typefragged by ^7%s^7" -seta notification_CENTER_DEATH_MURDER_FRAG_FIRST 1 "notif string: ^4First blood! You fragged ^7%s^7" -seta notification_CENTER_DEATH_MURDER_FRAGGED_FIRST 1 "notif string: ^1First victim! You were fragged by ^7%s^7" -seta notification_CENTER_DEATH_MURDER_TYPEFRAG_FIRST 1 "notif string: ^1First blood! You typefragged ^7%s^7" -seta notification_CENTER_DEATH_MURDER_TYPEFRAGGED_FIRST 1 "notif string: ^1First victim! You were typefragged by ^7%s^7" +seta notification_CENTER_DEATH_MURDER_TYPEFRAGGED 1 "notif string: ^1%sYou were typefragged by ^7%s^7" seta notification_CENTER_DEATH_MURDER_FRAG_VERBOSE 1 "notif string: ^4%sYou fragged ^7%s^7%s^7" -seta notification_CENTER_DEATH_MURDER_FRAGGED_VERBOSE 1 "notif string: ^1You were fragged by ^7%s^7%s^7" +seta notification_CENTER_DEATH_MURDER_FRAGGED_VERBOSE 1 "notif string: ^1%sYou were fragged by ^7%s^7%s^7" seta notification_CENTER_DEATH_MURDER_TYPEFRAG_VERBOSE 1 "notif string: ^1%sYou typefragged ^7%s^7%s^7" -seta notification_CENTER_DEATH_MURDER_TYPEFRAGGED_VERBOSE 1 "notif string: ^1You were typefragged by ^7%s^7%s^7" -seta notification_CENTER_DEATH_MURDER_FRAG_FIRST_VERBOSE 1 "notif string: ^4First blood! You fragged ^7%s^7" -seta notification_CENTER_DEATH_MURDER_FRAGGED_FIRST_VERBOSE 1 "notif string: ^1First victim! You were fragged by ^7%s^7" -seta notification_CENTER_DEATH_MURDER_TYPEFRAG_FIRST_VERBOSE 1 "notif string: ^1First blood! You typefragged ^7%s^7" -seta notification_CENTER_DEATH_MURDER_TYPEFRAGGED_FIRST_VERBOSE 1 "notif string: ^1First victim! You were typefragged by ^7%s^7" +seta notification_CENTER_DEATH_MURDER_TYPEFRAGGED_VERBOSE 1 "notif string: ^1%sYou were typefragged by ^7%s^7%s^7" seta notification_CENTER_DEATH_TEAMKILL_FRAG 1 "notif string: ^1Moron! You fragged ^7%s^1, a team mate!^7" seta notification_CENTER_DEATH_TEAMKILL_FRAGGED 1 "notif string: ^1You were fragged by ^7%s^1, a team mate^7" seta notification_CENTER_DISCONNECT_IDLING 1 "notif string: ^1Stop idling!\n^7Disconnecting in ^COUNT...^7" @@ -348,7 +342,7 @@ seta notification_WEAPON_KLEINBOTTLE_MURDER 1 "notif string: infoname: INFO_WEAP seta notification_WEAPON_UZI_MURDER_SNIPE 1 "notif string: infoname: INFO_WEAPON_UZI_MURDER_SNIPE, centername: ^7" seta notification_WEAPON_UZI_MURDER_SPRAY 1 "notif string: infoname: INFO_WEAPON_UZI_MURDER_SPRAY, centername: ^7" -// MSG_DEATH notifications (count = 76): +// MSG_DEATH notifications (count = 61): seta notification_DEATH_SELF_CUSTOM 1 "notif string: infoname: INFO_DEATH_SELF_GENERIC, centername: CENTER_DEATH_SELF_CUSTOM^7" seta notification_DEATH_SELF_GENERIC 1 "notif string: infoname: INFO_DEATH_SELF_GENERIC, centername: CENTER_DEATH_SELF_GENERIC^7" seta notification_DEATH_SELF_VOID 1 "notif string: infoname: INFO_DEATH_SELF_VOID, centername: CENTER_DEATH_SELF_VOID^7" @@ -372,15 +366,20 @@ seta notification_DEATH_SELF_TURRET 1 "notif string: infoname: INFO_DEATH_SELF_T seta notification_DEATH_SELF_TURRET_EWHEEL 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_EWHEEL, centername: CENTER_DEATH_SELF_TURRET_EWHEEL^7" seta notification_DEATH_SELF_TURRET_FLAC 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_FLAC, centername: CENTER_DEATH_SELF_TURRET^7" seta notification_DEATH_SELF_TURRET_MACHINEGUN 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_MACHINEGUN, centername: CENTER_DEATH_SELF_TURRET^7" -seta notification_DEATH_SELF_TURRET_WALKER_GUN 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_WALKER_GUN, centername: CENTER_DEATH_SELF_TURRET_WALKER^7" -seta notification_DEATH_SELF_TURRET_WALKER_MEELE 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_WALKER_MEELE, centername: CENTER_DEATH_SELF_TURRET_WALKER^7" -seta notification_DEATH_SELF_TURRET_WALKER_ROCKET 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_WALKER_ROCKET, centername: CENTER_DEATH_SELF_TURRET_WALKER^7" +seta notification_DEATH_SELF_TURRET_WALK_GUN 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_WALK_GUN, centername: CENTER_DEATH_SELF_TURRET_WALK^7" +seta notification_DEATH_SELF_TURRET_WALK_MEELE 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_WALK_MEELE, centername: CENTER_DEATH_SELF_TURRET_WALK^7" +seta notification_DEATH_SELF_TURRET_WALK_ROCKET 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_WALK_ROCKET, centername: CENTER_DEATH_SELF_TURRET_WALK^7" seta notification_DEATH_SELF_TURRET_HELLION 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_HELLION, centername: CENTER_DEATH_SELF_TURRET^7" seta notification_DEATH_SELF_TURRET_HK 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_HK, centername: CENTER_DEATH_SELF_TURRET^7" seta notification_DEATH_SELF_TURRET_MLRS 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_MLRS, centername: CENTER_DEATH_SELF_TURRET^7" seta notification_DEATH_SELF_TURRET_PLASMA 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_PLASMA, centername: CENTER_DEATH_SELF_TURRET^7" seta notification_DEATH_SELF_TURRET_PHASER 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_PHASER, centername: CENTER_DEATH_SELF_TURRET^7" seta notification_DEATH_SELF_TURRET_TESLA 1 "notif string: infoname: INFO_DEATH_SELF_TURRET_TESLA, centername: CENTER_DEATH_SELF_TURRET^7" +seta notification_DEATH_SELF_VH_CRUSH 1 "notif string: infoname: INFO_DEATH_SELF_VH_CRUSH, centername: CENTER_DEATH_SELF_VH_CRUSH^7" +seta notification_DEATH_SELF_VH_SPID_DEATH 1 "notif string: infoname: INFO_DEATH_SELF_VH_SPID_DEATH, centername: CENTER_DEATH_SELF_VH_SPID_DEATH^7" +seta notification_DEATH_SELF_VH_WAKI_DEATH 1 "notif string: infoname: INFO_DEATH_SELF_VH_WAKI_DEATH, centername: CENTER_DEATH_SELF_VH_WAKI_DEATH^7" +seta notification_DEATH_SELF_VH_RAPT_DEATH 1 "notif string: infoname: INFO_DEATH_SELF_VH_RAPT_DEATH, centername: CENTER_DEATH_SELF_VH_RAPT_DEATH^7" +seta notification_DEATH_SELF_VH_BUMB_DEATH 1 "notif string: infoname: INFO_DEATH_SELF_VH_BUMB_DEATH, centername: CENTER_DEATH_SELF_VH_BUMB_DEATH^7" seta notification_DEATH_MURDER_TELEFRAG 1 "notif string: infoname: INFO_DEATH_MURDER_TELEFRAG, centername: ^7" seta notification_DEATH_MURDER_FALL 1 "notif string: infoname: INFO_DEATH_MURDER_FALL, centername: ^7" seta notification_DEATH_MURDER_DROWN 1 "notif string: infoname: INFO_DEATH_MURDER_DROWN, centername: ^7" @@ -404,31 +403,16 @@ seta notification_DEATH_MURDER_VH_RAPT_BOMB 1 "notif string: infoname: INFO_DEAT seta notification_DEATH_MURDER_VH_RAPT_FRAGMENT 1 "notif string: infoname: INFO_DEATH_MURDER_VH_RAPT_FRAGMENT, centername: ^7" seta notification_DEATH_MURDER_VH_RAPT_DEATH 1 "notif string: infoname: INFO_DEATH_MURDER_VH_RAPT_DEATH, centername: ^7" seta notification_DEATH_MURDER_VH_BUMB_GUN 1 "notif string: infoname: INFO_DEATH_MURDER_VH_BUMB_GUN, centername: ^7" -seta notification_DEATH_MURDER_VH_BUMB_RAY 1 "notif string: infoname: INFO_DEATH_MURDER_VH_BUMB_RAY, centername: ^7" -seta notification_DEATH_MURDER_VH_BUMB_RAY_HEAL 1 "notif string: infoname: INFO_DEATH_MURDER_VH_BUMB_RAY_HEAL, centername: ^7" seta notification_DEATH_MURDER_VH_BUMB_DEATH 1 "notif string: infoname: INFO_DEATH_MURDER_VH_BUMB_DEATH, centername: ^7" -seta notification_DEATH_MURDER_FRAG 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_FRAG^7" -seta notification_DEATH_MURDER_FRAGGED 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_FRAGGED^7" -seta notification_DEATH_MURDER_TYPEFRAG 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_TYPEFRAG^7" -seta notification_DEATH_MURDER_TYPEFRAGGED 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_TYPEFRAGGED^7" -seta notification_DEATH_MURDER_FRAG_FIRST 1 "notif string: infoname: INFO_DEATH_FIRSTBLOOD, centername: CENTER_DEATH_MURDER_FRAG_FIRST^7" -seta notification_DEATH_MURDER_FRAGGED_FIRST 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_FRAGGED_FIRST^7" -seta notification_DEATH_MURDER_TYPEFRAG_FIRST 1 "notif string: infoname: INFO_DEATH_FIRSTBLOOD, centername: CENTER_DEATH_MURDER_TYPEFRAG_FIRST^7" -seta notification_DEATH_MURDER_TYPEFRAGGED_FIRST 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_TYPEFRAGGED_FIRST^7" -seta notification_DEATH_MURDER_FRAG_VERBOSE 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_FRAG_VERBOSE^7" -seta notification_DEATH_MURDER_FRAGGED_VERBOSE 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_FRAGGED_VERBOSE^7" -seta notification_DEATH_MURDER_TYPEFRAG_VERBOSE 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_TYPEFRAG_VERBOSE^7" -seta notification_DEATH_MURDER_TYPEFRAGGED_VERBOSE 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_TYPEFRAGGED_VERBOSE^7" -seta notification_DEATH_MURDER_FRAG_FIRST_VERBOSE 1 "notif string: infoname: INFO_DEATH_FIRSTBLOOD, centername: CENTER_DEATH_MURDER_FRAG_FIRST_VERBOSE^7" -seta notification_DEATH_MURDER_FRAGGED_FIRST_VERBOSE 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_FRAGGED_FIRST_VERBOSE^7" -seta notification_DEATH_MURDER_TYPEFRAG_FIRST_VERBOSE 1 "notif string: infoname: INFO_DEATH_FIRSTBLOOD, centername: CENTER_DEATH_MURDER_TYPEFRAG_FIRST_VERBOSE^7" -seta notification_DEATH_MURDER_TYPEFRAGGED_FIRST_VERBOSE 1 "notif string: infoname: , centername: CENTER_DEATH_MURDER_TYPEFRAGGED_FIRST_VERBOSE^7" -seta notification_DEATH_TEAMKILL_FRAG 1 "notif string: infoname: , centername: CENTER_DEATH_TEAMKILL_FRAG^7" -seta notification_DEATH_TEAMKILL_FRAGGED 1 "notif string: infoname: , centername: CENTER_DEATH_TEAMKILL_FRAGGED^7" // HARD CODED notification variables: seta notification_allow_chatboxprint 1 "Allow notifications to be printed to chat box by setting notification cvar to 2 (You can also set this cvar to 2 to force ALL notifications to be printed to the chatbox)" seta notification_show_sprees 1 "Print information about sprees in death/kill messages" +seta notification_show_sprees_center 1 "Show spree information in MSG_CENTER messages... 0 = off, 1 = target (but only for first victim) and attacker" +seta notification_show_sprees_center_specialonly 1 "Don't show spree information in MSG_CENTER messages if it isn't an achievement" +seta notification_show_sprees_info 3 "Show spree information in MSG_INFO messages... 0 = off, 1 = target only, 2 = attacker only, 3 = target and attacker" +seta notification_show_sprees_info_newline 0 "Show attacker spree information for MSG_INFO messages on a separate line than the death notification itself" +seta notification_show_sprees_info_specialonly 1 "Don't show attacker spree information in MSG_INFO messages if it isn't an achievement" seta notification_version_mismatch_client_error 0 "Cause a notif error on client if the version in notifications.cfg mismatches the code" seta notification_version_mismatch_server_error 1 "Cause a notif error on server if the version in notifications.cfg mismatches the code" seta notification_errors_are_fatal 1 "If a notification fails upon initialization, cause a Host_Error to stop the program" @@ -437,4 +421,4 @@ seta notification_ctf_pickup_enemy_verbose 1 "Show extra information if an enemy seta notification_ctf_capture_verbose 1 "Show extra information when someone captures a flag" seta notification_frag_verbose 1 "Show extra information when you frag someone (or when you are fragged" -// Notification counts (total = 402): MSG_INFO = 184, MSG_CENTER = 93, MSG_WEAPON = 49, MSG_DEATH = 76 +// Notification counts (total = 386): MSG_INFO = 186, MSG_CENTER = 90, MSG_WEAPON = 49, MSG_DEATH = 61 -- 2.39.2