Extraction of other resource mappings

This commit is contained in:
2026-05-20 19:27:27 +02:00
parent 4c8faf40ec
commit b1b7a08848
3 changed files with 112 additions and 10 deletions
+12 -10
View File
@@ -82,23 +82,24 @@ var extensionTypes = map[string]uint16{
"txi": 0x07E6,
"git": 0x07E7,
"uti": 0x07E9,
"utt": 0x07EA,
"utc": 0x07EB,
"dlg": 0x07ED,
"itp": 0x07EE,
"uts": 0x07F0,
"utt": 0x07F0,
"dds": 0x07F1,
"uts": 0x07F3,
"fac": 0x07F6,
"gff": 0x07F7,
"ute": 0x07F9,
"utd": 0x07FB,
"ute": 0x07F8,
"utd": 0x07FA,
"utp": 0x07FC,
"dfa": 0x07FD,
"gic": 0x07FE,
"gui": 0x07FF,
"utm": 0x0800,
"utm": 0x0803,
"dwk": 0x0804,
"pwk": 0x0805,
"utg": 0x0807,
"jrl": 0x0808,
"utw": 0x080A,
"ssf": 0x080C,
@@ -146,23 +147,24 @@ var typeExtensions = map[uint16]string{
0x07E6: "txi",
0x07E7: "git",
0x07E9: "uti",
0x07EA: "utt",
0x07EB: "utc",
0x07ED: "dlg",
0x07EE: "itp",
0x07F0: "uts",
0x07F0: "utt",
0x07F1: "dds",
0x07F3: "uts",
0x07F6: "fac",
0x07F7: "gff",
0x07F9: "ute",
0x07FB: "utd",
0x07F8: "ute",
0x07FA: "utd",
0x07FC: "utp",
0x07FD: "dfa",
0x07FE: "gic",
0x07FF: "gui",
0x0800: "utm",
0x0803: "utm",
0x0804: "dwk",
0x0805: "pwk",
0x0807: "utg",
0x0808: "jrl",
0x080A: "utw",
0x080C: "ssf",