diff --git a/ROBOSPOT SHOWFILES/robospot_rsl.grammar b/ROBOSPOT SHOWFILES/robospot_rsl.grammar deleted file mode 100644 index 8efc754..0000000 --- a/ROBOSPOT SHOWFILES/robospot_rsl.grammar +++ /dev/null @@ -1,13 +0,0 @@ - - - - Grammar for RSL files - - - - - - - - - diff --git a/robospot_rsl.hexpat b/robospot_rsl.hexpat new file mode 100644 index 0000000..b8d846c --- /dev/null +++ b/robospot_rsl.hexpat @@ -0,0 +1,30 @@ +u8 signature @ 0x00; + +char camip[0x0E] @ 0x3A; + +struct all_show_names { + char show1[0x10]; + char show2[0x10]; + char show3[0x10]; + char show4[0x10]; + char show5[0x10]; + char show6[0x10]; + char show7[0x10]; + char show8[0x10]; + char show9[0x10]; + char show10[0x10]; +}; + +all_show_names shows @ 0x802C; + +bool pos_btn_shown @ 0xAA2; +bool pos_show_in_scene @ 0xAA3; +bool col_btn_shown @ 0x80D0; +bool target_cross_shown @ 0x800C; +bool trace_cursor_shown @ 0xA3E; +bool trace_pan_invert @ 0xA3F; +bool trace_tilt_invert @ 0xA40; +u8 trace_type_E7forcamera_elseforfollowspot @ 0xA42; +bool dmx_dimmers_window_shown @ 0x81E0; + +char exported_filename[0x1F] @ 0x7BE0; \ No newline at end of file