diff --git a/language.def_menu b/language.def_menu index 6fb857234..91acbed0d 100644 --- a/language.def_menu +++ b/language.def_menu @@ -209,6 +209,7 @@ SWWM_EXTENDEDPICKUP = "Extend Item Size"; SWWM_VOICELOG = "Log Player Comments"; SWWM_SKIPSKILL = "Skip Skill Confirmation"; SWWM_ALTHUD = "Alternate HUD Style"; +SWWM_ALTHUD_TRIMAMMO = "Trim Ammo in Alternate HUD"; SWWM_MMTITLE = "Minimap Settings"; SWWM_MM_ENABLE = "Show Minimap"; SWWM_MM_ROTATE = "Rotate Minimap"; @@ -380,6 +381,7 @@ TOOLTIP_SWWM_EXTENDEDPICKUP = "Gives all items a vanilla-sized \"virtual hitbox\ TOOLTIP_SWWM_VOICELOG = "Subtitled player comments will be saved to the Messages tab of the Demolitionist Menu."; TOOLTIP_SWWM_SKIPSKILL = "Skips confirmation of skill selection, if you get tired of seeing it every time."; TOOLTIP_SWWM_ALTHUD = "Switches the HUD style to one akin to the Demolitionist Side Mods."; +TOOLTIP_SWWM_ALTHUD_TRIMAMMO = "Only shows ammo for currently carried weapons when using the alternative HUD style."; TOOLTIP_SWWMMINIMAPMENU = "Configure the minimap."; TOOLTIP_SWWMACHIEVEMENTMENU = "View your achievements."; TOOLTIP_SWWM_MM_ENABLE = "Displays a minimap under the score counter."; diff --git a/language.es_menu b/language.es_menu index 833cab27c..b03f13b95 100644 --- a/language.es_menu +++ b/language.es_menu @@ -208,6 +208,7 @@ SWWM_EXTENDEDPICKUP = "Extender Tamaño de Ítem"; SWWM_VOICELOG = "Registrar Comentarios de Jugador"; SWWM_SKIPSKILL = "Saltar Confirmación de Dificultad"; SWWM_ALTHUD = "Estilo de HUD Alternativo"; +SWWM_ALTHUD_TRIMAMMo = "Recortar Munición en HUD Alternativo"; SWWM_MMTITLE = "Opciones de Minimapa"; SWWM_MM_ENABLE = "Mostrar Minimapa"; SWWM_MM_ROTATE = "Rotar Minimapa"; @@ -384,6 +385,7 @@ TOOLTIP_SWWM_EXTENDEDPICKUP = "Da a todos los ítems una \"hitbox virtual\" de t TOOLTIP_SWWM_VOICELOG = "Los comentarios de jugador subtitulados se guardarán en la pestaña de Mensajes del Menú de Demolicionista."; TOOLTIP_SWWM_SKIPSKILL = "Salta la confirmación de selección de dificultad, si te has cansado de verla todo el tiempo."; TOOLTIP_SWWM_ALTHUD = "Cambia el estilo de HUD a uno parecido al de los Mods Paralelos de Demolicionista."; +TOOLTIP_SWWM_ALTHUD_TRIMAMMO = "Muestra solo la munición de las armas obtenidas al usar el estilo de HUD alternativo."; TOOLTIP_SWWMMINIMAPMENU = "Configura el minimapa."; TOOLTIP_SWWMACHIEVEMENTMENU = "Revisa tus logros."; TOOLTIP_SWWM_MM_ENABLE = "Muestra un minimapa bajo el contador de puntuación."; diff --git a/language.version b/language.version index 02c200a0e..b9c339739 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r146 \cu(Thu 30 Jun 16:48:24 CEST 2022)\c-"; -SWWM_SHORTVER="\cw1.3pre r146 \cu(2022-06-30 16:48:24)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r147 \cu(Thu 30 Jun 16:52:21 CEST 2022)\c-"; +SWWM_SHORTVER="\cw1.3pre r147 \cu(2022-06-30 16:52:21)\c-"; diff --git a/menudef.txt b/menudef.txt index d57f70d97..34e1847cf 100644 --- a/menudef.txt +++ b/menudef.txt @@ -119,6 +119,7 @@ OptionMenu "SWWMOptionMenu" Option "$SWWM_UNIQSTATS", "swwm_uniqstats", "YesNo" Slider "$SWWM_HUDMARGIN", "swwm_hudmargin", 0, 20, 1, 0 Option "$SWWM_ALTHUD", "swwm_althud", "YesNo" + Option "$SWWM_ALTHUD_TRIMAMMO", "swwm_althud_trimammo", "YesNo" Slider "$SWWM_MAXMSG", "swwm_maxshown", 1, 10, 1, 0 Slider "$SWWM_MAXMSGBIG", "swwm_maxshownbig", 1, 20, 1, 0 Slider "$SWWM_MAXPICK", "swwm_maxpickup", 1, 10, 1, 0