Promote Tier2 row and trailer crossover matrix
This commit is contained in:
parent
e0115dded4
commit
08819c19a4
6 changed files with 139 additions and 11 deletions
|
|
@ -2397,5 +2397,58 @@
|
|||
"rt3_wineprefix/drive_c/rt3/maps/State of Germany.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/War Effort.gmp"
|
||||
]
|
||||
},
|
||||
"row_pair_and_numbered_trailer_family_map_counts": {
|
||||
"10/18 :: 0x00000000": 4,
|
||||
"10/18 :: 0x00000001": 3,
|
||||
"35/43 :: 0x00000000": 5,
|
||||
"35/43 :: 0x00000001": 25
|
||||
},
|
||||
"row_pair_and_numbered_trailer_family_map_paths": {
|
||||
"10/18 :: 0x00000000": [
|
||||
"rt3_wineprefix/drive_c/rt3/maps/East Coast, USA.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Germany.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/State of Germany.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/War Effort.gmp"
|
||||
],
|
||||
"10/18 :: 0x00000001": [
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Crossing the Alps.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Go West!.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Rhodes Unfinished.gmp"
|
||||
],
|
||||
"35/43 :: 0x00000000": [
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Britain.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/British Isles.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Greenland Growing.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Ireland.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Spanish Mainline.gmp"
|
||||
],
|
||||
"35/43 :: 0x00000001": [
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Alternate USA.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Argentina Opens Up.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/California Island.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Chicago to New York.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Coast to Coast.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Dutchlantis.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/East of Mississippi.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Eastern Canada.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Eastern China.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/France.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Germantown.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Japan Trembles.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Louisiana.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Mexico.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Mississippi Valley.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/New Beginnings.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Orient Express.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Pacific Coastal.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Pacific NW.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Poland.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Russia.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/South East Australia.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/South East USA.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Southern Pacific.gmp",
|
||||
"rt3_wineprefix/drive_c/rt3/maps/Third Republic.gmp"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -84,6 +84,11 @@ Taken together they keep the current frontier narrow and concrete:
|
|||
split visible directly, `port00_warehouse00_row_pair_map_paths` keeps the carrier maps checked
|
||||
in, and the same export also keeps `files_with_port01_11_run_at_45_55_count = 37` plus
|
||||
`files_with_warehouse01_11_run_at_56_66_count = 37` across the whole probe-bearing corpus.
|
||||
- the same export now keeps the row/trailer crossover explicit too:
|
||||
`row_pair_and_numbered_trailer_family_map_counts` records
|
||||
`35/43 :: 0x00000001 -> 25 maps`, `35/43 :: 0x00000000 -> 5 maps`,
|
||||
`10/18 :: 0x00000000 -> 4 maps`, and `10/18 :: 0x00000001 -> 3 maps`, so the off-row family
|
||||
does not collapse to one numbered trailer lane.
|
||||
|
||||
So the open question is no longer whether the numbered families exist in stock assets, bindings,
|
||||
or shipped candidate tables. The real remaining question is which earlier seed/projection seam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue