Kawa-oneechan / SCICompanion

SCI Companion - an editor for Sierra SCI games, altered.
18 stars 7 forks source link

Avoid saving unsupported message format #10

Closed ZvikaZ closed 3 years ago

ZvikaZ commented 3 years ago

As reported in https://github.com/icefallgames/SCICompanion/issues/22 , currently SciCompanion doesn't support QFG1VGA and PQ1VGA messages format.

Until it will be supported, is it possible to avoid saving modified messages? Instead, explain to the user that it's currently an unsupported feature.

Kawa-oneechan commented 3 years ago

That seems like a reasonable stopgap.

Kawa-oneechan commented 3 years ago

Unfortunately the way resource saving works I have no idea how to interrupt the saving process earlier than "right after the message resource's version number is written". So I guess I'll implement saving version 3300 and hope nothing breaks~

Kawa-oneechan commented 3 years ago

scidhuv_003

This is now available from my stash.

ZvikaZ commented 3 years ago

Thanks! Amazing

Kawa-oneechan commented 3 years ago

Keeping this open in case I messed up and those three mystery bytes weren't just padding full of leftover data.

Kawa-oneechan commented 3 years ago

It's been this long and nobody reported any trouble. Off ya scoot.