32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
# Campaign OVERHAUL G3 self-gate route, part C (lead-run; owner double-checks).
|
|
# The Nanto waterfalls row of the plan §10 scene matrix, alone, with a longer
|
|
# readiness wait: on the first G3 run (logs/selfgate-20260903-162027-g3) the
|
|
# reveal for 0xE43D001E took longer than route-g3.txt's 90 s wait (the probe
|
|
# timed out at client.log:709 before the readiness line at :714), the script
|
|
# aborted before its close-client verb, and the client then ignored two
|
|
# external close requests (docs/ISSUES.md #460).
|
|
|
|
wait world-visible 180000
|
|
sleep 4000
|
|
|
|
# Nanto waterfalls: 0xE43D001E (falls do not vanish while rotating; houses occlude)
|
|
command /teleloc E43D001E 93.826614 126.522484 120.005005 1.000000 0.000000 0.000000 0.000000
|
|
sleep 2000
|
|
wait world-visible 300000
|
|
sleep 8000
|
|
screenshot 12-nanto-falls 15000
|
|
|
|
# A quarter turn each way so the falls' persistence while rotating is on record.
|
|
command /teleloc E43D001E 93.826614 126.522484 120.005005 0.707107 0.000000 0.000000 0.707107
|
|
sleep 2000
|
|
wait world-visible 120000
|
|
sleep 6000
|
|
screenshot 12b-nanto-falls-east 15000
|
|
|
|
command /teleloc E43D001E 93.826614 126.522484 120.005005 0.707107 0.000000 0.000000 -0.707107
|
|
sleep 2000
|
|
wait world-visible 120000
|
|
sleep 6000
|
|
screenshot 12c-nanto-falls-west 15000
|
|
|
|
close-client
|