Request: A MOTD Mod

Place for sharing your game modifications for Life is Feudal: Your Own

Powerthrucontrol
 
Posts: 8
Joined: 20 Jun 2015, 20:52

Request: A MOTD Mod

Post by Powerthrucontrol » 04 Jul 2015, 02:58

I'm about as good at programming as I am balancing a piece of newspaper on my nose. I can do it, but it won't be pretty and it won't work very well. Chances are 90% of you are more knowledgeable and talented than me.

I think a simple MOTD mod would be really useful for a lot of servers. I can run macros to announce, but I don't really feel like idling for hours on end, just so my character can belt out a few lines of dialogue every half hour. A text file to program frequency, and cycling content is all most server owners really need.

I THINK I looked at all the mods and didn't see something like this. If there is one, and I missed it, feel free to slap me with some knowledge and sarcastic comments.
Image


Alakar
Beta Tester
 
Posts: 202
Joined: 23 Jan 2015, 07:39

Re: Request: A MOTD Mod

Post by Alakar » 04 Jul 2015, 04:32

MOTD is stored in the cm_messages.xml file on the client side unfortunately.

-Alakar
http://arkhaya.com/


Powerthrucontrol
 
Posts: 8
Joined: 20 Jun 2015, 20:52

Re: Request: A MOTD Mod

Post by Powerthrucontrol » 05 Jul 2015, 14:54

Alakarsiann wrote:MOTD is stored in the cm_messages.xml file on the client side unfortunately.

-Alakar
http://arkhaya.com/


So no way to broadcast messages unless you do so through a player online?
Image


Boolaz94
True Believer
 
Posts: 17
Joined: 15 Apr 2015, 04:56

Re: Request: A MOTD Mod

Post by Boolaz94 » 07 Jul 2015, 02:17

hello text number 688 for the motd :beer: , other players download the files modded


NavyS34l
 
Posts: 41
Joined: 15 Jun 2015, 16:12

Re: Request: A MOTD Mod

Post by NavyS34l » 08 Jul 2015, 22:09

This will send a msg to all players in the middle of their screen..

Code: Select all
function broadcast(%str, %time)
{
        centerPrintAll(%str, %time);
}
Image

User avatar
Custodian
Mod Developer
 
Posts: 655
Joined: 08 Jun 2015, 14:58
Location: Lisbon

Re: Request: A MOTD Mod

Post by Custodian » 10 Aug 2015, 18:51

Feel free to use BasilMod::MotD server-side mod.

Return to Game mods