- Fougerite Compatibility
- All Versions[Rustbuster Required]
- Resource Collabolators
- DreTaX, salva/juli
- Plugin's Engine
- C# (Modules)
- Plugin Dependencies
- RustBuster
Introducing all new Chat System.
ATTENTION: If you intend to use this plugin you'll have to basically ditch the old chat which means you'll have to use the plugin's API in every plugin you're using that sends messages to players/server.
Also you'll need to hook into Fougerite & RustPP source code and replace all messages with the API. (Later this was added via a configuration setting in Fougerite.cfg, so you no longer have to do so!)
This is not Easy to use, it requires some programming knowledge in order to switch all old-chat messages to this one.
I've added two (C# and Python) examples on how to use it.
Installation:
Files:
a) ChatSystem/ChatSystem-Server/Modules -> Yourserver/Modules
b) ChatSystem/ChatSystem-Client/ChatSystemClient.dll -> YourServer/Save/RustBuster2016Server/ClientPlugins
c) Edit Save/Fougerite.cfg: Under [Modules] add : ChatSystem=ChatSystem.
Replace ClientFunction to ChatSystemText in Fougerite.cfg
Save & Restart the server.
ATTENTION: If you intend to use this plugin you'll have to basically ditch the old chat which means you'll have to use the plugin's API in every plugin you're using that sends messages to players/server.
This is not Easy to use, it requires some programming knowledge in order to switch all old-chat messages to this one.
I've added two (C# and Python) examples on how to use it.
Installation:
Files:
a) ChatSystem/ChatSystem-Server/Modules -> Yourserver/Modules
b) ChatSystem/ChatSystem-Client/ChatSystemClient.dll -> YourServer/Save/RustBuster2016Server/ClientPlugins
c) Edit Save/Fougerite.cfg: Under [Modules] add : ChatSystem=ChatSystem.
Replace ClientFunction to ChatSystemText in Fougerite.cfg
Save & Restart the server.