Release Candidate 2:
- Added option to toggle all beta content. - Added option to toggle armor bonuses (for purists). - Added cheap alternate allmap replacer, so there's something else to replace the computer map when the detector isn't allowed. - Small fixes and corrections.
This commit is contained in:
parent
b9478d3fef
commit
7051cb25be
35 changed files with 719 additions and 93 deletions
|
|
@ -115,6 +115,7 @@ I_SCUBA = "You picked up the SCUBA Gear.";
|
|||
I_OLSMP = "You got the SMP 7243. Time to kick ass!";
|
||||
I_OLSMPAMMO = "You picked up a SMP 7243 Magazine.";
|
||||
I_LBOOTS = "You picked up the Jump Boots.";
|
||||
I_ALLMAP = "You got an Area Map.";
|
||||
/* Tags */
|
||||
T_WPOWERUP = "Dispersion Pistol Powerup";
|
||||
T_STINGERAMMO = "Tarydium Shards";
|
||||
|
|
@ -182,6 +183,7 @@ T_SCUBA = "SCUBA Gear";
|
|||
T_OLSMP = "SMP 7243";
|
||||
T_OLSMPAMMO = "SMP 7243 Magazine";
|
||||
T_LBOOTS = "Jump Boots";
|
||||
T_ALLMAP = "Area Map";
|
||||
/* Miscellaneous */
|
||||
TR_NOMSG = "No new messages";
|
||||
TR_NEWMSG = "New Translator message";
|
||||
|
|
@ -225,6 +227,7 @@ STING_UNREAL97 = "Unreal '97";
|
|||
STING_UNREAL96 = "Unreal '96";
|
||||
STING_UNREAL95 = "Unreal '95";
|
||||
STING_POPTS = "Prototype features";
|
||||
STING_PROTO = "Enable prototype content";
|
||||
STING_TELEHAND = "Teleport Capsules";
|
||||
STING_FLARES = "Light/Dark Flares";
|
||||
STING_STINGER = "Stinger detonation";
|
||||
|
|
@ -243,6 +246,7 @@ STING_PSHIELD = "Power Shield does not drain over time";
|
|||
STING_NOPSTART = "Players don't start up with an Automag";
|
||||
STING_OLSMP = "Enable SMP 7243 from Oldskool Amp'd";
|
||||
STING_MSENTRY = "Enable new Minigun Sentry";
|
||||
STING_ABONUS = "Enable Armor Bonus";
|
||||
STING_DUBIOUS = "Enable Demolisher, Razorclaw and Autocannon";
|
||||
STING_ZSHADER = "Enable Rifle scope shader";
|
||||
STING_QOPTS = "Convenience features";
|
||||
|
|
@ -373,6 +377,7 @@ I_SCUBA = "Has recogido el Kit de Buceo.";
|
|||
I_OLSMP = "Has obtenido el SMP 7243. ¡Hora de patear traseros!";
|
||||
I_OLSMPAMMO = "Has recogido un Cargador de SMP 7243.";
|
||||
I_LBOOTS = "Has recogido las Botas de Salto.";
|
||||
I_ALLMAP = "Has obtenido un Mapa de Área.";
|
||||
/* Tags */
|
||||
T_WPOWERUP = "Mejora para Pistola de Dispersión";
|
||||
T_STINGERAMMO = "Fragmentos de Tarydium";
|
||||
|
|
@ -435,6 +440,7 @@ T_DETECTOR = "Detector de Movimiento";
|
|||
T_SCUBA = "Kit de Buceo";
|
||||
T_OLSMPAMMO = "Cargador de SMP 7243";
|
||||
T_LBOOTS = "Botas de Salto";
|
||||
T_ALLMAP = "Mapa de Área";
|
||||
/* Miscellaneous */
|
||||
TR_NOMSG = "No hay mensajes nuevos";
|
||||
TR_NEWMSG = "Nuevo mensaje de Traductor";
|
||||
|
|
@ -465,6 +471,7 @@ STING_HUDMODE = "Modo de HUD";
|
|||
STING_TRANSEXT = "Traductor extendido (cabe más texto)";
|
||||
STING_INTRO = "Tipo de intro";
|
||||
STING_POPTS = "Características de prototipo";
|
||||
STING_PROTO = "Habilitar contenido de prototipo";
|
||||
STING_TELEHAND = "Cápsulas de Teletransporte";
|
||||
STING_FLARES = "Bengalas de luz/oscuridad";
|
||||
STING_STINGER = "Detonación de Arma Aguijón";
|
||||
|
|
@ -483,6 +490,7 @@ STING_PSHIELD = "El Escudo de Fuerza no pierde carga con el tiempo";
|
|||
STING_NOPSTART = "Los jugadores no empiezan la partida con un Automag";
|
||||
STING_OLSMP = "Habilitar SMP 7243 de Oldskool Amp'd";
|
||||
STING_MSENTRY = "Habilitar nueva Torreta";
|
||||
STING_ABONUS = "Habilitar Armadura Extra";
|
||||
STING_DUBIOUS = "Habilitar Demoledor, Garra y Autocañón";
|
||||
STING_ZSHADER = "Habilitar shader de mira de Rifle";
|
||||
STING_QOPTS = "Características de comodidad";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue