Page 1 of 1

Does Anyone Remember Supercard 2.5 Conversion Trick?

Posted: Sun Oct 31, 2010 5:22 pm
by catzlover
First, I want to say that I am so tickled to be able to recreate some of my old games and put them online.

I made a number of games in Supercard 2.5 and I would like to be able to recreate parts of them.

I still have my old Performa (still going strong for my daughter to use), Resedit, And Supercard/Super Edit 2.5. I still have all my old games made in Supercard on the Performa.

Now here's the rub. All my Supercard games were turned into Standalone Applications. I'm not sure that I have the original stacks any more. I would love to be able to access my original scripts since my scripting ability was not extensive before and is very very rusty now.

I am vaguely remembering that there was a way to turn an application back into a stack via Resedit. Is there anyone out there who remembers how to do this?

Thanks! Sandra

Re: Does Anyone Remember Supercard 2.5 Conversion Trick?

Posted: Mon Nov 01, 2010 10:17 am
by Mark
Hi Sandra,

You might want to ask this on the SuperCard list. http://qurl.tk/ju

Best regards,

Mark

Re: Does Anyone Remember Supercard 2.5 Conversion Trick?

Posted: Mon Nov 01, 2010 3:17 pm
by FourthWorld
It's been a long time since I've done that, but IIRC it can be done in three steps. A project file is turned into a standalone by adding resources to it and changing the file type to APPL, so reversing it involves:

1. Make a copy of your standalone
2. In ResEdit, remove all of the resources from it. In most cases the resources in a SuperCard standalone for Mac Classic are there only for the standalone, and the stuff the project itself needs are all in the internal resource section of the file, so removing the true resource fork resources is usually a safe operation if the goal is to revert from a standalone.
3. Change the file type of the newly-stripped file to whatever the file type of a SC project is ('PROJ'?). I can't recall what the four-character string is for an old SC project file, but if you open one in ResEdit you can get that and then apply it to the stripped file.

I think that should be all that's needed. But it's been so long that I could also be quite wrong, so Step 1 is very important - only do this on a backup copy of your standalone.

Please let us know how it works out.

Re: Does Anyone Remember Supercard 2.5 Conversion Trick?

Posted: Mon Nov 01, 2010 3:18 pm
by Mark
Hi Richard,

The link in my previous post tells you how to do this, including the file types.

Best regards,

Mark

Re: Does Anyone Remember Supercard 2.5 Conversion Trick?

Posted: Thu Nov 04, 2010 8:03 pm
by catzlover
Thank you for the help! The MDOC RUNT trick worked. Actually, once I was able to get on the Performa I found that most of my standalones opened in SuperEdit. The one I had trouble with was the first project I made and I must have done it in an earlier than 2.5 version. Changing the creator info turned it back into a project and I was able to access everything. Thanks again! Sandra