Extend cargo selector and save-world analysis surfaces
This commit is contained in:
parent
cebcb8ad33
commit
6b8f849731
11 changed files with 639 additions and 26 deletions
13
README.md
13
README.md
|
|
@ -33,7 +33,9 @@ still does not reconstruct those company/chairman collections automatically, but
|
|||
reconstruct selection-only company/chairman context from the fixed save-side `0x32c8` world block.
|
||||
Those raw selected ids can flow through save-slice export/import and override overlay-backed base
|
||||
selection even while the full raw rosters remain absent, and a tracked overlay fixture now pins
|
||||
that selection-only override path explicitly. A checked-in
|
||||
that selection-only override path explicitly. The same fixed block now also exports the grounded
|
||||
campaign override byte plus the raw chairman slot selector and role-gate bytes as analysis-only
|
||||
save fields. A checked-in
|
||||
`EventEffects` export now exists too in
|
||||
`artifacts/exports/rt3-1.06/event-effects-table.json`, and a checked-in semantic closure layer now
|
||||
exists beside it in `artifacts/exports/rt3-1.06/event-effects-semantic-catalog.json`. Recovered
|
||||
|
|
@ -45,7 +47,8 @@ company-governance scalar effect surface:
|
|||
descriptor `56` `Credit Rating` and descriptor `57` `Prime Rate` execute from ordinary real packed
|
||||
rows, while adjacent recovered finance/control-transfer descriptors such as `55` `Stock Prices`
|
||||
and `58` `Merger Premium` now land on explicit shell-owned parity instead of anonymous unmapped
|
||||
descriptor residue, and tracked shell-owned fixtures now pin both finance rows explicitly. The
|
||||
descriptor residue, and tracked shell-owned fixtures now pin finance, scenario-outcome, and
|
||||
control-transfer shell rows explicitly. The
|
||||
recovered whole-game scalar economy/performance strip `59..104` now has a
|
||||
bounded runtime landing surface too: representative descriptors import into
|
||||
`RuntimeState.world_scalar_overrides` through stable normalized keys such as
|
||||
|
|
@ -68,8 +71,10 @@ offline cargo-source inspector now pushes that groundwork further in rehosted co
|
|||
`artifacts/exports/rt3-1.06/economy-cargo-sources.json` report parses both `CargoTypes` and the
|
||||
`Cargo106.PK4` `cargoSkin` descriptors, normalizes localized `~####Name` tokens into visible
|
||||
names, builds a merged live cargo registry, and derives an exact named cargo-production selector
|
||||
from the checked-in bindings. It also shows that the current 1.06 visible-name union is `80`, not
|
||||
`71`, so source recovery alone still does not prove the live price-selector ordering. The
|
||||
from the checked-in bindings. Dedicated CLI inspector commands now expose that production selector
|
||||
and the unresolved price-selector candidate registry directly. The same report still shows that the
|
||||
current 1.06 visible-name union is `80`, not `71`, so source recovery alone still does not prove
|
||||
the live price-selector ordering. The
|
||||
add-building strip `503..519` is now explicitly classified as recovered
|
||||
shell-owned descriptor parity rather than generic unresolved residue. The first grounded
|
||||
condition-side unlock now exists for negative-sentinel `raw_condition_id = -1` company scopes, and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue