From bbe6be6c31acde93b06ede6d3d4edc775693b34f Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sat, 10 Sep 2016 13:19:31 -0400 Subject: [PATCH] Rename Multiplayer Setup to Lobby Vanilla commit: https://github.com/DayZMod/DayZ/commit/fd90a380a7bad41fd71a8d9654d08e0ee69a88c0 --- SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp | 12 +++++++++++- SQF/dayz_code/stringtable.xml | 4 ++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp b/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp index f99ed508c..fe61ddf34 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscLobby.hpp @@ -88,7 +88,17 @@ class RscDisplayMultiplayerSetup: RscStandardDisplay }; }; class controls - { + { + class CA_MP_roles_Title : CA_Title { + idc = 1001; + style = 2; + x = "(02/100) * SafeZoneW + SafeZoneX"; + y = "(02/100) * SafeZoneH + SafeZoneY"; + w = "(96/100) * SafeZoneW"; + h = "(06/100) * SafeZoneH"; + colorBackground[] = {49/255, 36/255, 25/255, 173/255}; + text = $STR_UI_LOBBY; + }; class TextIsland: RscText { idc = 1003; diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index a724f3669..643d39e88 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -7838,6 +7838,10 @@ FEMME ŽENA + + Lobby + Лобби +