02 — WHAT IS HEREShipped content
📻 xcsv_chatterserver
In-world faction radio. Three voices — WARDEN CONTROL, THE YARD,
SALVAGE NET — on a weighted rotation that never repeats a channel twice
in a row. Rides ExileServer_system_thread_addTask, never its own
loop.
🗣️ fn_traderVoicemission
All 16 trader types speak when a player comes within 12 m. Four-second proximity check, 240-second per-trader cooldown so a safezone does not become a wall of noise.
📖 fn_welcomemission
The lore briefing, once per profile, framed as a message waiting on the
XM8. Version-gated through profileNamespace so a rewrite can
re-reach players who already saw it.
🗺️ fn_censusadmin
World-object census on demand. Buckets and maps every simulated object with
createMarkerLocal, so the markers exist on the admin's machine
only. Written after an object-count runaway took hours to identify.
📍 fn_adminTeleportadmin
XM8 App14. Shift-click the map (45-second arming window), teleport to a
player, or to a named place. Moves vehicle player, not the player —
teleporting someone out of a moving vehicle leaves it driverless at speed.
⏭️ Nextplanned
Territory browser with a days until decay column — the single most
common support ticket — then a real scoreboard, which establishes the
Rsc slide pattern for every app after it.