Dusty Nuttles 4 Posted June 18, 2013 (edited) [NEW] - Added optional watermark for servername (Server admins can choose to enable/disable. (See Mission prerequisites)). Shows servername in the bottom right of screen max 6 letters.http://www.silentspy.net/p/dayz-mission-generator/Is there anyway to go beyond the max letters? I need 3 more. Edited June 18, 2013 by Dusty Nuttles Share this post Link to post Share on other sites
AmberHelios 2071 Posted June 18, 2013 you can try extracting the mission file its in init.sqfdayZ_serverName="UK 44";don't know if that would do anything bad but it wont hurt to try Share this post Link to post Share on other sites
Dusty Nuttles 4 Posted June 18, 2013 you can try extracting the mission file its in init.sqfdayZ_serverName="UK 44";don't know if that would do anything bad but it wont hurt to tryYeah, I know where to add the name. Not sure what your getting at though. Maybe I'm not following, can you be more specific?I've been in the init to change the name and tested using more than 6 letters. It only lets you use 6 then the text is cut off. Share this post Link to post Share on other sites
domistyle 221 Posted June 18, 2013 (edited) You will actually need to adjust your Description.ext:class RscTitles { class wm_disp { idd = -1; onLoad = "uiNamespace setVariable ['wm_disp', _this select 0]"; fadein = 0; fadeout = 0; duration = 10e10; controlsBackground[] = {}; objects[] = {}; class controls { class wm_text2 { idc = 1; x = safeZoneX+0.027;//safeZoneW*0.01; y = safeZoneY+safeZoneH-0.16; w = 0.149*safeZoneH; h = 0.057*safeZoneH; shadow = 2; class Attributes { font = "EtelkaNarrowMediumPro"; color = "#24FFFFFF"; align = "left"; // put "center" here if you want some background valign = "middle"; shadow = 2; }; colorBackground[] = { 1, 0.3, 0, 0 }; // uncomment and increase 4th number to have a background font = "EtelkaNarrowMediumPro"; size = 0.06*safeZoneH; type = 13; style = 0; text=""; }; }; };};Try increasing the width value. Edited June 18, 2013 by DomiStyle 1 Share this post Link to post Share on other sites
Dusty Nuttles 4 Posted June 19, 2013 You will actually need to adjust your Description.ext:Try increasing the width value.Thanks man, going to try that. Share this post Link to post Share on other sites
Dusty Nuttles 4 Posted June 19, 2013 Adjusting the width didn't work. Even the smallest change to the value and no text shows.Sounded good though. Share this post Link to post Share on other sites
domistyle 221 Posted June 19, 2013 Adjusting the width didn't work. Even the smallest change to the value and no text shows.Sounded good though.You can also try to adjust the other width values.Not sure which of them is the correct one. Share this post Link to post Share on other sites
Dusty Nuttles 4 Posted June 19, 2013 You can also try to adjust the other width values.Not sure which of them is the correct one.I redid the process and it worked. Must have had an error somewhere before. Thanks! Share this post Link to post Share on other sites
domistyle 221 Posted June 20, 2013 I redid the process and it worked. Must have had an error somewhere before. Thanks!Good to hear. Share this post Link to post Share on other sites
ameo_koradi@hotmail.com 103 Posted June 20, 2013 I guess there is a bug when you generate the mission file.If you have a space in the server name for the watermark, it doesn't work and let the server name commented in the init.sqf. Share this post Link to post Share on other sites
hausser0815 2 Posted December 8, 2013 How do i disable it client wise ?More and more servers have this crap, why would anyone want big white letters on his screen ? Share this post Link to post Share on other sites
Gand (DayZ) 8 Posted December 9, 2013 How do i disable it client wise ?More and more servers have this crap, why would anyone want big white letters on his screen ? You can not disable it on the client. This is part of the mission file, which is download/executed when you join the server. Share this post Link to post Share on other sites