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.

OwnProx

Well-known member
Joined
Jan 19, 2018
Messages
514
OwnProx submitted a new resource:

Cross Server Chat using RCON - Send in game chat messages to all your servers

Features
Ability to send users messages across ark servers by using rcon
Unicode Support
Remote Server Support
Local Server Support

Description
make sure you configure this properly enabling your rcon ports and adding your server's ip:port to the RconServers in config

Configuration
JSON:
{
    "CrossChatKey":"", //Setup a unquie key here it must be the same for every server listed below
    "CrossChatMapNameInclude":true, //Include the map...

Read more about this resource...
 
Does this really support Unicode ? Such as Chinese, Japanese, Korean. As I know we can't send unicode text by rcon. If you send, the text display ?????? in game. If this plugin works in unicode text, that should be a great job.
 
Whats the advantages and disadvantages from your's vs ARK Cross Server Chat 2.02?
read the thread try it,

Does this really support Unicode ? Such as Chinese, Japanese, Korean. As I know we can't send unicode text by rcon. If you send, the text display ?????? in game. If this plugin works in unicode text, that should be a great job.
try it should work.
 
hmm strange it should ill look into seeing if i can get it fixed.
 
hmm strange it should ill look into seeing if i can get it fixed.

View attachment 965
View attachment 966

The only way makes Cross Server Chat support unicode is using sqlite db. Writing the messages into database with timestamp. Set a timer read the message records according to the timestamp and send the message to players by ArkApi::GetApiUtils().SendChatMessageToAll.

Test text: English 中文 日本語
 
Last edited:
Not very specific response. I did read the thread which didn't answer my question. So can players send cross server messages, or only admin with RCON?
 
players, sorry had just woke up kinda misread, updated the resource to make it more clear, it uses rcon to relay the messages to the other servers. you just need to add them in the config and all users messages will be seen across your cluster.
 
thanks for the feedback will get it fixed

also on another note i will attempt to fix unicode in commands and add a update to Michidu's Unicode Rcon so all commands can support unicode arguments
 
Posted a Update to Unicode Rcon to 1.1 it now supports Unicode commands from other Unicode clients such as ARkon you can now use it in your rcon commands when Michidu adds the 1.1 update
 
Status
Not open for further replies.
Back
Top