mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Use smaller sound muted UI icon and better alignment
Vanilla development commit:
6aba95d251
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
[NEW] Added "RedRyder" and "350Rnd_BB_Magazine" to loot pile. #1456 #1457 @Namindu
|
[NEW] Added "RedRyder" and "350Rnd_BB_Magazine" to loot pile. #1456 #1457 @Namindu
|
||||||
[NEW] Added action to lock and unlock vehicles from inside #1103 @pj999 @ebaydayz
|
[NEW] Added action to lock and unlock vehicles from inside #1103 @pj999 @ebaydayz
|
||||||
[NEW] Autorun hotkey (0 = Toggle auto run) @ebaydayz
|
[NEW] Autorun hotkey (0 = Toggle auto run) @ebaydayz
|
||||||
[NEW] Mute sound hotkey and status UI icon (F1 = Lower sound effects volume). Automatically disabled when exiting a vehicle. @ebaydayz
|
[NEW] Lower sound effects volume hotkey (F1) and status UI icon. Automatically disabled when exiting a vehicle.
|
||||||
[NEW] Snap building, use DZE_modularBuild = true; in init.sqf to enable. @raymix
|
[NEW] Snap building, use DZE_modularBuild = true; in init.sqf to enable. @raymix
|
||||||
[NEW] Auto login when a player joins the server, default 10 seconds, requires description.ext update in the mission (disable in description.ext by setting defValueParam1 = 31;) @icomrade
|
[NEW] Auto login when a player joins the server, default 10 seconds, requires description.ext update in the mission (disable in description.ext by setting defValueParam1 = 31;) @icomrade
|
||||||
[NEW] Many new configuration options are available for admins. See dayz_code\configVariables.sqf and mission\init.sqf for descriptions. @ebaydayz
|
[NEW] Many new configuration options are available for admins. See dayz_code\configVariables.sqf and mission\init.sqf for descriptions. @ebaydayz
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ class RscTitles
|
|||||||
idc = 1904;
|
idc = 1904;
|
||||||
text = "\z\addons\dayz_code\gui\status\status_bg.paa";
|
text = "\z\addons\dayz_code\gui\status\status_bg.paa";
|
||||||
x = 0.955313 * safezoneW + safezoneX;
|
x = 0.955313 * safezoneW + safezoneX;
|
||||||
y = 0.51 * safezoneH + safezoneY;
|
y = 0.44 * safezoneH + safezoneY;
|
||||||
w = 0.075;
|
w = 0.075;
|
||||||
h = 0.10;
|
h = 0.10;
|
||||||
};
|
};
|
||||||
@@ -230,7 +230,7 @@ class RscTitles
|
|||||||
idc = 1204;
|
idc = 1204;
|
||||||
text = "\z\addons\dayz_code\gui\status\status_sound_muted.paa"; // previously status_connection_ca which is not used
|
text = "\z\addons\dayz_code\gui\status\status_sound_muted.paa"; // previously status_connection_ca which is not used
|
||||||
x = 0.955313 * safezoneW + safezoneX;
|
x = 0.955313 * safezoneW + safezoneX;
|
||||||
y = 0.51 * safezoneH + safezoneY;
|
y = 0.44 * safezoneH + safezoneY;
|
||||||
w = 0.075;
|
w = 0.075;
|
||||||
h = 0.10;
|
h = 0.10;
|
||||||
colorText[] = {1,1,1,1};
|
colorText[] = {1,1,1,1};
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user