Set the Message of the Day in ARK: Survival Evolved
The Message of the Day is displayed when entering the server.
This message can be set in the web interface.
Simple Message
It can be customized through the GameUserSetting.ini file.
Simply locate the line Message=
and set the Message of the Day there.
For example: Message=Welcome to my own ARK Gameserver with Blackjack and Hookers!
Multi-line Message
To start a new line, insert \n
at the desired position.
For example: Message=Welcome to my own ARK Gameserver\nWith Blackjack and Hookers!
Colored Message
To set the desired color BEFORE the actual text, use the <RichColor Color="1,0,0,1">
tag and close it with </>
.
For example: Message=
Welcome to my own ARK Gameserver with Blackjack and Hookers!</>
or also possible:Message=
Welcome to my own ARK Gameserver</>
with Blackjack and Hookers!</>
After making the changes, save and restart the server.
Color Codes
<RichColor Color="1, 0, 0, 1">Red</>
red text<RichColor Color="0, 1, 0, 1">Green</>
green text<RichColor Color="1, 0.65, 0, 1">Orange</>
orange text<RichColor Color="0, 0, 0, 1">Black</>
black text<RichColor Color="1, 1, 0, 1">Yellow</>
yellow text<RichColor Color="1, 0, 1, 1">Fuchsia</>
fuchsia text