Tribe Logs Ascended

Trusted Paid Tribe Logs Ascended 1.22

This resource is paid, and requires to be purchased
Tribe Logs Ascended v1.22
Server API 2.00+ Required and Visual C++ 2022 Runtime Files Required

ARK 92.25 fixes
Just making sure everything I have is pushed out to you guys.

(no config changes)

Tribe Logs Ascended v1.14
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Updated command filtering so it can match commands with parameters.

(no config changes since 1.13)

Tribe Logs Ascended v1.15
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added a new command which is more console friendly than typing in a full discord webhook.
/webhookpaste <code>
See the included pastebin_guide.txt which explains step by step how to use pastebin in case your players need help.

(config changes to Commands and Messages added WebhookPaste section)

Tribe Logs Ascended v1.16
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added new General settings:
JSON:
    "DetectCyrofreeze": true, //Will detect a dino being put into a cryopod and create a log entry.
    "DetectCyroUnfreeze": true, //Will detect a dino being removed from a cryopod and create a log entry.
    "CryoItems": [ //List of valid cryopod blueprints in use on your server
      "Blueprint'/Game/Extinction/CoreBlueprints/Weapons/PrimalItem_WeaponEmptyCryopod.PrimalItem_WeaponEmptyCryopod'",
      "Blueprint'/Cryopods/Cryopods/PrimalItem_WeaponEmptyCryopod_Mod.PrimalItem_WeaponEmptyCryopod_Mod'"
    ]
Added new Messages:
JSON:
    "Cryo": {
      "Message": "{PlayerName} ({eosid}) froze {DinoName}" //valid tokens: {PlayerName}, {eosid}, {DinoName}
    },
    "UnCryo": {
      "Message": "{PlayerName} ({eosid}) unfroze {DinoName}" //valid tokens: {PlayerName}, {eosid}, {DinoName}
    }
(config changes to General and Messages)

Tribe Logs Ascended v1.17
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with "MapName" webhooks not working properly.
Updated CommandLogging to to also support {CharacterName} when available.

(no config changes since 1.16)

Tribe Logs Ascended v1.18
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue where PCS cryo message happened twice.

(no config changes since 1.16)

Tribe Logs Ascended v1.19
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed a crash issue related to an API helper function.

(no config changes since 1.16)
Tribe Logs Ascended v1.13
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

DiscordLinkFormat was updated to be proper regex to match all discord urls (YOU NEED TO UPDATE THIS IN YOUR CONFIG)
Added new command logging options under CommandLogging section of the config.
You can log Chat, Console and Rcon commands used
Filter out commands
Full control over styling
See the included configs for full examples and default exclude lists.

(config changes for CommandLogging and DiscordLinkFormat)
1778450102713.png



Tribe Logs Ascended v1.12
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Allows using newest MySQL and MariaDB versions without modifying them their SSL settings.
Improved rate limit handling, message queuing and various other smaller items.
Added console/rcon command TribeLogsAscended.status to output a status/health check to the API log
Rcon will get a summary returned along with full output in the API log.
Console will only get a full output in the API log.

(no config changes)
Tribe Logs Ascended v1.08
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Added new option to self manage webhooks when permissions are used and those permissions are lost.
The webhook knows which player set the webhook and the Tribe ID so if the player and the tribe no longer has permission the webhook will be removed on server startup.
Code:
json
    "AutoRemoveWebhooksWithoutPermission": false
//During startup permissions will be checked and remove any webhooks set by a player that no longer has permission required. This will also check Tribe Permissions as a secondary check.
//Webhooks with an EOSID = 0 will be ignored for all checks to prevent accidental removal of webhooks that are not set by a player.
//I suggest wiping the database and starting fresh if you change this setting to true.
(config change to Commands)

Tribe Logs Ascended v1.09
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Fixed a mysql error when updating the tribe name.

(no config changes)

Tribe Logs Ascended v1.10
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Updated webhook handling for discord rate limits
Auth Changes

(no config changes)

Tribe Logs Ascended v1.11
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Updated webhook handling for discord rate limits
Enables my other plugins to to take advantage of the enhanced webhook handling.
I will be rolling out updates to other plugins to take advantage of this functionality when this plugin is used.

(no config changes)
Tribe Logs Ascended v1.07
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

UE 5.5 Compatible

(no config changes)
Tribe Logs Ascended v1.06
Server API 1.18+ Required and Visual C++ 2022 Runtime Files Required

Webhook logic rewritten to respect discord rate limiting.
Webhooks that are no longer working will auto remove and give a tribe log entry.
Config can now have comments in the JSON.
API v1.18 is now required

(no config changes)
Tribe Logs Ascended v1.05
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Crash prevention fix for chat commands that could cause a crash in certain situations.

(no config changes)
Tribe Logs Ascended v1.04
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Database updated to allow webhooks per server.
Please note this update removes all existing webhooks tribes have set.
Tribes should use a different webhook per map to avoid hitting webhook message restrictions

(no config changes)
Tribe Logs Ascended v1.03
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue that was corrupting some messages.

(no config changes)
Tribe Logs Ascended v1.02
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Small bug fixes
Compatibility update for Tribe Enforcer Ascended.

(no config changes)
Back
Top