Execute recovered world scalar event descriptors
This commit is contained in:
parent
09039d24e4
commit
13c7268b0d
23 changed files with 675 additions and 98 deletions
|
|
@ -2,12 +2,12 @@
|
|||
"format_version": 1,
|
||||
"save_slice_id": "packed-event-locomotive-availability-overlay-save-slice",
|
||||
"source": {
|
||||
"description": "Tracked save-slice document proving boolean locomotive availability descriptors can import through overlay-backed catalog context.",
|
||||
"description": "Tracked save-slice document proving scalar locomotive availability descriptors can import through overlay-backed catalog context.",
|
||||
"original_save_filename": "captured-locomotive-availability-overlay.gms",
|
||||
"original_save_sha256": "locomotive-availability-overlay-sample-sha256",
|
||||
"notes": [
|
||||
"tracked as JSON save-slice document rather than raw .smp",
|
||||
"uses synthetic catalog names to prove descriptor-to-id lowering plus overlay-backed resolution"
|
||||
"uses synthetic catalog names to prove descriptor-to-id lowering plus overlay-backed scalar resolution"
|
||||
]
|
||||
},
|
||||
"save_slice": {
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
"target_mask_bits": 8,
|
||||
"parameter_family": "locomotive_availability_scalar",
|
||||
"opcode": 3,
|
||||
"raw_scalar_value": 1,
|
||||
"raw_scalar_value": 42,
|
||||
"value_byte_0x09": 0,
|
||||
"value_dword_0x0d": 0,
|
||||
"value_byte_0x11": 0,
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
"value_word_0x16": 0,
|
||||
"row_shape": "scalar_assignment",
|
||||
"semantic_family": "scalar_assignment",
|
||||
"semantic_preview": "Set Unknown Loco Available to 1",
|
||||
"semantic_preview": "Set Unknown Loco Available to 42",
|
||||
"recovered_locomotive_id": 10,
|
||||
"locomotive_name": null,
|
||||
"notes": []
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
"target_mask_bits": 8,
|
||||
"parameter_family": "locomotive_availability_scalar",
|
||||
"opcode": 3,
|
||||
"raw_scalar_value": 0,
|
||||
"raw_scalar_value": 7,
|
||||
"value_byte_0x09": 0,
|
||||
"value_dword_0x0d": 0,
|
||||
"value_byte_0x11": 0,
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
"value_word_0x16": 0,
|
||||
"row_shape": "scalar_assignment",
|
||||
"semantic_family": "scalar_assignment",
|
||||
"semantic_preview": "Set Unknown Loco Available to 0",
|
||||
"semantic_preview": "Set Unknown Loco Available to 7",
|
||||
"recovered_locomotive_id": 112,
|
||||
"locomotive_name": null,
|
||||
"notes": []
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
"decoded_actions": [],
|
||||
"executable_import_ready": false,
|
||||
"notes": [
|
||||
"boolean locomotive availability rows use overlay-backed catalog context"
|
||||
"scalar locomotive availability rows use overlay-backed catalog context"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue