quixe icon indicating copy to clipboard operation
quixe copied to clipboard

Update parse_inform_debug_data() to modern gameinfo.dbg format

Open erkyrath opened this issue 8 years ago • 1 comments

Quixe can load gameinfo.dbg from the Blorb file, but it tries to parse the old-fashioned format. Add code to parse the current (XML) debug format.

erkyrath avatar Jul 17 '16 04:07 erkyrath

XML gameinfo.dbg files can be tens of megabytes, so this should probably wait until gi_load.js switches over to working in Uint8Array.

erkyrath avatar Oct 30 '16 19:10 erkyrath