From 1dfe19b3066aa4419d236a48a4765ad2eb393141 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 20 Feb 2011 18:36:20 +0000 Subject: Removed ability to disable messages, and replaced with configuration variable to control dialogue text messages, as in vanilla. Also, absence of voices.wad, or use of the -novoices parameter, will now properly both disable voices AND enable dialogue text. Subversion-branch: /branches/strife-branch Subversion-revision: 2268 --- src/strife/d_englsh.h | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'src/strife/d_englsh.h') diff --git a/src/strife/d_englsh.h b/src/strife/d_englsh.h index 52a9e23c..55d4a662 100644 --- a/src/strife/d_englsh.h +++ b/src/strife/d_englsh.h @@ -190,16 +190,17 @@ #define HUSTR_33 "AREA 2: Town" #define HUSTR_34 "AREA 3: Movement Base" -#define HUSTR_CHATMACRO1 "I'm ready to kick butt!" -#define HUSTR_CHATMACRO2 "I'm OK." -#define HUSTR_CHATMACRO3 "I'm not looking too good!" -#define HUSTR_CHATMACRO4 "Help!" -#define HUSTR_CHATMACRO5 "You suck!" -#define HUSTR_CHATMACRO6 "Next time, scumbag..." -#define HUSTR_CHATMACRO7 "Come here!" -#define HUSTR_CHATMACRO8 "I'll take care of it." -#define HUSTR_CHATMACRO9 "Yes" -#define HUSTR_CHATMACRO0 "No" +// haleyjd 20110219: [STRIFE] replaced all with Strife chat macros: +#define HUSTR_CHATMACRO1 "Mommy?" +#define HUSTR_CHATMACRO2 "Fucker!" +#define HUSTR_CHATMACRO3 "--SPLAT-- Instant wall art." +#define HUSTR_CHATMACRO4 "That had to hurt!" +#define HUSTR_CHATMACRO5 "Smackings!" +#define HUSTR_CHATMACRO6 "Gib-O-Matic baby." +#define HUSTR_CHATMACRO7 "Burn! Yah! Yah!" +#define HUSTR_CHATMACRO8 "Buh-Bye!" +#define HUSTR_CHATMACRO9 "Sizzle chest!" +#define HUSTR_CHATMACRO0 "That sucked!" #define HUSTR_TALKTOSELF1 "You mumble to yourself" #define HUSTR_TALKTOSELF2 "Who's there?" -- cgit v1.2.3