Hello,
I'm aware of a lot of development tools that are GUI and Windows-based. I'm on a Mac, so I'm partially screwed although I know I can spin up a Windows virtual-machine to use such tools.
My question is, do any command-line tools exists (newer ones) that can reliably extract SCI-based resources with the appropriate meta-data intact? What I'm specifically looking for as an example is a tool that can extract background PIC resources and name them appropriately. For a VIEW, it would be more involved; a tool that can extract the View into a modern image format like .png (with the correct file-name) but also extract the meta-data into some format where the meta-data describes the pattern of the view: the loop number, the cell width/size, whether it's used as a mirror or not.
I suppose I have two options on the table:
1.) use SCICompanion and just do an extract-all but to my knowledge this won't provide the meta-data that I need, to also understand the layout of the views. Pics are easy, because they're just static backgrounds with the same dimensions (to my understanding).
2.) My other option is to just bite the bullet and build it or hook into the appropriate code with the ScummVM project which I'm also willing to do.
So far I'm aware of: SCICompanion, SCIStudio, the original DOS executables created by Sierra floating around, some open-source projects out there none of which I was able to get working (for the open-source tools).
I just wanted to see if this already existed before I go down this path since I was quite sure something already existed in this realm...maybe not.
Thanks to anyone who can point me in the right direction.
-deckarep