From 05679cdda2e894aeeb7a42da393d1f0fa15cc67c Mon Sep 17 00:00:00 2001 From: eraser1 Date: Fri, 4 Sep 2015 23:02:51 -0500 Subject: [PATCH] Increased default dynamicText Size No, it doesn't work yet... --- @ExileServer/addons/a3_dms/config.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@ExileServer/addons/a3_dms/config.sqf b/@ExileServer/addons/a3_dms/config.sqf index b3c442a..3a15b52 100644 --- a/@ExileServer/addons/a3_dms/config.sqf +++ b/@ExileServer/addons/a3_dms/config.sqf @@ -51,11 +51,11 @@ DMS_DEBUG = true; //Mission notification settings DMS_PlayerNotificationTypes = [ // Notification types. Supported values are: ["dynamicTextRequest", "standardHintRequest", "systemChatRequest"] - //"dynamicTextRequest", <--- Currently won't work. + //"dynamicTextRequest", <--- Won't work in Exile v0.9.19 "standardHintRequest", "systemChatRequest" ]; - DMS_dynamicText_Size = "0.55"; // Dynamic Text size for "dynamicTextRequest" notification type. + DMS_dynamicText_Size = "0.65"; // Dynamic Text size for "dynamicTextRequest" notification type. DMS_dynamicText_Color = "#FFCC00"; // Dynamic Text color for "dynamicTextRequest" notification type. DMS_MissionTypes = [ // List of missions with spawn chances. If they add up to 100%, they represent the percentage chance each one will spawn