Execute recovered world scalar event descriptors
This commit is contained in:
parent
09039d24e4
commit
13c7268b0d
23 changed files with 675 additions and 98 deletions
|
|
@ -126,16 +126,18 @@ The highest-value next passes are now:
|
|||
- the next recovered locomotives-page descriptor batch is partially executable too:
|
||||
descriptors `454..456` (`All Steam/Diesel/Electric Locos Avail.`) now lower through checked-in
|
||||
metadata into keyed `world_flags`, while the wider locomotive availability/cost scalar bands now
|
||||
split cleanly between executable boolean availability rows and recovered metadata-rich parity
|
||||
rows for the remaining cargo-production, locomotive-cost, and territory-access-cost families
|
||||
split cleanly between executable scalar availability/cost rows and the remaining world-side
|
||||
scalar families
|
||||
- the runtime now also carries both the save-owned named locomotive availability table and an
|
||||
overlay-backed locomotive catalog context: checked-in save-slice documents can populate
|
||||
`RuntimeState.named_locomotive_availability`, and boolean `0/1` availability descriptors can
|
||||
`RuntimeState.named_locomotive_availability`, and recovered scalar availability descriptors can
|
||||
lower through `RuntimeState.locomotive_catalog` into the same ordinary event-service path
|
||||
- that same overlay-backed locomotive catalog now unlocks the recovered locomotive-cost bands too:
|
||||
nonnegative scalar rows from descriptors `352..451` and `475..500` can lower into the new
|
||||
event-owned `RuntimeState.named_locomotive_cost` map through the ordinary runtime path, while
|
||||
cargo-production and territory-access-cost rows remain metadata-rich parity-only families
|
||||
event-owned `RuntimeState.named_locomotive_cost` map through the ordinary runtime path
|
||||
- cargo-production `230..240` and territory-access-cost `453` now execute too through minimal
|
||||
world-side scalar landing surfaces: slot-indexed `cargo_production_overrides` and
|
||||
`world_restore.territory_access_cost`
|
||||
- keep in mind that the current local `.gms` corpus still exports with no packed event collection,
|
||||
so real descriptor mapping needs to stay plumbing-first until better captures exist
|
||||
- use `rrt-hook` primarily as optional capture or integration tooling, not as the first execution
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue