Ground locomotives-page descriptor semantics
This commit is contained in:
parent
f623c6dcc9
commit
358d4cdec3
26 changed files with 1157 additions and 710 deletions
14
README.md
14
README.md
|
|
@ -80,17 +80,19 @@ is broader now too: checked-in world-flag condition ids can lower into `world_fl
|
|||
for boolean equality/inequality forms, so real packed records can gate whole-game effects on
|
||||
existing `world_flags` without fixture-authored placeholder ids. The tracked parity save-slice no
|
||||
longer depends on a raw `unsupported_framing` placeholder either: its remaining residue is now one
|
||||
recovered locomotives-page `real_packed_v1` record that lands in the explicit
|
||||
`blocked_unmapped_world_descriptor` bucket. The next recovered descriptor band is now partially
|
||||
recovered locomotives-page `real_packed_v1` record that now lands on explicit descriptor parity
|
||||
instead of a generic unmapped bucket. The next recovered descriptor band is now 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 are now save-native too. Raw `.smp` inspection/export reconstructs the persisted
|
||||
`[world+0x66b6]` locomotive name table and derives a minimal `RuntimeState.locomotive_catalog`, so
|
||||
standalone save-slice imports can now lower recovered locomotive availability and locomotive-cost
|
||||
rows directly into `RuntimeState.named_locomotive_availability` and
|
||||
standalone save-slice imports can now lower the grounded lower locomotive availability and
|
||||
locomotive-cost rows directly into `RuntimeState.named_locomotive_availability` and
|
||||
`RuntimeState.named_locomotive_cost` without needing overlay snapshots when the save carries enough
|
||||
catalog context. The remaining recovered scalar world families execute too: cargo-production slots
|
||||
`230..240` lower into `cargo_production_overrides`, and descriptor `453` lowers into
|
||||
catalog context; the unresolved lower tail and upper locomotive bands now stay on explicit parity
|
||||
instead of synthetic execution. The remaining recovered scalar world families execute too:
|
||||
cargo-production slots `230..240` lower into `cargo_production_overrides`, and descriptor `453`
|
||||
lowers into
|
||||
`world_restore.territory_access_cost`. Whole-game ordinary-condition breadth now aligns with those
|
||||
same world-scalar runtime surfaces too: named locomotive availability thresholds, named
|
||||
locomotive cost thresholds, named cargo-production slot thresholds, aggregate cargo-production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue