RE: OMR + TEXMAPped unofficial file = ???
2018-03-09, 5:02 (This post was last modified: 2018-03-09, 5:07 by Travis Cobbs.)
2018-03-09, 5:02 (This post was last modified: 2018-03-09, 5:07 by Travis Cobbs.)
Going mostly with Roland's suggestion (but without any header data), I created an MPD with an embedded checker texture (attached). It looks like this when opened:
Some notes about my implementation:
Some notes about my implementation:
- I changed BEGIN to START to be consistent with !TEXMAP.
- I only support START/END, not NEXT.
- I'm only officially supporting !DATA in MPD files (since that's the whole point).
- Only one !DATA entry is allowed per 0 FILE entry in the MPD.
- When parsing the BASE64 text, I ignore any characters that aren't in the BASE64 character set, so a space after the 0 !: shouldn't break my parser.