acdream/tools/connected-dense-town.route.txt
Erik 2c874b0977 fix(diag): bind stationary samples to route checkpoints
Free-running sleeps could label a sample as the old scene exactly when automation began the next teleport. Give every route stop an explicit post-input liveness dwell and post-checkpoint hold, then capture process and frame facts only after its named canonical barrier.

Co-Authored-By: Codex <noreply@openai.com>
2026-07-24 12:54:57 +02:00

20 lines
686 B
Text

# Deterministic dense-town performance scene. Arwic is the established
# dense-town oracle used by the June and July renderer investigations.
# /telepoi supplies ACE's canonical arrival position and heading. The fixed
# six-second retail-input turn pins the view facing for every capture.
sleep 15000
# Pin the client-only world-time override at noon for reproducible screenshots.
input press AcdreamCycleTimeOfDay
input press AcdreamCycleTimeOfDay
input press AcdreamCycleTimeOfDay
command /telepoi Arwic
wait materialized 1 60000
sleep 8000
input down MovementTurnRight
sleep 6000
input up MovementTurnRight
sleep 27000
screenshot arwic-dense 10000
checkpoint arwic-dense
sleep 3000