diff --git a/cvarinfo.txt b/cvarinfo.txt index 254a14879..0f1958302 100644 --- a/cvarinfo.txt +++ b/cvarinfo.txt @@ -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; diff --git a/language.def_base b/language.def_base index 9458819e5..d2a336d29 100644 --- a/language.def_base +++ b/language.def_base @@ -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"; diff --git a/language.es_base b/language.es_base index 2a4249f6f..4d30d9742 100644 --- a/language.es_base +++ b/language.es_base @@ -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"; diff --git a/language.version b/language.version index aa3de9166..bcc332560 100644 --- a/language.version +++ b/language.version @@ -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-";