We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Halloween Harry

From The Cutting Room Floor
(Redirected from Alien Carnage)
Jump to navigation Jump to search

Title Screen

Halloween Harry

Developers: SubZero Software, Interactive Binary Illusions
Publisher: Apogee Software
Platform: DOS
Released internationally: October 10, 1993


DevTextIcon.png This game has hidden development-related text.


So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?

Halloween Harry (later renamed to Alien Carnage) is a game where aliens have taken over the world and turned people into zombie slaves. You must fight your way through the zombies and rescue people who haven't yet been harmed.

Unused Developer Text

In the archive file order.bnk, there are two files called build.bat and make.bat. Both these DOS batch files do the same thing - they create the order.bnk file from files found in the current directory. From the content of these files, it can be seen that there are two utilities the game developers used to create these archive files. One that created the .bnk files is called kit, and one that possibly created the corresponding .fat file for each .bnk is called dizfile, although this isn't 100% certain.

This is what build.bat looks like:

del order.bnk order.fat
kit a order.bnk *.*
kit d order.bnk *.bak
dizfile order.bnk order.fat
copy order.bnk order.fat ..\

And make.bat:

del order.bnk
kit a order.bnk *.*
dizfile order.bnk order.fat
copy order.bnk order.fat ..