Once upon a time I programmed a text-based game with the original Mac OS. I have since lost my source code, and no longer own a Mac, but I'd like to resurrect the game for another platform.
My problem: a great deal of text is in the resource fork, in a (slightly) encoded form, but when I try to (for instance) unstuffit, all I get is the data fork, which is empty. The stuffit file is compressed using an unpublished algorithm, so I don't know how to get it in a usable form.
I need the program's resource fork in an un-compressed file. I remember the encryption well enough to know how to find the text from there.
The game is Crystal Cave (most recent version is 2.2, I think).
Anybody know how I can get from here to there?
++ kevin
My problem: a great deal of text is in the resource fork, in a (slightly) encoded form, but when I try to (for instance) unstuffit, all I get is the data fork, which is empty. The stuffit file is compressed using an unpublished algorithm, so I don't know how to get it in a usable form.
I need the program's resource fork in an un-compressed file. I remember the encryption well enough to know how to find the text from there.
The game is Crystal Cave (most recent version is 2.2, I think).
Anybody know how I can get from here to there?
++ kevin