init
@@ -0,0 +1,26 @@
|
||||
# Extracted TDK Pinball assets
|
||||
|
||||
This directory contains every resource in `TDKPIN.EXE`'s Windows 3.x NE resource table.
|
||||
|
||||
## Layout
|
||||
|
||||
- `raw/`: all 63 resource allocations copied byte-for-byte from the executable. These files
|
||||
intentionally retain alignment padding and are the lossless source of truth.
|
||||
- `decoded/images/`: 34 custom 8-bit DIB graphics and three standard bitmap resources converted
|
||||
to PNG. The standard bitmaps also have BMP wrappers.
|
||||
- `decoded/palettes/`: the shared 256-color RGB palette as a swatch PNG and GIMP palette.
|
||||
- `decoded/audio/`: all 16 RIFF/PCM resources trimmed to their declared RIFF lengths.
|
||||
- `decoded/icons/`: the application icon as ICO and PNG.
|
||||
- `decoded/dialogs/`: all six packed Win16 dialog templates decoded to JSON, including bounds,
|
||||
control IDs, classes, captions, styles, and fonts.
|
||||
- `decoded/metadata/`: printable strings and fixed fields from the version resource.
|
||||
- `manifest.json`: resource ID, original file offset, flags, allocated and meaningful sizes,
|
||||
hashes, format metadata, and decoded paths for every entry.
|
||||
|
||||
The custom `DAT` graphics omit an inline color table. They are decoded with the executable's
|
||||
separate `PAL/999` resource; the raw DAT and PAL bytes remain separate so their original storage
|
||||
model is preserved.
|
||||
|
||||
Run `python3 tools/extract_ne_resources.py` from the repository root to regenerate the directory,
|
||||
then `python3 tools/verify_extracted_assets.py` to verify exact raw-byte round trips and decoded
|
||||
file structure.
|
||||
@@ -0,0 +1,169 @@
|
||||
{
|
||||
"style": "0x00c800c0",
|
||||
"bounds": {
|
||||
"x": 20,
|
||||
"y": 24,
|
||||
"width": 202,
|
||||
"height": 130
|
||||
},
|
||||
"menu": null,
|
||||
"class": null,
|
||||
"caption": "File Open",
|
||||
"declared_control_count": 10,
|
||||
"controls": [
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 8,
|
||||
"width": 36,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "File&name:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"bounds": {
|
||||
"x": 42,
|
||||
"y": 6,
|
||||
"width": 98,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50810080",
|
||||
"class": {
|
||||
"class_atom": "EDIT"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 20,
|
||||
"width": 36,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "Directory:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"bounds": {
|
||||
"x": 42,
|
||||
"y": 20,
|
||||
"width": 98,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 32,
|
||||
"width": 64,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "&Files:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 44,
|
||||
"width": 64,
|
||||
"height": 82
|
||||
},
|
||||
"style": "0x50a10003",
|
||||
"class": {
|
||||
"class_atom": "LISTBOX"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 76,
|
||||
"y": 32,
|
||||
"width": 64,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "&Directories:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"bounds": {
|
||||
"x": 76,
|
||||
"y": 44,
|
||||
"width": 64,
|
||||
"height": 82
|
||||
},
|
||||
"style": "0x50a10003",
|
||||
"class": {
|
||||
"class_atom": "LISTBOX"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"bounds": {
|
||||
"x": 146,
|
||||
"y": 5,
|
||||
"width": 50,
|
||||
"height": 14
|
||||
},
|
||||
"style": "0x50010001",
|
||||
"class": {
|
||||
"class_atom": "BUTTON"
|
||||
},
|
||||
"title": "OK",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"bounds": {
|
||||
"x": 146,
|
||||
"y": 23,
|
||||
"width": 50,
|
||||
"height": 14
|
||||
},
|
||||
"style": "0x50010000",
|
||||
"class": {
|
||||
"class_atom": "BUTTON"
|
||||
},
|
||||
"title": "Cancel",
|
||||
"extra_hex": ""
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"point_size": 8,
|
||||
"name": "Helv"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,139 @@
|
||||
{
|
||||
"style": "0x00c800c0",
|
||||
"bounds": {
|
||||
"x": 20,
|
||||
"y": 24,
|
||||
"width": 202,
|
||||
"height": 130
|
||||
},
|
||||
"menu": null,
|
||||
"class": null,
|
||||
"caption": "File Save As",
|
||||
"declared_control_count": 8,
|
||||
"controls": [
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 8,
|
||||
"width": 36,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "File&name:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"bounds": {
|
||||
"x": 42,
|
||||
"y": 6,
|
||||
"width": 98,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50810080",
|
||||
"class": {
|
||||
"class_atom": "EDIT"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 20,
|
||||
"width": 36,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "Directory:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"bounds": {
|
||||
"x": 42,
|
||||
"y": 20,
|
||||
"width": 98,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 44,
|
||||
"width": 64,
|
||||
"height": 82
|
||||
},
|
||||
"style": "0x50a10003",
|
||||
"class": {
|
||||
"class_atom": "LISTBOX"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 32,
|
||||
"width": 64,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "&Directories:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"bounds": {
|
||||
"x": 146,
|
||||
"y": 5,
|
||||
"width": 50,
|
||||
"height": 14
|
||||
},
|
||||
"style": "0x50010001",
|
||||
"class": {
|
||||
"class_atom": "BUTTON"
|
||||
},
|
||||
"title": "OK",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"bounds": {
|
||||
"x": 146,
|
||||
"y": 23,
|
||||
"width": 50,
|
||||
"height": 14
|
||||
},
|
||||
"style": "0x50010000",
|
||||
"class": {
|
||||
"class_atom": "BUTTON"
|
||||
},
|
||||
"title": "Cancel",
|
||||
"extra_hex": ""
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"point_size": 8,
|
||||
"name": "Helv"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"style": "0x80c00040",
|
||||
"bounds": {
|
||||
"x": 20,
|
||||
"y": 24,
|
||||
"width": 180,
|
||||
"height": 64
|
||||
},
|
||||
"menu": null,
|
||||
"class": null,
|
||||
"caption": null,
|
||||
"declared_control_count": 4,
|
||||
"controls": [
|
||||
{
|
||||
"id": 101,
|
||||
"bounds": {
|
||||
"x": 10,
|
||||
"y": 20,
|
||||
"width": 160,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50810080",
|
||||
"class": {
|
||||
"class_atom": "EDIT"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"bounds": {
|
||||
"x": 10,
|
||||
"y": 8,
|
||||
"width": 160,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"bounds": {
|
||||
"x": 47,
|
||||
"y": 42,
|
||||
"width": 40,
|
||||
"height": 14
|
||||
},
|
||||
"style": "0x50010001",
|
||||
"class": {
|
||||
"class_atom": "BUTTON"
|
||||
},
|
||||
"title": "OK",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"bounds": {
|
||||
"x": 93,
|
||||
"y": 42,
|
||||
"width": 40,
|
||||
"height": 14
|
||||
},
|
||||
"style": "0x50010000",
|
||||
"class": {
|
||||
"class_atom": "BUTTON"
|
||||
},
|
||||
"title": "Cancel",
|
||||
"extra_hex": ""
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"point_size": 8,
|
||||
"name": "Helv"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,217 @@
|
||||
{
|
||||
"style": "0x80c800c0",
|
||||
"bounds": {
|
||||
"x": 24,
|
||||
"y": 19,
|
||||
"width": 199,
|
||||
"height": 135
|
||||
},
|
||||
"menu": null,
|
||||
"class": "BorDlg",
|
||||
"caption": "File Open",
|
||||
"declared_control_count": 14,
|
||||
"controls": [
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 8,
|
||||
"width": 36,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "File&name:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"bounds": {
|
||||
"x": 44,
|
||||
"y": 6,
|
||||
"width": 104,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50810080",
|
||||
"class": {
|
||||
"class_atom": "EDIT"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 20,
|
||||
"width": 36,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "Directory:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"bounds": {
|
||||
"x": 44,
|
||||
"y": 20,
|
||||
"width": 104,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 39,
|
||||
"width": 21,
|
||||
"height": 8
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "&Files:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 48,
|
||||
"width": 64,
|
||||
"height": 82
|
||||
},
|
||||
"style": "0x50a10003",
|
||||
"class": {
|
||||
"class_atom": "LISTBOX"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 84,
|
||||
"y": 39,
|
||||
"width": 40,
|
||||
"height": 8
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "&Directories:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"bounds": {
|
||||
"x": 84,
|
||||
"y": 48,
|
||||
"width": 64,
|
||||
"height": 82
|
||||
},
|
||||
"style": "0x50a10003",
|
||||
"class": {
|
||||
"class_atom": "LISTBOX"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 104,
|
||||
"bounds": {
|
||||
"x": 4,
|
||||
"y": 4,
|
||||
"width": 148,
|
||||
"height": 28
|
||||
},
|
||||
"style": "0x50000001",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"bounds": {
|
||||
"x": 4,
|
||||
"y": 36,
|
||||
"width": 72,
|
||||
"height": 96
|
||||
},
|
||||
"style": "0x50000001",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"bounds": {
|
||||
"x": 160,
|
||||
"y": 7,
|
||||
"width": 36,
|
||||
"height": 24
|
||||
},
|
||||
"style": "0x50010001",
|
||||
"class": "BorBtn",
|
||||
"title": "Button",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"bounds": {
|
||||
"x": 160,
|
||||
"y": 37,
|
||||
"width": 36,
|
||||
"height": 24
|
||||
},
|
||||
"style": "0x50010000",
|
||||
"class": "BorBtn",
|
||||
"title": "Button",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 106,
|
||||
"bounds": {
|
||||
"x": 156,
|
||||
"y": -1,
|
||||
"width": 4,
|
||||
"height": 136
|
||||
},
|
||||
"style": "0x50000003",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 107,
|
||||
"bounds": {
|
||||
"x": 80,
|
||||
"y": 36,
|
||||
"width": 72,
|
||||
"height": 96
|
||||
},
|
||||
"style": "0x50000001",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"point_size": 8,
|
||||
"name": "Helv"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,174 @@
|
||||
{
|
||||
"style": "0x80c800c0",
|
||||
"bounds": {
|
||||
"x": 20,
|
||||
"y": 24,
|
||||
"width": 202,
|
||||
"height": 135
|
||||
},
|
||||
"menu": null,
|
||||
"class": "BorDlg",
|
||||
"caption": "File Save As",
|
||||
"declared_control_count": 11,
|
||||
"controls": [
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 8,
|
||||
"width": 36,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "File&name:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"bounds": {
|
||||
"x": 44,
|
||||
"y": 8,
|
||||
"width": 96,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50810080",
|
||||
"class": {
|
||||
"class_atom": "EDIT"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 20,
|
||||
"width": 36,
|
||||
"height": 8
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "Directory:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 101,
|
||||
"bounds": {
|
||||
"x": 44,
|
||||
"y": 20,
|
||||
"width": 98,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 103,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 48,
|
||||
"width": 64,
|
||||
"height": 82
|
||||
},
|
||||
"style": "0x50a10003",
|
||||
"class": {
|
||||
"class_atom": "LISTBOX"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 8,
|
||||
"y": 37,
|
||||
"width": 64,
|
||||
"height": 8
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": "&Directories:",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 4,
|
||||
"y": 4,
|
||||
"width": 140,
|
||||
"height": 27
|
||||
},
|
||||
"style": "0x50000001",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 65535,
|
||||
"bounds": {
|
||||
"x": 4,
|
||||
"y": 36,
|
||||
"width": 72,
|
||||
"height": 96
|
||||
},
|
||||
"style": "0x50000001",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"bounds": {
|
||||
"x": 164,
|
||||
"y": 4,
|
||||
"width": 32,
|
||||
"height": 20
|
||||
},
|
||||
"style": "0x50010001",
|
||||
"class": "BorBtn",
|
||||
"title": "Button",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"bounds": {
|
||||
"x": 164,
|
||||
"y": 32,
|
||||
"width": 32,
|
||||
"height": 20
|
||||
},
|
||||
"style": "0x50010000",
|
||||
"class": "BorBtn",
|
||||
"title": "Button",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 105,
|
||||
"bounds": {
|
||||
"x": 160,
|
||||
"y": 0,
|
||||
"width": 2,
|
||||
"height": 136
|
||||
},
|
||||
"style": "0x50000003",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"point_size": 8,
|
||||
"name": "Helv"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"style": "0x80c800c0",
|
||||
"bounds": {
|
||||
"x": 20,
|
||||
"y": 24,
|
||||
"width": 180,
|
||||
"height": 75
|
||||
},
|
||||
"menu": null,
|
||||
"class": "BorDlg",
|
||||
"caption": null,
|
||||
"declared_control_count": 5,
|
||||
"controls": [
|
||||
{
|
||||
"id": 101,
|
||||
"bounds": {
|
||||
"x": 10,
|
||||
"y": 20,
|
||||
"width": 160,
|
||||
"height": 12
|
||||
},
|
||||
"style": "0x50810080",
|
||||
"class": {
|
||||
"class_atom": "EDIT"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 100,
|
||||
"bounds": {
|
||||
"x": 10,
|
||||
"y": 8,
|
||||
"width": 160,
|
||||
"height": 10
|
||||
},
|
||||
"style": "0x50020000",
|
||||
"class": {
|
||||
"class_atom": "STATIC"
|
||||
},
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 102,
|
||||
"bounds": {
|
||||
"x": 6,
|
||||
"y": 5,
|
||||
"width": 168,
|
||||
"height": 32
|
||||
},
|
||||
"style": "0x50000001",
|
||||
"class": "BorShade",
|
||||
"title": null,
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"bounds": {
|
||||
"x": 42,
|
||||
"y": 44,
|
||||
"width": 36,
|
||||
"height": 24
|
||||
},
|
||||
"style": "0x50010001",
|
||||
"class": "BorBtn",
|
||||
"title": "Button",
|
||||
"extra_hex": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"bounds": {
|
||||
"x": 102,
|
||||
"y": 44,
|
||||
"width": 36,
|
||||
"height": 24
|
||||
},
|
||||
"style": "0x50010000",
|
||||
"class": "BorBtn",
|
||||
"title": "Button",
|
||||
"extra_hex": ""
|
||||
}
|
||||
],
|
||||
"font": {
|
||||
"point_size": 8,
|
||||
"name": "Helv"
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 766 B |
|
After Width: | Height: | Size: 373 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 202 B |
|
After Width: | Height: | Size: 246 B |
|
After Width: | Height: | Size: 167 B |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 772 B |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 880 B |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 25 KiB |
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"printable_strings": [
|
||||
"VS_VERSION_INFO",
|
||||
"StringFileInfo",
|
||||
"040904E4",
|
||||
"CompanyName",
|
||||
"Lars Hammer / KIWI Hamburg",
|
||||
"FileDescription",
|
||||
"TDK Pinball Machine",
|
||||
"FileVersion",
|
||||
"1.00",
|
||||
"InternalName",
|
||||
"TDKPIN",
|
||||
"LegalCopyright",
|
||||
"Developed 1995 by KIWI Von Wendt Konzept GmbH.",
|
||||
"ProductName",
|
||||
"TDK Pinball Machine",
|
||||
"ProductVersion",
|
||||
"3.10.0.0",
|
||||
"VarFileInfo",
|
||||
"Translation"
|
||||
],
|
||||
"fixed_file_info": {
|
||||
"signature": "0xfeef04bd",
|
||||
"structure_version": "0x00010000",
|
||||
"file_version_ms": "0x00000000",
|
||||
"file_version_ls": "0x00010006",
|
||||
"product_version_ms": "0x00030001",
|
||||
"product_version_ls": "0x00000000",
|
||||
"file_flags_mask": "0x00000000",
|
||||
"file_flags": "0x00000000",
|
||||
"file_os": "0x00000001",
|
||||
"file_type": "0x00000002",
|
||||
"file_subtype": "0x00000000",
|
||||
"file_date_ms": "0x00000000",
|
||||
"file_date_ls": "0x00000000"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,260 @@
|
||||
GIMP Palette
|
||||
Name: TDKPIN resource 999
|
||||
Columns: 16
|
||||
#
|
||||
0 0 0 Index 0
|
||||
128 0 0 Index 1
|
||||
0 128 0 Index 2
|
||||
128 128 0 Index 3
|
||||
0 0 128 Index 4
|
||||
128 0 128 Index 5
|
||||
0 128 128 Index 6
|
||||
192 192 192 Index 7
|
||||
192 220 192 Index 8
|
||||
166 202 240 Index 9
|
||||
32 32 184 Index 10
|
||||
72 32 184 Index 11
|
||||
112 32 184 Index 12
|
||||
152 32 184 Index 13
|
||||
192 32 184 Index 14
|
||||
232 32 184 Index 15
|
||||
32 32 240 Index 16
|
||||
72 32 240 Index 17
|
||||
112 32 240 Index 18
|
||||
152 32 240 Index 19
|
||||
192 32 240 Index 20
|
||||
232 32 240 Index 21
|
||||
124 76 48 Index 22
|
||||
140 84 56 Index 23
|
||||
32 72 16 Index 24
|
||||
72 72 16 Index 25
|
||||
112 72 16 Index 26
|
||||
152 72 16 Index 27
|
||||
192 72 16 Index 28
|
||||
232 72 16 Index 29
|
||||
32 72 72 Index 30
|
||||
72 72 72 Index 31
|
||||
112 72 72 Index 32
|
||||
152 72 72 Index 33
|
||||
192 72 72 Index 34
|
||||
232 72 72 Index 35
|
||||
32 72 128 Index 36
|
||||
72 72 128 Index 37
|
||||
112 72 128 Index 38
|
||||
152 72 128 Index 39
|
||||
192 72 128 Index 40
|
||||
232 72 128 Index 41
|
||||
32 72 184 Index 42
|
||||
72 72 184 Index 43
|
||||
112 72 184 Index 44
|
||||
152 72 184 Index 45
|
||||
192 72 184 Index 46
|
||||
232 72 184 Index 47
|
||||
32 72 240 Index 48
|
||||
72 72 240 Index 49
|
||||
112 72 240 Index 50
|
||||
152 72 240 Index 51
|
||||
192 72 240 Index 52
|
||||
232 72 240 Index 53
|
||||
152 92 64 Index 54
|
||||
168 100 76 Index 55
|
||||
32 112 16 Index 56
|
||||
72 112 16 Index 57
|
||||
112 112 16 Index 58
|
||||
152 112 16 Index 59
|
||||
192 112 16 Index 60
|
||||
232 112 16 Index 61
|
||||
32 112 72 Index 62
|
||||
72 112 72 Index 63
|
||||
112 112 72 Index 64
|
||||
152 112 72 Index 65
|
||||
192 112 72 Index 66
|
||||
232 112 72 Index 67
|
||||
32 112 128 Index 68
|
||||
72 112 128 Index 69
|
||||
112 112 128 Index 70
|
||||
152 112 128 Index 71
|
||||
192 112 128 Index 72
|
||||
232 112 128 Index 73
|
||||
32 112 184 Index 74
|
||||
72 112 184 Index 75
|
||||
112 112 184 Index 76
|
||||
152 112 184 Index 77
|
||||
192 112 184 Index 78
|
||||
232 112 184 Index 79
|
||||
32 112 240 Index 80
|
||||
72 112 240 Index 81
|
||||
112 112 240 Index 82
|
||||
152 112 240 Index 83
|
||||
192 112 240 Index 84
|
||||
232 112 240 Index 85
|
||||
176 116 96 Index 86
|
||||
188 136 104 Index 87
|
||||
32 152 16 Index 88
|
||||
72 152 16 Index 89
|
||||
112 152 16 Index 90
|
||||
152 152 16 Index 91
|
||||
192 152 16 Index 92
|
||||
232 152 16 Index 93
|
||||
32 152 72 Index 94
|
||||
72 152 72 Index 95
|
||||
112 152 72 Index 96
|
||||
152 152 72 Index 97
|
||||
192 152 72 Index 98
|
||||
232 152 72 Index 99
|
||||
32 152 128 Index 100
|
||||
72 152 128 Index 101
|
||||
112 152 128 Index 102
|
||||
152 152 128 Index 103
|
||||
192 152 128 Index 104
|
||||
232 152 128 Index 105
|
||||
32 152 184 Index 106
|
||||
72 152 184 Index 107
|
||||
112 152 184 Index 108
|
||||
152 152 184 Index 109
|
||||
192 152 184 Index 110
|
||||
232 152 184 Index 111
|
||||
32 152 240 Index 112
|
||||
72 152 240 Index 113
|
||||
112 152 240 Index 114
|
||||
152 152 240 Index 115
|
||||
192 152 240 Index 116
|
||||
232 152 240 Index 117
|
||||
200 144 108 Index 118
|
||||
208 160 116 Index 119
|
||||
32 192 16 Index 120
|
||||
72 192 16 Index 121
|
||||
112 192 16 Index 122
|
||||
152 192 16 Index 123
|
||||
192 192 16 Index 124
|
||||
232 192 16 Index 125
|
||||
32 192 72 Index 126
|
||||
72 192 72 Index 127
|
||||
112 192 72 Index 128
|
||||
152 192 72 Index 129
|
||||
192 192 72 Index 130
|
||||
232 192 72 Index 131
|
||||
32 192 128 Index 132
|
||||
72 192 128 Index 133
|
||||
112 192 128 Index 134
|
||||
152 192 128 Index 135
|
||||
192 192 128 Index 136
|
||||
232 192 128 Index 137
|
||||
32 192 184 Index 138
|
||||
72 192 184 Index 139
|
||||
112 192 184 Index 140
|
||||
152 192 184 Index 141
|
||||
192 192 184 Index 142
|
||||
232 192 184 Index 143
|
||||
32 192 240 Index 144
|
||||
72 192 240 Index 145
|
||||
112 192 240 Index 146
|
||||
152 192 240 Index 147
|
||||
192 192 240 Index 148
|
||||
232 192 240 Index 149
|
||||
216 168 128 Index 150
|
||||
224 176 144 Index 151
|
||||
32 232 16 Index 152
|
||||
72 232 16 Index 153
|
||||
112 232 16 Index 154
|
||||
152 232 16 Index 155
|
||||
192 232 16 Index 156
|
||||
232 232 16 Index 157
|
||||
32 232 72 Index 158
|
||||
72 232 72 Index 159
|
||||
112 232 72 Index 160
|
||||
152 232 72 Index 161
|
||||
192 232 72 Index 162
|
||||
232 232 72 Index 163
|
||||
32 232 128 Index 164
|
||||
72 232 128 Index 165
|
||||
112 232 128 Index 166
|
||||
152 232 128 Index 167
|
||||
192 232 128 Index 168
|
||||
232 232 128 Index 169
|
||||
32 232 184 Index 170
|
||||
72 232 184 Index 171
|
||||
112 232 184 Index 172
|
||||
152 232 184 Index 173
|
||||
192 232 184 Index 174
|
||||
232 232 184 Index 175
|
||||
32 232 240 Index 176
|
||||
72 232 240 Index 177
|
||||
112 232 240 Index 178
|
||||
152 232 240 Index 179
|
||||
192 232 240 Index 180
|
||||
232 232 240 Index 181
|
||||
232 192 156 Index 182
|
||||
240 212 184 Index 183
|
||||
0 56 0 Index 184
|
||||
0 96 0 Index 185
|
||||
0 160 0 Index 186
|
||||
0 208 0 Index 187
|
||||
208 208 0 Index 188
|
||||
160 160 0 Index 189
|
||||
96 96 0 Index 190
|
||||
56 56 0 Index 191
|
||||
56 0 0 Index 192
|
||||
96 0 0 Index 193
|
||||
160 0 0 Index 194
|
||||
208 0 0 Index 195
|
||||
208 0 208 Index 196
|
||||
160 0 160 Index 197
|
||||
96 0 96 Index 198
|
||||
56 0 56 Index 199
|
||||
0 0 56 Index 200
|
||||
0 0 96 Index 201
|
||||
0 0 160 Index 202
|
||||
0 0 208 Index 203
|
||||
16 16 16 Index 204
|
||||
32 32 32 Index 205
|
||||
48 48 48 Index 206
|
||||
64 64 64 Index 207
|
||||
80 80 80 Index 208
|
||||
96 96 96 Index 209
|
||||
112 112 112 Index 210
|
||||
144 144 144 Index 211
|
||||
160 160 160 Index 212
|
||||
176 176 176 Index 213
|
||||
208 208 208 Index 214
|
||||
224 224 224 Index 215
|
||||
240 240 240 Index 216
|
||||
76 40 28 Index 217
|
||||
76 28 40 Index 218
|
||||
40 76 28 Index 219
|
||||
28 76 40 Index 220
|
||||
40 28 76 Index 221
|
||||
28 40 76 Index 222
|
||||
108 88 32 Index 223
|
||||
160 124 88 Index 224
|
||||
232 168 104 Index 225
|
||||
84 48 16 Index 226
|
||||
92 56 40 Index 227
|
||||
32 32 16 Index 228
|
||||
72 32 16 Index 229
|
||||
112 32 16 Index 230
|
||||
152 32 16 Index 231
|
||||
192 32 16 Index 232
|
||||
232 32 16 Index 233
|
||||
32 32 72 Index 234
|
||||
72 32 72 Index 235
|
||||
112 32 72 Index 236
|
||||
152 32 72 Index 237
|
||||
192 32 72 Index 238
|
||||
232 32 72 Index 239
|
||||
32 32 128 Index 240
|
||||
72 32 128 Index 241
|
||||
112 32 128 Index 242
|
||||
152 32 128 Index 243
|
||||
192 32 128 Index 244
|
||||
232 32 128 Index 245
|
||||
255 251 240 Index 246
|
||||
160 160 164 Index 247
|
||||
128 128 128 Index 248
|
||||
255 0 0 Index 249
|
||||
0 255 0 Index 250
|
||||
255 255 0 Index 251
|
||||
0 0 255 Index 252
|
||||
255 0 255 Index 253
|
||||
0 255 255 Index 254
|
||||
255 255 255 Index 255
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,1307 @@
|
||||
{
|
||||
"source": "TDKPIN.EXE",
|
||||
"source_sha256": "a9022f1894e3e6e21fc42e8f6c932f7c549ca77f63aaa0c488bb9d55d9d0174c",
|
||||
"resource_count": 63,
|
||||
"ne": {
|
||||
"ne_header_offset": 256,
|
||||
"resource_table_offset": 368,
|
||||
"resource_table_end": 1204,
|
||||
"alignment_shift": 8,
|
||||
"alignment_bytes": 256
|
||||
},
|
||||
"resources": [
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "400",
|
||||
"file_offset": 118272,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "ae9dbc3c6b2d559a17c5ccd5827d5e7b89bdebb48b3dbbd350696076d518a7da",
|
||||
"raw_path": "assets/raw/DAT/00400.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00400.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "401",
|
||||
"file_offset": 123904,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "599086497dcc01ebc63d007ae3d0599d581b0434eb91333f42a5f099b92efd6e",
|
||||
"raw_path": "assets/raw/DAT/00401.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00401.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "402",
|
||||
"file_offset": 129536,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "4bc9cf746a6c09f8a29a4a77c2e6b9288cd7b0688df81f18aad2b9f7182f1019",
|
||||
"raw_path": "assets/raw/DAT/00402.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00402.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "403",
|
||||
"file_offset": 135168,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "b21eb9ce2c8a27966ff9b762545ca6a468eec31add1fbdab0128ef58b450ede5",
|
||||
"raw_path": "assets/raw/DAT/00403.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00403.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "404",
|
||||
"file_offset": 140800,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "c5edea71429f419f688a49b2e494bb3b82b90912b38d59e0b5d6c15f10b75406",
|
||||
"raw_path": "assets/raw/DAT/00404.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00404.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "405",
|
||||
"file_offset": 146432,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "2302a4e768636fc3165a78e1c65f0f604f8db780d5ff2b4007773593945e5537",
|
||||
"raw_path": "assets/raw/DAT/00405.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00405.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "406",
|
||||
"file_offset": 152064,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "a785985480c2e4839d5a4e7aab24d9de67e7cb6f5c1f6b60539e154fc82100d7",
|
||||
"raw_path": "assets/raw/DAT/00406.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00406.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "407",
|
||||
"file_offset": 157696,
|
||||
"allocated_size": 5632,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "b9b046bf77ac926cba371f1114693705b8b3b086f48a3d5697f1cd707e7a7735",
|
||||
"raw_path": "assets/raw/DAT/00407.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00407.png"
|
||||
],
|
||||
"actual_size": 5452,
|
||||
"image": {
|
||||
"width": 42,
|
||||
"height": 123,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 5412,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "600",
|
||||
"file_offset": 163328,
|
||||
"allocated_size": 98048,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "b40c7f5cd5431ca29f238ac291f7c9c26d9823450acb77b14fed5d06748f5d3e",
|
||||
"raw_path": "assets/raw/DAT/00600.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00600.png"
|
||||
],
|
||||
"actual_size": 97960,
|
||||
"image": {
|
||||
"width": 544,
|
||||
"height": 180,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 97920,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "701",
|
||||
"file_offset": 261376,
|
||||
"allocated_size": 21248,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "52143c98872d315408ba017aab36985939af1a54d6a2caac770c54b78d450da8",
|
||||
"raw_path": "assets/raw/DAT/00701.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00701.png"
|
||||
],
|
||||
"actual_size": 21056,
|
||||
"image": {
|
||||
"width": 146,
|
||||
"height": 142,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 21016,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "702",
|
||||
"file_offset": 282624,
|
||||
"allocated_size": 21248,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "debd1d66cf09ad330408acaf19010dab75fcf5376ee55edd7e1d05e491bf974f",
|
||||
"raw_path": "assets/raw/DAT/00702.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00702.png"
|
||||
],
|
||||
"actual_size": 21056,
|
||||
"image": {
|
||||
"width": 146,
|
||||
"height": 142,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 21016,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "703",
|
||||
"file_offset": 303872,
|
||||
"allocated_size": 21248,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "b3972c40b7a3758e48ee1e4d24119a5d3cf9be032d83d4890e792aed2b9b9500",
|
||||
"raw_path": "assets/raw/DAT/00703.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00703.png"
|
||||
],
|
||||
"actual_size": 21056,
|
||||
"image": {
|
||||
"width": 146,
|
||||
"height": 142,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 21016,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "704",
|
||||
"file_offset": 325120,
|
||||
"allocated_size": 21248,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "33aca071ff68e5e9a886b206122796c1c9027ef5bce6e7ea71442574597ee45f",
|
||||
"raw_path": "assets/raw/DAT/00704.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00704.png"
|
||||
],
|
||||
"actual_size": 21056,
|
||||
"image": {
|
||||
"width": 146,
|
||||
"height": 142,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 21016,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "801",
|
||||
"file_offset": 346368,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "5bd5bd78a5f68b0f271337139a7e8cc8214a9c6ac5229f45fe351f2f33ad311f",
|
||||
"raw_path": "assets/raw/DAT/00801.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00801.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "802",
|
||||
"file_offset": 350720,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "8296a852c3e068ff98697aa97feefbd0ba47909eb8f4b3365525b9948bac8f9c",
|
||||
"raw_path": "assets/raw/DAT/00802.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00802.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "803",
|
||||
"file_offset": 355072,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "326f266c75b125bf9bf6af068efc8e7035ab14abe8da23188ab6765f64f7b47e",
|
||||
"raw_path": "assets/raw/DAT/00803.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00803.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "804",
|
||||
"file_offset": 359424,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "5ff7c04e4e1d0ab63d140ee76997a67e12cfed331fa8c0548bd8bb41bd1a15bd",
|
||||
"raw_path": "assets/raw/DAT/00804.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00804.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "805",
|
||||
"file_offset": 363776,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "a21cbbad25b01174ecce93a93e1a164913b50b926f8cbd2ceb207c99d1a4378f",
|
||||
"raw_path": "assets/raw/DAT/00805.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00805.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "806",
|
||||
"file_offset": 368128,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "e4f340dca8dd79f8059ba75abe89cefd27ff8a14f53a8e3dc430787473f3d86b",
|
||||
"raw_path": "assets/raw/DAT/00806.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00806.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "807",
|
||||
"file_offset": 372480,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "20000cf4ffa7174bbb6868a418ec8d0ea413e091d1d976d44f20e019bb71dd10",
|
||||
"raw_path": "assets/raw/DAT/00807.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00807.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "808",
|
||||
"file_offset": 376832,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "a605eb26f9a6f33d789a546993eb5fcb95109d11a4a6a429a1e03129d00b0243",
|
||||
"raw_path": "assets/raw/DAT/00808.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00808.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "809",
|
||||
"file_offset": 381184,
|
||||
"allocated_size": 4352,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "f1aa5c93967908af758f23b711bde4026899cc467f13ddaf02249083b3fe007e",
|
||||
"raw_path": "assets/raw/DAT/00809.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00809.png"
|
||||
],
|
||||
"actual_size": 4188,
|
||||
"image": {
|
||||
"width": 68,
|
||||
"height": 61,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 4148,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "900",
|
||||
"file_offset": 385536,
|
||||
"allocated_size": 266496,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "25c31f3d3a628f2b102bbe07f09a91c038328fef19004e599bcc601bdbfd43bc",
|
||||
"raw_path": "assets/raw/DAT/00900.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00900.png"
|
||||
],
|
||||
"actual_size": 266440,
|
||||
"image": {
|
||||
"width": 900,
|
||||
"height": 296,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 266400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "901",
|
||||
"file_offset": 652032,
|
||||
"allocated_size": 4096,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "7b4a732ef13e24c395209841aabcc16c4431096322627fa9beb95d945913b30d",
|
||||
"raw_path": "assets/raw/DAT/00901.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00901.png"
|
||||
],
|
||||
"actual_size": 3984,
|
||||
"image": {
|
||||
"width": 230,
|
||||
"height": 17,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 3944,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "993",
|
||||
"file_offset": 656128,
|
||||
"allocated_size": 108288,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "d8fa546a48c16750bb40715babc6b310a9e8012598fc4448fb4c622894b6afe2",
|
||||
"raw_path": "assets/raw/DAT/00993.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00993.png"
|
||||
],
|
||||
"actual_size": 108040,
|
||||
"image": {
|
||||
"width": 360,
|
||||
"height": 300,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 108000,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "994",
|
||||
"file_offset": 764416,
|
||||
"allocated_size": 3328,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "add4499d6497e08a41d2621a9edc5a9207db55ca7269344b186699023a058085",
|
||||
"raw_path": "assets/raw/DAT/00994.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00994.png"
|
||||
],
|
||||
"actual_size": 3160,
|
||||
"image": {
|
||||
"width": 237,
|
||||
"height": 13,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 3120,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "995",
|
||||
"file_offset": 767744,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "28d528340d536b7085c06be9da4d094450463b5b5bed5a6fc04a6e3ef8bae0af",
|
||||
"raw_path": "assets/raw/DAT/00995.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00995.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "997",
|
||||
"file_offset": 1062400,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "8f353daefc21cd5dc13caff892d45bf8f119abe5570ec02cb5e65c5fac471417",
|
||||
"raw_path": "assets/raw/DAT/00997.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00997.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "998",
|
||||
"file_offset": 1357056,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "75a50e0fa18ee1fae783aeca89a08d23f9e58b4dc4a35d25dbb2677711cdf1ba",
|
||||
"raw_path": "assets/raw/DAT/00998.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_00998.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "1001",
|
||||
"file_offset": 1651712,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "2db3a4b5d33883c3d4e9687b03275e75f559b1e0ed57d91e286e6a97404c1be8",
|
||||
"raw_path": "assets/raw/DAT/01001.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_01001.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "1002",
|
||||
"file_offset": 1946368,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "df11fbc3b043a540d0231804a01a106a5b5dfe48aff9b3d6bdeb83a4b13928c2",
|
||||
"raw_path": "assets/raw/DAT/01002.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_01002.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "1003",
|
||||
"file_offset": 2241024,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "27cfcf709f21256135bfaf8bb506897b0996225ddcf69cab2cd934cbf0d9a2d9",
|
||||
"raw_path": "assets/raw/DAT/01003.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_01003.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "1004",
|
||||
"file_offset": 2535680,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "12929d04af2525a10b621a135eedd17eea71ee3511adfd7f80359812fc43d668",
|
||||
"raw_path": "assets/raw/DAT/01004.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_01004.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "DAT",
|
||||
"id": "1005",
|
||||
"file_offset": 2830336,
|
||||
"allocated_size": 294656,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "70cc938c97efe772759859524f3855bda4454c8bbf403ac0aa04a8d04a9ecf34",
|
||||
"raw_path": "assets/raw/DAT/01005.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/dat_01005.png"
|
||||
],
|
||||
"actual_size": 294440,
|
||||
"image": {
|
||||
"width": 640,
|
||||
"height": 460,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 8,
|
||||
"compression": 0,
|
||||
"image_size": 294400,
|
||||
"colors_used": 256
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "PAL",
|
||||
"id": "999",
|
||||
"file_offset": 3124992,
|
||||
"allocated_size": 768,
|
||||
"flags": "0x0c00",
|
||||
"raw_sha256": "a116d7bbef4ee4f8228aa0fcaf5eea63057e460323d6ad9584fd1ffbc20d60d9",
|
||||
"raw_path": "assets/raw/PAL/00999.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/palettes/palette_0999.png",
|
||||
"assets/decoded/palettes/palette_0999.gpl"
|
||||
],
|
||||
"actual_size": 768
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2001",
|
||||
"file_offset": 3125760,
|
||||
"allocated_size": 6400,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "751d21b1ed7d7f2acd4f8f52478dcf7d57be42ebc3059343c706a9253a84cdd8",
|
||||
"raw_path": "assets/raw/WAV/02001.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02001.wav"
|
||||
],
|
||||
"actual_size": 6302,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 6258,
|
||||
"duration_seconds": 0.2816128161281613
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2002",
|
||||
"file_offset": 3132160,
|
||||
"allocated_size": 4608,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "ecc192f2d6bfd706f4d3f91cc6cbeb40fa91c50bd2f933da3e35c0258b637172",
|
||||
"raw_path": "assets/raw/WAV/02002.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02002.wav"
|
||||
],
|
||||
"actual_size": 4594,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 4550,
|
||||
"duration_seconds": 0.2047520475204752
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2004",
|
||||
"file_offset": 3136768,
|
||||
"allocated_size": 7680,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "d84f7a3285fca2b40a219b7e796066bd0294692b2761f565d55b0deb6254f305",
|
||||
"raw_path": "assets/raw/WAV/02004.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02004.wav"
|
||||
],
|
||||
"actual_size": 7554,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 7510,
|
||||
"duration_seconds": 0.33795337953379534
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2006",
|
||||
"file_offset": 3144448,
|
||||
"allocated_size": 3072,
|
||||
"flags": "0x0c60",
|
||||
"raw_sha256": "c803e22b0cfcc1dbd4ff8bfe966894d95b0f3217c4fc4954ca3ebf9dc5077e07",
|
||||
"raw_path": "assets/raw/WAV/02006.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02006.wav"
|
||||
],
|
||||
"actual_size": 2906,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 2861,
|
||||
"duration_seconds": 0.12975056689342404
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2007",
|
||||
"file_offset": 3147520,
|
||||
"allocated_size": 30464,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "2e6d4a0ac436e0d5ceb508f4239e871081bf8319c8c44226e83d30dc780f90ab",
|
||||
"raw_path": "assets/raw/WAV/02007.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02007.wav"
|
||||
],
|
||||
"actual_size": 30452,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 30408,
|
||||
"duration_seconds": 1.3683736837368374
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2008",
|
||||
"file_offset": 3177984,
|
||||
"allocated_size": 39168,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "b9a9af48f0794d51a8e3c0ee8c30e21382d35d8bbc76a28dc595940fbfe0eab1",
|
||||
"raw_path": "assets/raw/WAV/02008.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02008.wav"
|
||||
],
|
||||
"actual_size": 39134,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 39090,
|
||||
"duration_seconds": 1.7727891156462585
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2011",
|
||||
"file_offset": 3217152,
|
||||
"allocated_size": 6912,
|
||||
"flags": "0x0c60",
|
||||
"raw_sha256": "f7046a06ec0c990b334a1572d81a50d2215f31b112270c5a24344132dc805072",
|
||||
"raw_path": "assets/raw/WAV/02011.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02011.wav"
|
||||
],
|
||||
"actual_size": 6710,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 6665,
|
||||
"duration_seconds": 0.3022675736961451
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2012",
|
||||
"file_offset": 3224064,
|
||||
"allocated_size": 512,
|
||||
"flags": "0x0c60",
|
||||
"raw_sha256": "c46c9b564f04eef86143875ece96f32171d0f9b788215e13f81738694403bb77",
|
||||
"raw_path": "assets/raw/WAV/02012.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02012.wav"
|
||||
],
|
||||
"actual_size": 320,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 276,
|
||||
"duration_seconds": 0.012517006802721088
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2013",
|
||||
"file_offset": 3224576,
|
||||
"allocated_size": 46592,
|
||||
"flags": "0x0c60",
|
||||
"raw_sha256": "5dc24553391a2cc17e7388747f42ee63897c0e8f8cd74e18f83f60ff2986cacb",
|
||||
"raw_path": "assets/raw/WAV/02013.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02013.wav"
|
||||
],
|
||||
"actual_size": 46348,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 46304,
|
||||
"duration_seconds": 2.099954648526077
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2015",
|
||||
"file_offset": 3271168,
|
||||
"allocated_size": 8192,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "4e7fc9f71e187f7b89d5296583d400afc92cd84310c3b6e114a14c6c18cdd4db",
|
||||
"raw_path": "assets/raw/WAV/02015.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02015.wav"
|
||||
],
|
||||
"actual_size": 7946,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 7902,
|
||||
"duration_seconds": 0.35836734693877553
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2016",
|
||||
"file_offset": 3279360,
|
||||
"allocated_size": 3584,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "72c76e72e9933d02dd4ca4c44434acd1a79591fe486f9bd6da73f59748ee0f1f",
|
||||
"raw_path": "assets/raw/WAV/02016.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02016.wav"
|
||||
],
|
||||
"actual_size": 3518,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 3474,
|
||||
"duration_seconds": 0.15633156331563317
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2017",
|
||||
"file_offset": 3282944,
|
||||
"allocated_size": 35072,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "f7c91915c93302cb55cb703278e55ae3d08e3bb50b31ce50fbefe9a708f99926",
|
||||
"raw_path": "assets/raw/WAV/02017.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02017.wav"
|
||||
],
|
||||
"actual_size": 34842,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 34798,
|
||||
"duration_seconds": 1.578140589569161
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2019",
|
||||
"file_offset": 3318016,
|
||||
"allocated_size": 5376,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "2b65c01e848225791efc58e9018f6b9e24e6da5cc753ca74c43b52cab1532cc6",
|
||||
"raw_path": "assets/raw/WAV/02019.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02019.wav"
|
||||
],
|
||||
"actual_size": 5148,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 5104,
|
||||
"duration_seconds": 0.22968229682296823
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2020",
|
||||
"file_offset": 3323392,
|
||||
"allocated_size": 30208,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "45f03303ce04dc9dc470863bc2cbb638fa6b644afdd9792d8b47667130f71886",
|
||||
"raw_path": "assets/raw/WAV/02020.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02020.wav"
|
||||
],
|
||||
"actual_size": 30000,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 29956,
|
||||
"duration_seconds": 1.3480334803348033
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2021",
|
||||
"file_offset": 3353600,
|
||||
"allocated_size": 3328,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "9f9be797898500c85a6494d2d157f535025f8858b4b085d52843f6605495a494",
|
||||
"raw_path": "assets/raw/WAV/02021.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02021.wav"
|
||||
],
|
||||
"actual_size": 3194,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22222,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 3150,
|
||||
"duration_seconds": 0.14175141751417514
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "WAV",
|
||||
"id": "2022",
|
||||
"file_offset": 3356928,
|
||||
"allocated_size": 22272,
|
||||
"flags": "0x1c70",
|
||||
"raw_sha256": "e10196861e6eaf5656a5ba475c6226a9c2948b53ca7ee095a1fe7754d511410b",
|
||||
"raw_path": "assets/raw/WAV/02022.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/audio/wav_02022.wav"
|
||||
],
|
||||
"actual_size": 22122,
|
||||
"audio": {
|
||||
"format": "PCM",
|
||||
"channels": 1,
|
||||
"sample_rate": 22050,
|
||||
"sample_width_bits": 8,
|
||||
"frames": 22078,
|
||||
"duration_seconds": 1.0012698412698413
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BITMAP",
|
||||
"id": "101",
|
||||
"file_offset": 3379200,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x0c30",
|
||||
"raw_sha256": "828e3a3f570b6d5eb2406a4e751a1992b35f134138b22b3cda6f628eddc3268d",
|
||||
"raw_path": "assets/raw/BITMAP/00101.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/bitmap_00101.bmp",
|
||||
"assets/decoded/images/bitmap_00101.png"
|
||||
],
|
||||
"actual_size": 232,
|
||||
"image": {
|
||||
"width": 16,
|
||||
"height": 16,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 4,
|
||||
"compression": 0,
|
||||
"image_size": 128,
|
||||
"colors_used": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BITMAP",
|
||||
"id": "102",
|
||||
"file_offset": 3379456,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x0c30",
|
||||
"raw_sha256": "8ddb45855da1a1edd14bf2a760f1ec87f77e107519821c9931097c9369f36fa9",
|
||||
"raw_path": "assets/raw/BITMAP/00102.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/bitmap_00102.bmp",
|
||||
"assets/decoded/images/bitmap_00102.png"
|
||||
],
|
||||
"actual_size": 232,
|
||||
"image": {
|
||||
"width": 16,
|
||||
"height": 16,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 4,
|
||||
"compression": 0,
|
||||
"image_size": 128,
|
||||
"colors_used": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "BITMAP",
|
||||
"id": "500",
|
||||
"file_offset": 3379712,
|
||||
"allocated_size": 13568,
|
||||
"flags": "0x0c30",
|
||||
"raw_sha256": "03bd8020f22a9d05abba8df794a9fedfdbbd3efe9c512d36aa3fdbfe939c73ed",
|
||||
"raw_path": "assets/raw/BITMAP/00500.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/images/bitmap_00500.bmp",
|
||||
"assets/decoded/images/bitmap_00500.png"
|
||||
],
|
||||
"actual_size": 13320,
|
||||
"image": {
|
||||
"width": 944,
|
||||
"height": 28,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 4,
|
||||
"compression": 0,
|
||||
"image_size": 13216,
|
||||
"colors_used": 16
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "ICON",
|
||||
"id": "1",
|
||||
"file_offset": 3393280,
|
||||
"allocated_size": 768,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "7700e0cb938f72c273919288a1d93f2d651d0fd1cc0aaf0fc6820ecb852a0cb5",
|
||||
"raw_path": "assets/raw/ICON/00001.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/icons/icon_00001.ico",
|
||||
"assets/decoded/icons/icon_00001.png"
|
||||
],
|
||||
"actual_size": 744,
|
||||
"image": {
|
||||
"width": 32,
|
||||
"height": 32,
|
||||
"planes": 1,
|
||||
"bits_per_pixel": 4,
|
||||
"compression": 0,
|
||||
"image_size": 512,
|
||||
"colors_used": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "GROUP_ICON",
|
||||
"id": "996",
|
||||
"file_offset": 3394048,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "b6436bbb9fca95b8a94008d045bf87f404b0a02d7690a0191861d229841dc25b",
|
||||
"raw_path": "assets/raw/GROUP_ICON/00996.bin",
|
||||
"decoded_paths": [],
|
||||
"actual_size": 20
|
||||
},
|
||||
{
|
||||
"type": "VERSION",
|
||||
"id": "1",
|
||||
"file_offset": 3394304,
|
||||
"allocated_size": 512,
|
||||
"flags": "0x0c30",
|
||||
"raw_sha256": "95f627c29e452fff1032c16384f37128496a3bbc822c39247050f1382507dacc",
|
||||
"raw_path": "assets/raw/VERSION/00001.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/metadata/version_00001.json"
|
||||
],
|
||||
"actual_size": 416
|
||||
},
|
||||
{
|
||||
"type": "DIALOG",
|
||||
"id": "32512",
|
||||
"file_offset": 3394816,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "544570c3e1ac0cbcd690365d2191b71ffc1e6cb1fb525085cec317d41cac9be1",
|
||||
"raw_path": "assets/raw/DIALOG/32512.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/dialogs/dialog_32512.json"
|
||||
],
|
||||
"actual_size": 250
|
||||
},
|
||||
{
|
||||
"type": "DIALOG",
|
||||
"id": "32513",
|
||||
"file_offset": 3395072,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "2e64029d822874a8a74c0ba1367c454d95d999ee8feda1465fe8b3f585d1b03d",
|
||||
"raw_path": "assets/raw/DIALOG/32513.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/dialogs/dialog_32513.json"
|
||||
],
|
||||
"actual_size": 212
|
||||
},
|
||||
{
|
||||
"type": "DIALOG",
|
||||
"id": "32514",
|
||||
"file_offset": 3395328,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "f7f38c4f14d5fba42e370c438fc41e041e744aaef73c65a618070338b650cba1",
|
||||
"raw_path": "assets/raw/DIALOG/32514.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/dialogs/dialog_32514.json"
|
||||
],
|
||||
"actual_size": 99
|
||||
},
|
||||
{
|
||||
"type": "DIALOG",
|
||||
"id": "32515",
|
||||
"file_offset": 3395584,
|
||||
"allocated_size": 512,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "75a4de77aa549d3edbe4825c1345093ed8d6ae81559aad4514b0a853ec50921b",
|
||||
"raw_path": "assets/raw/DIALOG/32515.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/dialogs/dialog_32515.json"
|
||||
],
|
||||
"actual_size": 372
|
||||
},
|
||||
{
|
||||
"type": "DIALOG",
|
||||
"id": "32516",
|
||||
"file_offset": 3396096,
|
||||
"allocated_size": 512,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "dddb764f91fbd212481c1510c50875a289f9f525674c2bc7eefbf94b8ce892ef",
|
||||
"raw_path": "assets/raw/DIALOG/32516.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/dialogs/dialog_32516.json"
|
||||
],
|
||||
"actual_size": 309
|
||||
},
|
||||
{
|
||||
"type": "DIALOG",
|
||||
"id": "32517",
|
||||
"file_offset": 3396608,
|
||||
"allocated_size": 256,
|
||||
"flags": "0x1c30",
|
||||
"raw_sha256": "be406a27876296e9ac46021d67b1591f9bffa0a98a9a55a53ecb9adddc660ef6",
|
||||
"raw_path": "assets/raw/DIALOG/32517.bin",
|
||||
"decoded_paths": [
|
||||
"assets/decoded/dialogs/dialog_32517.json"
|
||||
],
|
||||
"actual_size": 146
|
||||
}
|
||||
],
|
||||
"decode_errors": []
|
||||
}
|
||||
|
After Width: | Height: | Size: 256 B |