41 lines
1.5 KiB
Text
41 lines
1.5 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
|
|
|
|
# Holtburg hill above the terrace houses (owner-supplied pose, 2026-09-03):
|
|
# the G2 terrain-punch finding — doorway-sized fragments of the houses below
|
|
# showing through the hill. S3 chunk 3's interleave is expected to remove it.
|
|
command /teleloc A9B4002A 135.659744 30.444872 94.005005 0.989695 0.000000 0.000000 0.143188
|
|
sleep 2000
|
|
wait world-visible 90000
|
|
sleep 6000
|
|
screenshot 04-holtburg-terrain-leak 15000
|
|
|
|
close-client
|