How do I change my MOTD?

CS:S, TF2, DOD:S, etc.
Post Reply
User avatar
aMies|NFo
Former staff
Former staff
Posts: 37
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Nov 19, 2007 2:01 pm
Location: Bradenton, FL
Contact:

How do I change my MOTD?

Post by aMies|NFo »

* Use Easy Setup and hit the black triangle next to "Message Of The Day (MOTD):". Inside this field you can use html to format a screen to be displayed.
* Edit motd.txt; whatever is in that file is shown on the screen (the MOTD). Use HTML formatting for the best design.

Code: Select all

<html>
<head>
<title>Default NuclearFallout MOTD</title>
</head>

<body bgcolor="black" text="white">
This is a NuclearFallout server.<br>
Visit <a href="http://rentals.nuclearfallout.net">http://rentals.nuclearfallout.net</a> to rent your own!
</body>

</body>
</html>
-Andrew "aMies" Miesner
Post Reply