port(exporter): the archive list is data, not a hardcoded constant
crates/sylpheed-export read dat/GP_TITLE.pak and nothing else. authored/flow.json records LOAD GAME, TUTORIAL, OPTIONS and NEW GAME's difficulty chain as MEASURED destinations that are blocked because 'not a GP_TITLE build, so there is no screen file to go to'. The blocker was neither the disc nor the reader -- examples/probe_archives.rs finds screen builds in 24 archives using the EXISTING detector -- it was that constant. The list now comes from authored/screen_names.json export_archives, whose 'archives' map was ALREADY keyed by archive path. Absent, it defaults to dat/GP_TITLE.pak, so an old authored tree exports what it always did. Sprite groups are mapped per archive rather than derived from the filename: sprites live at sprites/<group>/<screen>/, unnamed builds are named build_NN by entry index which restarts at 0 in every archive, so two archives sharing a group would collide. An unmapped archive is rejected rather than given a directory a typo could invent. NO BEHAVIOUR CHANGE, and verified as such before anything is added: exported to a separate tree with the current authored data and diffed -- export/screens and export-probe/screens are IDENTICAL, manifest screen list identical. The archive list itself is unchanged in this commit. Adding one is next, and separately, so any regression is attributable to the archive rather than to the refactor.
This commit is contained in:
734
export-probe/screens/title/developer_logos.json
Normal file
734
export-probe/screens/title/developer_logos.json
Normal file
@@ -0,0 +1,734 @@
|
||||
{
|
||||
"format": "sylpheed.screen/3",
|
||||
"exporter": "sylpheed-export 0.1.0",
|
||||
"formats_rev": "8b6dbcf",
|
||||
"source": {
|
||||
"archive": "dat/GP_TITLE.pak",
|
||||
"entry": 11,
|
||||
"build": 11
|
||||
},
|
||||
"name": "developer_logos",
|
||||
"name_source": "authored",
|
||||
"name_why": "The GAME ARTS / SETA / studio anima logos -- the developer splash, shown after the publisher wordmark. HANDOFF Q2 and the RE agent's 2026-08-29 render grid; draws 7/7 elements. 📌 SOURCE, added 2026-09-01 in the uncited-why backfill: the four bundles are identified in docs/re/ui-title-build-map.md, and the ordinal-versus-entry distinction this entry depends on is docs/re/structures/build-ordinal-vs-entry.md. ⚠️ The sibling references below (\"as entry 10, region twin\") are a citation form too -- they point at another entry in this file rather than at a document, and forcing a path onto them would be mislabelling to satisfy a counter.",
|
||||
"design": [
|
||||
1280,
|
||||
720
|
||||
],
|
||||
"elements": [
|
||||
{
|
||||
"index": 0,
|
||||
"id": "palogo_eff0",
|
||||
"declared": "palogo_eff0.prm",
|
||||
"role": "primitive",
|
||||
"kind_raw": "0x10",
|
||||
"pivot": [
|
||||
640,
|
||||
360
|
||||
],
|
||||
"size": [
|
||||
1280,
|
||||
720
|
||||
],
|
||||
"layer_source": "implied",
|
||||
"layer": "0x00000000",
|
||||
"rest": {
|
||||
"pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xff000000",
|
||||
"rotation_deg": 0,
|
||||
"t": 0
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
0,
|
||||
0
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xff000000",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 1,
|
||||
"id": "palogo_gamearts",
|
||||
"declared": "palogo_gamearts.t32",
|
||||
"role": "decoration",
|
||||
"kind_raw": "0x0",
|
||||
"sprite": "sprites/title/developer_logos/palogo_gamearts.png",
|
||||
"pivot": [
|
||||
250,
|
||||
36
|
||||
],
|
||||
"blend_additive": false,
|
||||
"layer_source": "sprite",
|
||||
"layer": "0x0000a110",
|
||||
"rest": {
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0,
|
||||
"t": 30
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 15,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 30,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 190,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 194,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xe8ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 206,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x20ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 210,
|
||||
"pos": [
|
||||
390,
|
||||
164
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 2,
|
||||
"id": "palogo_gamearts_eff",
|
||||
"declared": "palogo_gamearts_eff.t32",
|
||||
"role": "decoration",
|
||||
"kind_raw": "0x0",
|
||||
"sprite": "sprites/title/developer_logos/palogo_gamearts_eff.png",
|
||||
"pivot": [
|
||||
260,
|
||||
46
|
||||
],
|
||||
"blend_additive": false,
|
||||
"layer_source": "sprite",
|
||||
"layer": "0x0000a100",
|
||||
"rest": {
|
||||
"pos": [
|
||||
379,
|
||||
154
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0,
|
||||
"t": 15
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
379,
|
||||
154
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 15,
|
||||
"pos": [
|
||||
379,
|
||||
154
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 30,
|
||||
"pos": [
|
||||
379,
|
||||
154
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 45,
|
||||
"pos": [
|
||||
379,
|
||||
154
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 3,
|
||||
"id": "palogo_seta",
|
||||
"declared": "palogo_seta.t32",
|
||||
"role": "decoration",
|
||||
"kind_raw": "0x0",
|
||||
"sprite": "sprites/title/developer_logos/palogo_seta.png",
|
||||
"pivot": [
|
||||
120,
|
||||
44
|
||||
],
|
||||
"blend_additive": false,
|
||||
"layer_source": "sprite",
|
||||
"layer": "0x0000a110",
|
||||
"rest": {
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0,
|
||||
"t": 30
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 15,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 30,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 190,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 194,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xe8ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 206,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x20ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 210,
|
||||
"pos": [
|
||||
521,
|
||||
316
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 4,
|
||||
"id": "palogo_seta_eff",
|
||||
"declared": "palogo_seta_eff.t32",
|
||||
"role": "decoration",
|
||||
"kind_raw": "0x0",
|
||||
"sprite": "sprites/title/developer_logos/palogo_seta_eff.png",
|
||||
"pivot": [
|
||||
130,
|
||||
55
|
||||
],
|
||||
"blend_additive": false,
|
||||
"layer_source": "sprite",
|
||||
"layer": "0x0000a100",
|
||||
"rest": {
|
||||
"pos": [
|
||||
511,
|
||||
305
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0,
|
||||
"t": 15
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
511,
|
||||
305
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 15,
|
||||
"pos": [
|
||||
511,
|
||||
305
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 30,
|
||||
"pos": [
|
||||
511,
|
||||
305
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 45,
|
||||
"pos": [
|
||||
511,
|
||||
305
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 5,
|
||||
"id": "palogo_anima",
|
||||
"declared": "palogo_anima.t32",
|
||||
"role": "decoration",
|
||||
"kind_raw": "0x0",
|
||||
"sprite": "sprites/title/developer_logos/palogo_anima.png",
|
||||
"pivot": [
|
||||
194,
|
||||
68
|
||||
],
|
||||
"blend_additive": false,
|
||||
"layer_source": "sprite",
|
||||
"layer": "0x0000a110",
|
||||
"rest": {
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0,
|
||||
"t": 30
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 15,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 30,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 190,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 194,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xe8ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 206,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x20ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 210,
|
||||
"pos": [
|
||||
446,
|
||||
449
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"index": 6,
|
||||
"id": "palogo_anima_eff",
|
||||
"declared": "palogo_anima_eff.t32",
|
||||
"role": "decoration",
|
||||
"kind_raw": "0x0",
|
||||
"sprite": "sprites/title/developer_logos/palogo_anima_eff.png",
|
||||
"pivot": [
|
||||
204,
|
||||
78
|
||||
],
|
||||
"blend_additive": false,
|
||||
"layer_source": "sprite",
|
||||
"layer": "0x0000a100",
|
||||
"rest": {
|
||||
"pos": [
|
||||
435,
|
||||
440
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xd4ffffff",
|
||||
"rotation_deg": 0,
|
||||
"t": 30
|
||||
},
|
||||
"keyframes": [
|
||||
{
|
||||
"t": 0,
|
||||
"pos": [
|
||||
435,
|
||||
440
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 15,
|
||||
"pos": [
|
||||
435,
|
||||
440
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xffffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 30,
|
||||
"pos": [
|
||||
435,
|
||||
440
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0xd4ffffff",
|
||||
"rotation_deg": 0
|
||||
},
|
||||
{
|
||||
"t": 45,
|
||||
"pos": [
|
||||
435,
|
||||
440
|
||||
],
|
||||
"scale": [
|
||||
100,
|
||||
100
|
||||
],
|
||||
"tint_rgba": "0xffffffff",
|
||||
"fade_argb": "0x00ffffff",
|
||||
"rotation_deg": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"paint_order": [
|
||||
0,
|
||||
2,
|
||||
4,
|
||||
6,
|
||||
1,
|
||||
3,
|
||||
5
|
||||
],
|
||||
"buttons": [],
|
||||
"settle_window": [
|
||||
45,
|
||||
190,
|
||||
117
|
||||
],
|
||||
"unresolved": [
|
||||
"keyframe_time_unit",
|
||||
"paint_order_ties",
|
||||
"fade_out_duration"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user