Topic: Editor-Only Data
I'd like to add a feature to stitch that utz suggested in the previous forum. That feature is the ability to mark rows. It would allow me to add commands such as "go to next mark", "go to previous mark", and most importantly, "play from previous mark".
Right now, the file format on disk is the raw engine data. I could add another byte to each row of data to store the mark information, but that data is only needed for the editor and not for the engine.
How is this type of data handled on other platforms? Is it included in the engine data? Or is there a separate file format for the editor which is converted to the engine format before playback?