ARK Cross Server Chat

Unmaintained ARK Cross Server Chat 2.02

No permission to download

Welcome!

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

SignUp Now!
The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
ARK Cross Server Chat
Introduction

Adds cross server chat support to ARK Survival Evolved servers using ARK Server API.

Currently only supports multiple servers on the same machine due to using the Windows PulseEvent Synchronization API (https://msdn.microsoft.com/en-us/library/windows/desktop/ms684914(v=vs.85).aspx).


Installation
  1. Install ARK Server API (http://arkserverapi.com).
  2. Download and extract ImprovedCommands into ShooterGame\Binaries\Win64\ArkApi\Plugins.
  3. Optionally configure the plugin in config.json.

Configuration

If this plugin is used together with ArkBot (https://github.com/tsebring/ArkBot) configure each server with identical server- and cluster keys as in the ArkBot-configuration.

If not; each server should have a unique server key and the cluster key should be the same for all servers that are connected.

DatabasePath must be a valid path and the directory must exist. The plugin will not attempt to create the directory.

NamePattern controls the formatting of character names.

  • {Name} [{ServerTag}]: Use server tag as a suffix.
  • [{ServerTag}] {Name}: Use server tag as a prefix.
  • {Name}: Don’t show server tags.
HideServerTagOnLocal may be set to false if you want server tags to be shown for chat messages coming from the local server (i.e. the one you are playing on).

JSON:
{
    "ServerKey": "server1",
    "ClusterKey": "cluster1",
    "ServerTag": "MAPNAME",
    "NamePattern": "{Name} [{ServerTag}]",
    "HideServerTagOnLocal": true,
    "DatabasePath": "C:\\ARK Servers\\ArkCrossServerChat.db"
}

Latest updates

  1. 2.02

    Fixed crash issue. Fixed rcon chat being duplicated on the originating server.
  2. 2.01

    Fixed crash on new ARK update.
Tempest Dedicated Servers
Tebex
Back
Top