Jump to content
Sign in to follow this  
Dusty Nuttles

Optional Watermark for Server [1.7.7]

Recommended Posts

[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 by Dusty Nuttles

Share this post


Link to post
Share on other sites

you can try extracting the mission file its in init.sqf

dayZ_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

you can try extracting the mission file its in init.sqf

dayZ_serverName="UK 44";

don't know if that would do anything bad but it wont hurt to try

Yeah, 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

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 by DomiStyle
  • Like 1

Share this post


Link to post
Share on other sites

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

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

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

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

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

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×