Add queue exports for Tier-2 and dispatch control lanes
This commit is contained in:
parent
486b061558
commit
556335238e
8 changed files with 2566 additions and 4 deletions
|
|
@ -1252,6 +1252,12 @@
|
|||
`Port01..11` and `Warehouse01..11` runs stay fixed at rows `45..55` and `56..66` in every
|
||||
probe-bearing map. Trailer families split independently too: `28` maps keep the numbered rows
|
||||
on trailer `0x00000001`, while `9` maps keep the same row layout but zero the same trailers.
|
||||
The checked-in evidence join is explicit now too:
|
||||
`artifacts/exports/rt3-1.06/building-type-sources.json` still bounds the stock side to bare
|
||||
`port` / `warehouse`, `artifacts/exports/rt3-1.06/event-effects-building-bindings.json` keeps
|
||||
the numbered `Port%02d` / `Warehouse%02d` dispatch family grounded on the event side, and the
|
||||
new `artifacts/exports/rt3-1.06/candidate-table-named-runs.json` export keeps the scenario-side
|
||||
row families grounded across the shipped `37`-map probe-bearing corpus.
|
||||
Raw string presence is broader than that actual fixed-candidate-table seam too: `Port00`
|
||||
appears in all `41` shipped `.gmp` files, but `Central Pacific.gmp`, `Italy.gmp`,
|
||||
`Tex-Mex.gmp`, and `Texas Tea.gmp` do not expose the fixed candidate-table header at all. So
|
||||
|
|
@ -1425,6 +1431,10 @@
|
|||
`0x0050a1cd` keeps the same seeded rows out of one later availability branch. So the remaining
|
||||
Tier-2 seed question is now sharper: which source/live rows become the first seeded rows that let
|
||||
`0x00412d70` propagate nonzero bank bytes within that clone family?
|
||||
The same question can now be stated against the fixed shipped scenario rows too: which earlier
|
||||
seed/projection seam lets candidate-table rows `35/43/45..66` reach `0x00412d70` with nonzero
|
||||
`[candidate+0xba/+0xbb]` before the later rebank-or-clone strip `0x00419230` ever consumes
|
||||
them?
|
||||
The later rebank-or-clone owner is bounded now too. Direct disassembly of `0x00419230` shows one
|
||||
outer pass over bank selector `0` then `1`, with an inner `12`-ordinal sweep for each pass. For
|
||||
each `(bank, ordinal)` pair it scans already-linked aux/source rows by owner candidate id
|
||||
|
|
|
|||
|
|
@ -10,9 +10,10 @@ This file is the short active queue for the current runtime and reverse-engineer
|
|||
|
||||
## Current Active Items
|
||||
|
||||
- Keep the periodic-company trace as the main shellless simulation frontier.
|
||||
- Push the next static/rehost slice through the near-city industry acquisition owner seam under `0x004014b0`.
|
||||
- Keep the building style-family source pass focused on `0x004196c0 -> 0x00414490 -> 0x00416ce0 -> 0x00419230`.
|
||||
- Keep the periodic-company trace as the main shellless simulation frontier, with the next concrete control-lane pass focused on the ordinary loaded runtime-effect strip `0x00444d92 -> 0x00432f40(kind 8) -> 0x004323a0 -> 0x00431b20`.
|
||||
The checked `rt3_105/maps` compact-dispatch corpus is now exported directly: `41` maps scanned, `38` with dispatch-strip rows, `318` nondirect rows total, and the add-building subset is only `10` grouped occurrences across `7` descriptor keys, all still missing trigger kind. The active open question is therefore which ordinary loaded rows acquire or bypass the missing trigger-kind control lane before they can reach placed-structure mutation opcodes.
|
||||
- Keep the next static Tier-2 building pass focused on the earlier seed/projection seam into `0x00412d70`, not another broad `BuildingTypes` sweep.
|
||||
The grounded owner strip is `0x004196c0 -> 0x00414490 -> 0x00416ce0 -> 0x00419230`, but the active open question is which earlier seed/projection path lets the fixed candidate-table cluster at rows `35/43/45..66` reach `0x00412d70` with nonzero `[candidate+0xba/+0xbb]` before `0x00419230` clones or renames it.
|
||||
|
||||
## Preserved Detail
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue