Lead-run visual gate: direct character login through a session config, the owner-supplied /teleloc poses (cathedral floating stairs, Facility Hub stairs, Holtburg house), one screenshot per pose into the automation artifact directory, graceful close-client. The runner refuses to start while any AcDream.App process exists and never hard-kills a client. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
# Campaign OVERHAUL self-gate route (lead-run visual gate; owner double-checks).
|
|
# Verbs: RetailUiAutomationScriptRunner. Screenshots land in
|
|
# ACDREAM_AUTOMATION_ARTIFACT_DIR as <name>.png (+ .metadata.json).
|
|
# Each teleport goes through the retail portal-space reveal, so give the
|
|
# world time to re-materialize before shooting.
|
|
|
|
wait world-visible 180000
|
|
sleep 4000
|
|
screenshot 00-login 15000
|
|
|
|
# Cathedral floating stairs (owner-supplied pose, 2026-09-02)
|
|
command /teleloc F4180112 38.999477 23.470444 178.053741 -0.980785 0.000000 0.000000 -0.195090
|
|
sleep 2000
|
|
wait world-visible 90000
|
|
sleep 6000
|
|
screenshot 01-cathedral-stairs 15000
|
|
|
|
# Facility Hub stairs (owner-supplied pose)
|
|
command /teleloc 8A02015E 60.251431 -38.848198 -5.995000 0.995004 0.000000 0.000000 -0.099833
|
|
sleep 2000
|
|
wait world-visible 90000
|
|
sleep 6000
|
|
screenshot 02-facility-stairs 15000
|
|
|
|
# Holtburg house interior (owner-supplied pose)
|
|
command /teleloc A9B4013F 134.555893 11.423566 94.005005 0.996917 0.000000 0.000000 -0.078459
|
|
sleep 2000
|
|
wait world-visible 90000
|
|
sleep 6000
|
|
screenshot 03-holtburg-house 15000
|
|
|
|
close-client
|