Before I attempt to program a Pic converter or recreate each Pic manually, I wanted to know if anyone had other suggestions for approaching this.
I'm trying to convert a SCI1 game to SCI1.1. I decompiled and bootstrapped the scripts (more changes may be required later to properly handle audio). It was crashing on run and I narrowed down the immediate cause to the DrawPic function call. I had assumed that the SCI1.1 interpreter could handle SCI1 Pics, but perhaps it's not backward compatible? Unfortunately the internal developer tools have Pics editor builds (PE.EXE) that stop at 1992. PICTEST.EXE appears to test for SCI1.1 Pics and rejects SCI1 Pics. I also tried running PIC2NEW.EXE, but it kept asking for a palname.dat. Within SCICompanion, I'm not aware of an existing way to convert Pics between formats, only extracting all files, importing individual files but maintaining the format or exporting just the visual screen.