56 lines
1.4 KiB
Text
56 lines
1.4 KiB
Text
# #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
|