Crusader_Decomp/USECODE/EUSECODE_extracted/jelyhack_island_graph.md
MaddoScientisto 3daffbf113 Add extractor for Crusader's EUSECODE.FLX container
- Implemented a Python script to extract data from the EUSECODE.FLX file format.
- Defined data structures for candidate entries and extracted chunks using dataclasses.
- Added functions to read and parse the FLX table, extract candidate data, and generate human-readable output files.
- Included functionality for analyzing extracted data, including generating summaries, descriptors, and event family reports.
- Implemented utilities for calculating printable ratios, zero ratios, and identifying text-like data.
- Added support for writing various output formats, including JSON, TSV, and Markdown.
2026-03-22 14:27:38 +01:00

45 lines
3.1 KiB
Markdown

# JELYHACK Island Graph
## Nodes
| Index | Label | Role | Fields | Event Evidence |
|---:|---|---|---|---|
| 272 | SPECIAL | referent-neighbor | referent,phase,counter,time,phase1,phase2,mapNum,npcNum | - |
| 273 | TRIGPAD | referent-neighbor | referent,item,elev | - |
| 274 | MONSTER | referent-neighbor | referent,monster1,door,newNpc | - |
| 275 | ELITE | referent-neighbor | referent | - |
| 276 | D_ESTORM | referent-neighbor | referent,goods | - |
| 277 | JELYHACK | referent-anchor | referent | - |
| 278 | DATALINK | referent-neighbor | mva1,mva3a,mva4,mva5a,mva6,mva7,mva8,mva9,mva10,mva11a,mva12a,mva13,mva14,mva15a,mva15c,referent,textFile | - |
| 279 | SLIDEFLR | referent-neighbor | referent | - |
| 280 | JELYH2 | referent-anchor | referent | - |
| 281 | HOFFMAN | referent-neighbor | referent,hoffy,deathBox,deadGuy,item | - |
| 282 | D_HOFFMA | referent-neighbor | referent | - |
| 283 | REE_BOOT | event-bearing | referent,event,counter,item | field:event,tag:69:0A00->event |
| 284 | SURCAMEW | event-bearing | referent,textFile,monit,valueBox,passcode,link,code,screen,cameraEgg,trueRef,therma,eventTrigger,foundGun | field:eventTrigger,tag:24:0A02->eventTrigger |
| 285 | SFXTRIG | event-bearing | referent,event | field:event,tag:69:0A00->event |
## Edges
| Source | Relation | Target | Evidence |
|---|---|---|---|
| JELYHACK (277) | table-neighbor(-5) | SPECIAL (272) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(-4) | TRIGPAD (273) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(-3) | MONSTER (274) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(-2) | ELITE (275) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(-1) | D_ESTORM (276) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(+1) | DATALINK (278) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(+2) | SLIDEFLR (279) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(+3) | JELYH2 (280) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(+4) | HOFFMAN (281) | same local extraction neighborhood |
| JELYHACK (277) | table-neighbor(+5) | D_HOFFMA (282) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(-5) | ELITE (275) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(-4) | D_ESTORM (276) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(-3) | JELYHACK (277) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(-2) | DATALINK (278) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(-1) | SLIDEFLR (279) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(+1) | HOFFMAN (281) | same local extraction neighborhood |
| JELYH2 (280) | table-neighbor(+2) | D_HOFFMA (282) | same local extraction neighborhood |
| JELYH2 (280) | possible-event-attachment(+3) | REE_BOOT (283) | field:event,tag:69:0A00->event |
| JELYH2 (280) | possible-event-attachment(+4) | SURCAMEW (284) | field:eventTrigger,tag:24:0A02->eventTrigger |
| JELYH2 (280) | possible-event-attachment(+5) | SFXTRIG (285) | field:event,tag:69:0A00->event |