Closed deathsythe47 closed 8 years ago
Btw you should consider packaging my "was detpacked by" fix with smod. The game correctly references a unique detpack kill message, but the message itself in mp_ingame.str
is the same as that for thermals in English and German. available at sites.google.com/site/duosjk3siegemods
Some methods of death use the same messages, which is dumb. Would be nice if we had more. (see
cg_event.c
) Since the game specifically referencesmp_ingame.str
it would probably need to reference a new additional file?MOD_CONC
andMOD_CONC_ALT
useKILLED_GENERIC
("was killed by")....maybe should be "was obliterated by"MOD_CRUSH
usesKILLED_GENERIC
("was killed by")....maybe should be "was crushed by"