Re: [TeeUniverse] Devlog
I've changed my mind and I will start by the protocol, then the compatibility with 0.6. Here is the git repository
Modifications are right now limited. I've just added the broadcast system. You can use it with this code :
#include <modapi/message.h>
CModAPI_Msg_Broadcast BroadcastMsg(GameServer(), MODAPIALT_BROADCAST_CHAT);
BroadcastMsg.Send(ClientID, "Broadcast in ModAPI");
The MODAPIALT_BROADCAST_CHAT means that is the client is not compatible with Broadcast, a chat message will be displayed instead.
I will add the mod-package download later.