re: exact anchor offsets (GameMesh.vbuf_offset) -- correcting yesterday's defect table
The first read of the capture-truth table located our resources by searching the container for their leading vertices, which reads much worse than reality: the same leading run occurs at several offsets in one container. GameMesh now carries the offset the anchor scan actually chose, so the comparison is exact -- 4 of the ship's drawn buffers are anchored correctly, 2 are the twin collapse, and 2 are real mis-anchors of a size we do decode (brg 51 verts, eng_02_l 44). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
file offset vcount claimed by our decode
|
||||
0x38788 181 — NOBODY
|
||||
0x4b8b8 93 — NOBODY
|
||||
0xb6574 41 — NOBODY
|
||||
0xdbbac 77 — NOBODY
|
||||
0x133da0 76 — NOBODY
|
||||
0x162840 60 — NOBODY
|
||||
0x3b3ee8 119 e106_bdy_01_l(119), e106_bdy_02_l(119)
|
||||
0x3c55d8 119 — NOBODY
|
||||
0x3dd2c4 146 e106_bdy_03(815), e106_bdy_03_l(146)
|
||||
0x40763c 179 e106_bdy_04_l(179)
|
||||
0x40e418 51 e106_brg_01(202), e106_brg_01_m(92)
|
||||
0x444ccc 58 e106_eng_01_l(58)
|
||||
0x44a32c 44 — NOBODY
|
||||
0x45705c 82 e106_wep_02_01_l(82), e106_wep_02_01_m(294)
|
||||
file offset vcount claimed by our decode our resources with that vcount
|
||||
0x38788 181 — NOBODY — none
|
||||
0x4b8b8 93 — NOBODY — none
|
||||
0xb6574 41 — NOBODY n042_bdy_m e007_bdy_01 @ -0x24864
|
||||
0xdbbac 77 — NOBODY — none _rou_e010_break @ -0x5050
|
||||
0x133da0 76 — NOBODY e303_wep_01_m, n041_bdy_l _rou_e010_break @ -0x407bc
|
||||
0x162840 60 — NOBODY — none _rou_e010_break @ -0x6f25c
|
||||
0x3b3ee8 119 e106_bdy_01_l(119), e106_bdy_02_l(119) e106_bdy_01_l, e106_bdy_02_l e106_bdy_01_l @ -0x0
|
||||
0x3c55d8 119 — NOBODY e106_bdy_01_l, e106_bdy_02_l e106_bdy_01_m @ -0x104e8
|
||||
0x3dd2c4 146 e106_bdy_03_l(146) e106_bdy_03_l e106_bdy_03_l @ -0x0
|
||||
0x40763c 179 e106_bdy_04_l(179) e106_bdy_04_l e106_bdy_04_l @ -0x0
|
||||
0x40e418 51 — NOBODY e106_brg_01_b_02, e106_brg_01_l e106_brg_01_b_02 @ -0x5d0
|
||||
0x444ccc 58 e106_eng_01_l(58) e106_eng_01_l e106_eng_01_l @ -0x0
|
||||
0x44a32c 44 — NOBODY e106_eng_02_l e106_eng_02 @ -0x35b8
|
||||
0x45705c 82 e106_wep_02_01_l(82) e106_wep_02_01_l e106_wep_02_01_l @ -0x0
|
||||
|
||||
Reference in New Issue
Block a user