SheldonAI

SheldonAI is an LLM Integration for Ark Survival Ascended

File Details

sheldonai-windowsserver 20.zip

  • R
  • Jun 25, 2026
  • 53.83 KB
  • 2
  • 1.0

File Name

sheldonai-windowsserver 20.zip

Supported Versions

  • 1.0

New

In-game clock awareness — get_world_time getter: Sheldon now knows the current day number + time of day (ask "what day is it?").
Sheldon buff icon — BP_SheldonEventBuff shows a proper icon + "Sheldon AI" name/tooltip in the buff bar; the functional BP_SheldonInputBuff is now hidden.

Fixed

F8 chat auto-scrolls to the newest reply again (the prior Delay(0) no-op'd because Slate recomputes geometry next-tick; now 0.1s). On-new-message only — opening F8 at the bottom is V21.

Performance / scale

Getter req-id echo — getter replies now carry the request id, which lets the bridge drop its global getter-lock so player getters + the dino census run concurrently (the 20–30-player throughput ceiling). Activated by dropping _getter_lock after the in-game id-echo check.