Hi.
In GK1 (GoG version), I've decompiled all scripts, and then recompiled script #22 (GKNarrator.sc) without any modifications. Then, I've exported the .scr and .hep files, put them in a clean game directory, and it miserably fails upon loading in ScummVM (as Dos) with:
Invalid species 169(0xa9) unknown max 169(0xa9) while instantiating script 22!
I've tried both with Kawa's 3.2.3.2, and with Phil's last version.
In Kawa's version, I got two warnings, which I ignored:
Warning: (GKNarrator.sc) Duplicate case values. Already encountered a case for '18' Line: 90, col: 5
Warning: (GKNarrator.sc) Instance 'talkPlane' is not used anywhere. Line: 167, col: 9
While in Phil's version the 'case' think is an error - so I've commented that line.
Any ideas?