How to modify the launch screen of the Macin Tower

aihk

6502
I watched the video some people modified the starting screen of the Maikin Tower ~ Does anyone know how to do it? thank you very much
 

Attachments

  • 001.JPG
    001.JPG
    31.4 KB · Views: 41
They probably just removed the "Welcome to Macintosh" string from the system file using ResEdit...

If you want to give the startup sequence a different look, create a StartupScreen file and put it inside the System Folder :)
 
 
They probably just removed the "Welcome to Macintosh" string from the system file using ResEdit...

If you want to give the startup sequence a different look, create a StartupScreen file and put it inside the System Folder :)
What is the format of StartupScreen? I don't seem to see this file in the system folder, is it made by myself alone?
 
What is the format of StartupScreen? I don't seem to see this file in the system folder, is it made by myself alone?
system FILE, not system FOLDER, there is a file in the system folder called System, it has a suitcase icon
edit: I didn't read all the way, I think you make it yourself
 
What is the format of StartupScreen? I don't seem to see this file in the system folder, is it made by myself alone?
It's a file you can create yourself, using apps like ResEdit or MacPaint. It basically is a file with a 'PICT' resource with ID 0. I attached an example for you. Just extract it and put it in your System Folder.
 

Attachments

I believe there were two StartupScreen formats supported:
  1. A file with a PICT resource in it, ID = 0
  2. A MacPaint document (which is not the same thing … MacPaint files are compressed bitmaps, not PICTs)
However I can’t actually immediately find this documented anywhere, would love if anyone can confirm. I swear I did #2 when I was a kid.

Edit: it looks like the ROM indeed does kind of the above, in that order, except option #2 is a straight uncompressed bitmap, not a MacPaint file? Definitely not what I remember …. https://github.com/elliotnunn/mac-r...4362d70d1e0259aef65ab814f/OS/StartMgr/Boot3.a
 
Last edited:
I remember that some version of MacPaint could generate a StartupScreen from the file save dialog
I found that the starting screen of the production can only be full screen, and the 7 system can not be a full screen. The system below 7 must be full screen
 
It's a file you can create yourself, using apps like ResEdit or MacPaint. It basically is a file with a 'PICT' resource with ID 0. I attached an example for you. Just extract it and put it in your System Folder.

Ive been trying to get this to work with system 6.0.8 running in mini Vmac and it's always just a black screen and then the extension and control panel icons run across the bottom of the black screen. Anyone have any ideas?
 
Back
Top