Narrow region save payload blocker
This commit is contained in:
parent
4cec28e092
commit
626ab3a050
2 changed files with 32 additions and 8 deletions
|
|
@ -10,12 +10,13 @@ Working rule:
|
|||
## Next
|
||||
|
||||
- Reconstruct the save-side region record body on top of the newly corrected non-direct tagged
|
||||
region seam (`0x5209/0x520a/0x520b`, stride hint `0x06`, `Marker09` record stems) and its now
|
||||
grounded repeated `0x55f1/0x55f2/0x55f3` record-triplet envelope, especially the unresolved
|
||||
fields that remain above the now-grounded embedded profile collection in the large `0x55f3`
|
||||
payload: the pending bonus lane `[region+0x276]`, completion latch `[region+0x302]`, one-shot
|
||||
notice latch `[region+0x316]`, severity/source lane `[region+0x25e]`, and any stable region-id
|
||||
or class discriminator that can drive shellless city-connection service.
|
||||
region seam (`0x5209/0x520a/0x520b`, stride hint `0x06`, `Marker09` record stems) now that the
|
||||
`0x55f3` payload is known to be fully consumed by the embedded profile collection on grounded
|
||||
real saves: the remaining blocker is no longer a hidden trailing payload tail, but finding the
|
||||
separate save-owner seam for the pending bonus lane `[region+0x276]`, completion latch
|
||||
`[region+0x302]`, one-shot notice latch `[region+0x316]`, severity/source lane `[region+0x25e]`,
|
||||
and any stable region-id or class discriminator that can drive shellless city-connection
|
||||
service.
|
||||
- Reconstruct the save-side placed-structure collection body on top of the newly grounded
|
||||
`0x36b1/0x36b2/0x36b3` header seam so the blocked city-connection / linked-transit branch can
|
||||
stop depending on atlas-only placed-structure and local-runtime refresh notes, especially the
|
||||
|
|
@ -71,6 +72,10 @@ Working rule:
|
|||
live-id/count headers, fixed `0x22`-byte rows, profile names, and trailing weight scalars, so
|
||||
the remaining region work is on the unresolved payload fields above that collection rather than
|
||||
on the profile subcollection itself.
|
||||
- Grounded real saves now also show that the region-side `0x55f3` payload has zero trailing
|
||||
padding beyond that embedded profile collection, so the remaining region blocker has shifted
|
||||
from “find the hidden tail inside this payload” to “find the separate owner seam that backs the
|
||||
runtime latches the city-connection branch still reads.”
|
||||
- The placed-structure tagged save stream now also exposes repeated `0x55f1/0x55f2/0x55f3`
|
||||
triplets with dual name stems, a fixed five-`f32` policy row, and a compact `0x5dc1...0x5dc2`
|
||||
footer carrying one raw `u32` payload lane plus one live `i32` status lane, so the remaining
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue