1
AGI Development Tools / Re: WinAGI Version 2.1.16 Available for Download
« on: March 29, 2022, 12:33:22 PM »I've just finished my decompilation for King's Quest I! While WinAGI gives a warning about the absence of sound 34, this can be safely ignored.Looks like you're making a lot of progress. Regarding the sound 34 issue, is that the only warning you got when you first imported it? I have KQ1 version 2.0F, and I get four invalid sound resource (34, 35, 36, 37) when I import it.
The decompiled version is 2.0F, as that is the version being sold through digital storefronts. Now it's ready for testing.
Also, the warning should say "WARNING: Sound34 has an invalid location (134703) in the VOL file(VOL.2)", which means there is an entry in the SNDDIR file, but it doesn't point to a valid resource in the VOL file. Is that the warning you got? Or did it say the resource was missing or absent? I just want to make sure WinAGI is working correctly and not giving the wrong warnings.
Yes, it gives this in the error log:
Code: [Select]
LOAD GAME WARNINGS:
C:\AGI\kq1agi\KQ1.wag
29-Mar-22 12:32:11 PM
WARNING: Sound34 has an invalid location (134703) in the VOL file(VOL.2).
WARNING: Sound35 has an invalid location (134799) in the VOL file(VOL.2).
WARNING: Sound36 has an invalid location (134893) in the VOL file(VOL.2).
WARNING: Sound37 has an invalid location (135787) in the VOL file(VOL.2).