From 7ce4ba32a2db16ee191e190184b046b2864a629d Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 30 Dec 2016 16:40:10 -0500 Subject: [PATCH] Add shadow to dayz_rollingMessages --- CHANGE LOG 1.0.6.1.txt | 2 +- SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGE LOG 1.0.6.1.txt b/CHANGE LOG 1.0.6.1.txt index 3fa5d62ed..f2111fc89 100644 --- a/CHANGE LOG 1.0.6.1.txt +++ b/CHANGE LOG 1.0.6.1.txt @@ -2,10 +2,10 @@ [NEW] Added M4SPR_DZE class which spawns with 30Rnd Stanag by default instead of 20Rnd. #1823 @AirwavesMan [NEW] Building upgrades now source parts from the player's backpack and main inventory @icomrade -[CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now. [CHANGED] Turbo and HoldBreath keybindings are now allowed again. @icomrade [CHANGED] Removed drink from hands at ponds due to client FPS impact. Players can still fill drinks at ponds by right clicking a container. @ebayShopper [CHANGED] Added point of interest and infectious waterhole map objects are disabled by default due to FPS impact. They can be enabled in init.sqf. +[CHANGED] Added shadow to dayz_rollingMessages white text so it is visible on light colored backgrounds and looks like cutText. [FIXED] Wrong texture for z_hunter zombie. #1805 @schwanzkopfhegel @ebayShopper [FIXED] Refuel with generator at gas station not working. #1806 @Helios27 @ebayShopper diff --git a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp index d05b19917..4adf2116b 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp @@ -640,11 +640,11 @@ class RscTitles colorText[] = {0,0,0,1}; colorBackground[] = {0,0,0,0}; sizeEx = 14 * GUI_GRID_H; - shadow = 0; + shadow = 1; class Attributes { color = "#FFFFFF"; - shadow = 0; + shadow = 1; valign = "top"; align = "center"; };