skullernet / openffa

Free-for-all deathmatch mod for Quake 2
GNU General Public License v2.0
22 stars 11 forks source link

Please add support for "Message of the Day" (motd) #2

Closed TheShihan closed 6 years ago

TheShihan commented 7 years ago

Would it be possible for your to add support for a "message of the day file"? E.g. a "motd.txt" could be placed in the mod directory and the content of the file would be shown to new players joining the server for some seconds.

You could maybe borrow some of the code from lithium II? :-)

Niehztog commented 7 years ago

Hello @TheShihan,

its not necessary for the mod to implement "message of the day" support, since Q2Admin, which is almost standard on all servers, implements it. Just install Q2Admin on your server and see the readme.txt file here.

Q2Admin has some more nice features which gives additional options to the admin and the players, as for example map voting.

joe0x04 commented 6 years ago

This functionality is already in OpenFFA. You add a motd.txt file in your mod directory with your message and it is displayed as a centerprint upon entering the game. I just tried it.