Posts Tagged ‘New Executable’

An inconvenience solved

Posted in Dark Seed II, ScummVM on December 27th, 2009 by DrMcCoy – Comments Off

Just a minor update: Thanks to sev, who pointed me to the right place in the wine sources, I managed to solve the cursor inconvenience :) .

The problem was, of course, my own damn fault; I misunderstood the nature of cursor resources. They’re not, as I assumed, plain cursors, one by one each taking up a resource entry. Instead, there are cursor groups, each capable of possessing a variable amount of cursor images. That isn’t even a quirk of NE files, it’s like that in PE files as we well, so my complaining about the executables being in that old format doesn’t apply either. Mea culpa.

flattr this!

The aforementioned cursor inconvenience

Posted in Dark Seed II, ScummVM on December 26th, 2009 by DrMcCoy – 4 Comments

In the previous post, I mentioned an inconvenience with the cursors. Here’s the gist of it:

In Dark Seed II, the cursors are embedded into the resource part of the Windows 3.x (NE, “New Executable”) executable dark0001.exe. Specs are available on the Microsoft website, but they don’t quite match the executable, which claims that each cursor is only 32 byte big. read more »

flattr this!