.nodegraph - Tkachov/ALERT GitHub Wiki
sections/nodegraph/ | reconstruct_nodegraph.py
Summary
Not researched enough. Used somewhat like visual programming to define missions order?
Assets Browser has a simple viewer for .nodegraph, but reconstruction doesn't support subgraphs.
Magic | Description |
---|---|
9E4E9BA4 |
MM and RCRA |
5C8EA4C0 |
- |
Sections
Tag | Code | Name |
---|---|---|
$\color{#506565}{◆}$ E5065650 |
HeaderSection |
- |
$\color{#8110E8}{◆}$ D8110E80 |
NodesListSection |
- |
$\color{#884E53}{◆}$ 7884E530 |
ConnectionsSection |
- |
$\color{#9894CD}{◆}$ A9894CDB |
MappingsSection |
- |
$\color{#BD496D}{◆}$ FBD496D6 |
ReferencesSection |
- |
any | NodeGraphSection |
- |
Each node of the graph is stored as a separate section, with node's id being equal to section's tag. Section contains serialized data (format is probably DDL-defined).