Cross Server Chat [Deleted]

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.
maybe if you use this: https://arkserverapi.com/resources/unicode-rcon.17/
this makes rcon able to send out and receive Unicode in commands, it should be able to show unicode from getchat command / i tested serverchat and that was working i used ARCon and sent a Unicode chat message and it displayed in game properly since i added a update to Unicode rcon plugin
 
Cool! I have two questions:
1, I am running a server group of 17 CLUSTERed servers, so I have more than one server that running Ragnarok or TheIsland MAPs, so could you add another option like a customizable name for each server to separate servers where the message coming from, please?
2, How could I integrate the in-game chat into a website in PHP or something similar language for example?

Thank you.
 
1. sure thing can add a option to over ride each map name by config
2. you could use https://github.com/xPaw/PHP-Source-Query to interact with your rcon port and use the rcon command GetChat i made a webchat php script for advanced chat plugin so sadly i can't really add that to this but with this information you should be able to make your own quite easily
 

I'm trying to use RichColor tag to change the color of MapName. But there is always a comma at the end of the message. I was wondering if you could fix it. I appreciate so much.

View attachment 977

{
"CrossChatKey":"serverkey",
"CrossChatMapNameInclude":true,
"RconServers":[
"127.0.0.1:19983"
],
"CrossChatMapNameOverride":"<RichColor Color=\"1 , 0 , 0 , 1\">[TestServer] </>"
}
 
Великолепно!
Работает с русским языком! Проверено в кластере из 4 серверов.
ps. Так же установлен UnicodeRcon

{google translate}
Sumptuously!
Works with the Russian language! Tested in a cluster of 4 servers.
ps. Also installed UnicodeRcon
 
thanks for the great work again!

would be nice: -option to show the tribe name like it is in normal chat
-change the color of Text and Username (if possible)

edit: yeah, change the color of the Servertag is the most need :)
--> Tribe Name is shown, im sorry
 
Last edited:
it should be supporting tribe name already will look into it tomorrow thanks for the feedback, i may perhaps add a option to override the text colour coming in from other servers it will have basic just a way to set it, and maybe the user name but if you want permission based colours and stuff like that look at Advanced chat
 
how often? maybe one of the servers was saving while it tried to communicate.
 
Hello,

Can´t get it to work...

is it IP:RCON Port number?

Example:

"CrossChatKey":"Test",
"CrossChatMapNameInclude":true,
"RconServers":[
"81.244.74.65:32330",
"81.244.74.65:32331",
"81.244.74.65:32332",
"81.244.74.65:32333"
],
"CrossChatMapNameOverride":""

Thank you for your time
 
Hello,

Can´t get it to work...

is it IP:RCON Port number?

Example:

"CrossChatKey":"Test",
"CrossChatMapNameInclude":true,
"RconServers":[
"81.244.74.65:32330",
"81.244.74.65:32331",
"81.244.74.65:32332",
"81.244.74.65:32333"
],
"CrossChatMapNameOverride":""

Thank you for your time
you seem to be running all servers on the same machine so just use localhost
Code:
"CrossChatKey":"Test",
"CrossChatMapNameInclude":true,
"RconServers":[
"127.0.0.1:32330",
"127.0.0.1:32331",
"127.0.0.1:32332",
"127.0.0.1:32333"
],
"CrossChatMapNameOverride":""
 
how often? maybe one of the servers was saving while it tried to communicate.

I also encountered such a problem. It was repeated 3 or 4 times in 2 hours of the cluster work. At the end, one of the servers simply closed without any errors in the log or dump file.
 
I feel like RCON is not susceptible and strong enough connection to be able to support such a thing. Sometimes the messages will go through to the other servers. And Sometimes it won't. This is off of an i7-7700k, 64gb or ram with a 1000 GPBS connection. Guaranteed 250
 
Works like a charmed on my 4 local servers (own hosted private server). Thanks dev.
 
Status
Not open for further replies.
Back
Top