From 25d6b6e448cb7a55f9d9ffe80608e2d2b0ae185a Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sun, 30 Oct 2016 15:34:24 -0400 Subject: [PATCH] Increase DZ_BlackScreen resource layer Prevent rolling messages from showing over the top of it. Also fixed grammar typo @oiad --- SQF/dayz_code/compile/ui_updateControls.sqf | 4 ++-- SQF/dayz_code/stringtable.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/compile/ui_updateControls.sqf b/SQF/dayz_code/compile/ui_updateControls.sqf index 6fab069ba..91cea6209 100644 --- a/SQF/dayz_code/compile/ui_updateControls.sqf +++ b/SQF/dayz_code/compile/ui_updateControls.sqf @@ -16,8 +16,8 @@ _holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "ST _turboKey = if (count (actionKeys "Turbo") > 0) then { [true,localize "STR_UI_HOLD_TURBO"] } else { [false,""] }; if ((_holdBreath select 0) or (_turboKey select 0)) then { - 85000 cutRsc ["DZ_BlackScreen","PLAIN"]; + 4100002 cutRsc ["DZ_BlackScreen","PLAIN"]; (uiNamespace getVariable "DZ_BlackScreen") displayCtrl 1 ctrlSetText format ["%1\n%2", (_holdBreath select 1), (_turboKey select 1)]; } else { - 85000 cutText ["","PLAIN"]; + 4100002 cutText ["","PLAIN"]; }; \ No newline at end of file diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index 3289b61bf..284998cb7 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -13559,7 +13559,7 @@ Označil si cíl za přítele. Čeká se na přijetí. - You are unable to change clothes while wearing backpack. + You are unable to change clothes while wearing a backpack. Kleider können nicht gewechselt werden, solange ein Rucksack getragen wird. Нельзя переодеться с рюкзаком на спине. Impossible de changer ses vêtements lorsque vous portez un sac à dos.