From cac032cb1c3ea1c0bf821b91a744fbc8a00e940d Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 3 Mar 2019 08:29:10 +0100 Subject: [PATCH] - made the menu dim darker and a bit more opaque. The recent localization work has made it apparent that on many images the menu was extremely hard to read because its colors often clash with the background. The choice of a bright overlay color with extremely low opacity is simply not enough to make the menus comfortable to navigate. Chex Quest was particularly bad but the problem existed in many Doom mods as well. This also changes the CQ dim color to something a bit more green to better fit with the theme. --- wadsrc/static/mapinfo/chex.txt | 4 ++-- wadsrc/static/mapinfo/doomcommon.txt | 4 ++-- wadsrc/static/mapinfo/heretic.txt | 4 ++-- wadsrc/static/mapinfo/hexen.txt | 4 ++-- wadsrc/static/mapinfo/strife.txt | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wadsrc/static/mapinfo/chex.txt b/wadsrc/static/mapinfo/chex.txt index 2c3f25318..ac165bee1 100644 --- a/wadsrc/static/mapinfo/chex.txt +++ b/wadsrc/static/mapinfo/chex.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 5, "ZorchPropulsor" weaponslot = 6, "PhasingZorcher" weaponslot = 7, "LAZDevice" - dimcolor = "ff d7 00" - dimamount = 0.2 + dimcolor = "50 80 00" + dimamount = 0.35 bluramount = 0.0 menuslidercolor = "Orange" definventorymaxamount = 25 diff --git a/wadsrc/static/mapinfo/doomcommon.txt b/wadsrc/static/mapinfo/doomcommon.txt index 212dd0dab..04553e1a4 100644 --- a/wadsrc/static/mapinfo/doomcommon.txt +++ b/wadsrc/static/mapinfo/doomcommon.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 5, "RocketLauncher" weaponslot = 6, "PlasmaRifle" weaponslot = 7, "BFG9000" - dimcolor = "ff d7 00" - dimamount = 0.2 + dimcolor = "80 70 00" + dimamount = 0.35 bluramount = 0.0 menuslidercolor = "Orange" definventorymaxamount = 25 diff --git a/wadsrc/static/mapinfo/heretic.txt b/wadsrc/static/mapinfo/heretic.txt index ec84d8c78..e34291ed0 100644 --- a/wadsrc/static/mapinfo/heretic.txt +++ b/wadsrc/static/mapinfo/heretic.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 5, "SkullRod" weaponslot = 6, "PhoenixRod" weaponslot = 7, "Mace" - dimcolor = "00 00 ff" - dimamount = 0.2 + dimcolor = "00 00 80" + dimamount = 0.35 bluramount = 0 menuslidercolor = "Orange" definventorymaxamount = 16 diff --git a/wadsrc/static/mapinfo/hexen.txt b/wadsrc/static/mapinfo/hexen.txt index c521f3135..350a0ea84 100644 --- a/wadsrc/static/mapinfo/hexen.txt +++ b/wadsrc/static/mapinfo/hexen.txt @@ -35,8 +35,8 @@ gameinfo weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost" weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning" weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge" - dimcolor = "00 00 ff" - dimamount = 0.2 + dimcolor = "00 00 80" + dimamount = 0.35 bluramount = 0.0 menuslidercolor = "Orange" definventorymaxamount = 25 diff --git a/wadsrc/static/mapinfo/strife.txt b/wadsrc/static/mapinfo/strife.txt index f80ff3086..180a762d5 100644 --- a/wadsrc/static/mapinfo/strife.txt +++ b/wadsrc/static/mapinfo/strife.txt @@ -36,8 +36,8 @@ gameinfo weaponslot = 6, "FlameThrower" weaponslot = 7, "Mauler2", "Mauler" weaponslot = 8, "Sigil" - dimcolor = "ff d7 00" - dimamount = 0.2 + dimcolor = "80 70 00" + dimamount = 0.35 bluramount = 0 menuslidercolor = "Orange" definventorymaxamount = 25