Align Tier2 source tables with stock assets
This commit is contained in:
parent
b7cb61ca79
commit
86fd2321e3
3 changed files with 35 additions and 0 deletions
|
|
@ -64,6 +64,17 @@
|
|||
`StationLrg`, `ServiceTower`, `Maintenance`, `ClpBrd`, `Kyoto`, `Persian`, `SoWest`, `Tudor`,
|
||||
and `Victorian`, so the remaining Tier-2 load-side question is the style-family row-selection
|
||||
path into that later bank pass rather than another hidden naming stage.
|
||||
The shipped asset directory makes the bare-name remap boundary explicit too:
|
||||
`Data/BuildingTypes` contains bare `Port.bty/.bca` and `Warehouse.bty/.bca`, but no stock
|
||||
`Port00` or `Warehouse00` assets on disk, so the loader-side `port -> Port00` and
|
||||
`warehouse -> Warehouse00` rewrite is the real stock bridge.
|
||||
The stock asset corpus agrees with that table directly too: `Data/BuildingTypes` contains
|
||||
`VictorianStationSml/Med/Lrg.bty`, `TudorStationSml/Med/Lrg.bty`,
|
||||
`SoWestStationSml/Med/Lrg.bty`, `PersianStationSml/Med/Lrg.bty`,
|
||||
`KyotoStationSml/Med/Lrg.bty`, `ClpBrdStationSml/Med/Lrg.bty`, plus standalone
|
||||
`Maintenance.bty` and `ServiceTower.bty`, alongside the style-specific house families. So the
|
||||
recovered `0x005f3c6c/0x005f3c80` naming strip is now backed by the shipped on-disk
|
||||
`BuildingTypes` filename families, not only by the loader-side disassembly.
|
||||
The fixed
|
||||
tail is explicit now too: `0x00444dd0` writes one direct dword from
|
||||
`[world+0x19]`, one zeroed `0x1f4`-byte slab under `0x32cf`, closes the package, derives the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue