Ctrl + K

General Discussion

Ctrl + K

Halamix2 (phpBB)

(@phpbb_103:legoisland.org)

6/16/2026, 7:31:09 AM
Analysis:
CD contains one data track and 24 audio tracks, CD-Audio quality (16bit, 44100Hz), that's nice.

Yeah, file extensions suggest Klik & Play or some newer Clicteam game creator tool (The Games Factory and such).

This isn't a typical MS-DOS game, `file` returns `MS-DOS executable, NE version 5 for MS Windows 3.10 (EXE) (GUI)`, so it's a Windows 3.11 executable; pure DOS couldn't load dll files.

If I remember correctly most of the game (all of it?) is stored in the .cca files, there are tools for newer editors that can decompile them info the editor .gam/.tga files, check if CEXtract can do somethign with the .cca files: kippykip .com/threads/cextract-the-games-factory-multimedia-fusion-game-extractor-unprotector.498

This tool requires Msvbvm60.dll to start, and it looks like it can extract *something*, but I don't know how much, as I'm currently on Linux and it might not work as expected; have a little bit of fun with this tool and experiment. If the builtin KnP -> TGF conversion tool works then you should be able to edit the source data in he Games Factory and export a win32 .exe. Or Import it in even newer tool, or simply read the code and recreate it in any other engine or language.

That's all I can say for now, I won't try to decompile/convert it further
Analysis: