• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server Welcome Messages Not Working?

Luckyg

Member
Jul 20, 2011
17
0
We have setup a server welcome message for our server through the web admin page and I can verify that it has applied to the .ini file correctly, however when we go in game and connect to the server all we see on the "Server Welcome Screen" is the blank background.

Now i know I may have missed an command to enable the Server welcome screen but all the settings appear to have been setup correctly (clan motto, server image, website, messages e.t.c)

Is anyone else having this issue or is it just me being plain stupid :p
 
From the mailing list:

It turns there is a problem with the webadmin tool saving the text color incorrectly and making it invisible. We'll fix this, but in the meantime you can manually set the color in your ROGame.ini file in this section:

[ROGame.ROGameInfo]
ClanMottoColor=(R=0,G=0,B=0,A=255)
ServerMOTDColor=(R=16,G=0,B=0,A=255)
WebLinkColor=(R=16,G=0,B=0,A=255)

Make sure the alpha is set to 255, as that is what the problem is. It was setting the alpha to zero which is invisible.

Regards,

John
 
Upvote 0