checkpoint(render): G2 owner findings — terrain punch assigned to S4, portal-haze probe
Owner G2 check at 4b0b29e4: Facility Hub PASS, Holtburg house PASS,
cathedral leak unchanged (S3/S4). Two new findings:
- doorway-sized fragments of houses on the terrace below show through
the hill in Holtburg: PortalDepthMaskRenderer draws every visited cell's
exit-portal fan with depth compare Always + write, so a doorway behind
terrain still punches far depth through it. Pre-existing; S4 owns the
punch (ledger row updated).
- the purple UnHide haze (script type 0x75, played on the retail
Hidden->visible physics-state edge) no longer shows on the local player
after a portal. Under investigation: temporary print-only traces
[pes-spawn]/[pes-vis] under ACDREAM_DUMP_PLAYSCRIPT=1 (launch-options row
amended; both die with the investigation) and a timed arrival route
tools/overhaul-selfgate/route-portal-haze.txt.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
4b0b29e4cd
commit
7ec72765d7
6 changed files with 69 additions and 7 deletions
33
tools/overhaul-selfgate/route-portal-haze.txt
Normal file
33
tools/overhaul-selfgate/route-portal-haze.txt
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Portal-exit haze probe route (2026-09-03, owner finding at the G2 check).
|
||||
# Teleport, then shoot at short intervals after the world reveals so the
|
||||
# UnHide (0x75) script's emitters are in frame if they draw at all.
|
||||
|
||||
wait world-visible 180000
|
||||
sleep 3000
|
||||
screenshot h00-before 15000
|
||||
|
||||
# Facility Hub pose (interior arrival)
|
||||
command /teleloc 8A02015E 60.251431 -38.848198 -5.995000 0.995004 0.000000 0.000000 -0.099833
|
||||
wait world-visible 90000
|
||||
screenshot h01-arrive-0ms 15000
|
||||
sleep 400
|
||||
screenshot h02-arrive-400ms 15000
|
||||
sleep 600
|
||||
screenshot h03-arrive-1000ms 15000
|
||||
sleep 1000
|
||||
screenshot h04-arrive-2000ms 15000
|
||||
sleep 2000
|
||||
screenshot h05-arrive-4000ms 15000
|
||||
|
||||
# Holtburg house pose (a second arrival, outdoor landblock)
|
||||
command /teleloc A9B4013F 134.555893 11.423566 94.005005 0.996917 0.000000 0.000000 -0.078459
|
||||
wait world-visible 90000
|
||||
screenshot h11-arrive-0ms 15000
|
||||
sleep 400
|
||||
screenshot h12-arrive-400ms 15000
|
||||
sleep 600
|
||||
screenshot h13-arrive-1000ms 15000
|
||||
sleep 1000
|
||||
screenshot h14-arrive-2000ms 15000
|
||||
|
||||
close-client
|
||||
Loading…
Add table
Add a link
Reference in a new issue