tools(selfgate): #464 zoom-out route (held CameraZoomOut / CameraRotateUp / CameraMoveAway at the top stair pose)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
36866ba663
commit
2018027322
1 changed files with 56 additions and 0 deletions
56
tools/overhaul-selfgate/route-464-zoom.txt
Normal file
56
tools/overhaul-selfgate/route-464-zoom.txt
Normal file
|
|
@ -0,0 +1,56 @@
|
||||||
|
# #464 reproduction, part 3 (lead, 2026-09-03 night): the owner's ORIGINAL
|
||||||
|
# report — camera zoomed fully out at the top of the cathedral stair line,
|
||||||
|
# tilted slightly up. Zoom and tilt are HELD actions (DispatcherCameraInputSource
|
||||||
|
# reads IsActionHeld), so each is a down/sleep/up triple. Run with
|
||||||
|
# ACDREAM_PROBE_FLAP=1 so every frame logs the camera cell, root and eye.
|
||||||
|
|
||||||
|
wait world-visible 180000
|
||||||
|
sleep 4000
|
||||||
|
|
||||||
|
command /teleloc F4180113 39.502899 19.589222 181.119247 1.000000 0.000000 0.000000 0.000000
|
||||||
|
sleep 2000
|
||||||
|
wait world-visible 60000
|
||||||
|
sleep 3000
|
||||||
|
screenshot 464-zoom-00-default 15000
|
||||||
|
|
||||||
|
input down CameraZoomOut
|
||||||
|
sleep 1000
|
||||||
|
input up CameraZoomOut
|
||||||
|
sleep 400
|
||||||
|
screenshot 464-zoom-01-out1s 15000
|
||||||
|
|
||||||
|
input down CameraZoomOut
|
||||||
|
sleep 2000
|
||||||
|
input up CameraZoomOut
|
||||||
|
sleep 400
|
||||||
|
screenshot 464-zoom-02-out3s 15000
|
||||||
|
|
||||||
|
input down CameraZoomOut
|
||||||
|
sleep 3000
|
||||||
|
input up CameraZoomOut
|
||||||
|
sleep 400
|
||||||
|
screenshot 464-zoom-03-out6s 15000
|
||||||
|
|
||||||
|
input down CameraRotateUp
|
||||||
|
sleep 400
|
||||||
|
input up CameraRotateUp
|
||||||
|
sleep 400
|
||||||
|
screenshot 464-zoom-04-out6s-tiltup 15000
|
||||||
|
|
||||||
|
input down CameraRotateUp
|
||||||
|
sleep 600
|
||||||
|
input up CameraRotateUp
|
||||||
|
sleep 400
|
||||||
|
screenshot 464-zoom-05-out6s-tiltup2 15000
|
||||||
|
|
||||||
|
# Reset, then the keyboard move-away path in case zoom is a different verb.
|
||||||
|
input press CameraViewDefault
|
||||||
|
sleep 1000
|
||||||
|
screenshot 464-zoom-06-reset 15000
|
||||||
|
input down CameraMoveAway
|
||||||
|
sleep 3000
|
||||||
|
input up CameraMoveAway
|
||||||
|
sleep 400
|
||||||
|
screenshot 464-zoom-07-moveaway3s 15000
|
||||||
|
|
||||||
|
close-client
|
||||||
Loading…
Add table
Add a link
Reference in a new issue