Add one more achievement.
This commit is contained in:
parent
99c0d377cb
commit
bc83083262
4 changed files with 8 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ user int swwm_damagetarget = 1; // conditional healthbar hiding (1 - hide unti
|
|||
server int swwm_strictuntouchable = 0; // untouchable bonus ends... (1 - even if your armor absorbed all the damage, 2 - if you get hit by anything PERIOD)
|
||||
server int swwm_silencemap = 0; // silences the map when all kills/items/secrets are achieved (2 - play calm music)
|
||||
user int swwm_shadowdist = 2000; // max distance beyond which blob shadows are no longer rendered, helps performance
|
||||
server bool swwm_swapweapons = true; // [DLC1] allows carrying only one weapon in each slot (excluding starter melee and pistol)
|
||||
server bool swwm_swapweapons = true; // [DLC1] allows carrying only one weapon in each slot (excluding starter melee)
|
||||
user int swwm_forcestats = 0; // always shows level stats on the HUD, not just when the automap is open (2 - also show map name, otherwise only stats)
|
||||
user int swwm_funtrails = 0; // recolors trails of eviscerator chunks and sheen bullets
|
||||
server bool swwm_pistolstart = false; // enforces pistol start for all maps (excluding hubs)
|
||||
|
|
@ -174,6 +174,7 @@ nosave int swwm_achievement_fuller = 0;
|
|||
nosave int swwm_achievement_pene = 0;
|
||||
nosave int swwm_achievement_acid = 0;
|
||||
nosave int swwm_achievement_salt = 0;
|
||||
nosave int swwm_achievement_nobuy = 0;
|
||||
nosave int swwm_achievement_tetris = 0;
|
||||
nosave int swwm_achievement_pong = 0;
|
||||
nosave int swwm_achievement_snake = 0;
|
||||
|
|
|
|||
|
|
@ -937,6 +937,8 @@ SWWM_ACHIEVEMENT_ACID_TAG = "Fizzy Goodness";
|
|||
SWWM_ACHIEVEMENT_ACID_TXT = "Melt %d enemies with Telebrium Flechettes";
|
||||
SWWM_ACHIEVEMENT_SALT_TAG = "Maximum Oversalt";
|
||||
SWWM_ACHIEVEMENT_SALT_TXT = "Shoot 25 Saltshot rounds simultaneously";
|
||||
SWWM_ACHIEVEMENT_NOBUY_TAG = "Sustained Savings";
|
||||
SWWM_ACHIEVEMENT_NOBUY_TXT = "Don't spend any money for %d maps straight";
|
||||
SWWM_ACHIEVEMENT_TETRIS_TAG = "Tetromination";
|
||||
SWWM_ACHIEVEMENT_TETRIS_TXT = "Complete a full game of Tetris";
|
||||
SWWM_ACHIEVEMENT_PONG_TAG = "Danny Won, Yeah";
|
||||
|
|
|
|||
|
|
@ -845,6 +845,8 @@ SWWM_ACHIEVEMENT_ACID_TAG = "La Buena Efervescencia";
|
|||
SWWM_ACHIEVEMENT_ACID_TXT = "Derrite %d enemigos con Flechettes de Telebrium";
|
||||
SWWM_ACHIEVEMENT_SALT_TAG = "Sobresalado Máximo";
|
||||
SWWM_ACHIEVEMENT_SALT_TXT = "Dispara 25 cartuchos de sal al mismo tiempo";
|
||||
SWWM_ACHIEVEMENT_NOBUY_TAG = "Ahorro Máximo";
|
||||
SWWM_ACHIEVEMENT_NOBUY_TXT = "No gastes dinero durante %d mapas seguidos";
|
||||
SWWM_ACHIEVEMENT_TETRIS_TAG = "Tetrominación";
|
||||
SWWM_ACHIEVEMENT_TETRIS_TXT = "Completa una partida entera de Tetris";
|
||||
SWWM_ACHIEVEMENT_PONG_TAG = "Danny Ganó, Yeah";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r284 \cu(Wed 17 Feb 21:57:42 CET 2021)\c-";
|
||||
SWWM_SHORTVER="\cw0.9.11b-pre r284 \cu(2021-02-17 21:57:42)\c-";
|
||||
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r285 \cu(Wed 17 Feb 22:25:41 CET 2021)\c-";
|
||||
SWWM_SHORTVER="\cw0.9.11b-pre r285 \cu(2021-02-17 22:25:41)\c-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue