More info: Inside Macintosh v.2, "System Error Alert Tables", pp. 359-362.
These TMPLs are buggy, but they works. There are DSAT editors out there (Icon Exchanger is one..) if you are faint of heart. (But heck, you got THIS far, didn't you?)
To use them, choose "Open As..." from the FILE menu. DSAT ID = 0 will use TMPL 'DST√ò' and DSAT ID = 2 will use TMPL 'DST2'.
If you change the length of any text, you MUST change the 'defn length' to accommodate the change.
The new 'dfen length' = # of characters of the text (count all spaces and punctuation!) rounded UP to the next even # (even if the number is already even) + 4 (the bytes containing the QuickDraw info)
Crashes at System startup usually are because you haven't got the 'defn length' of the text counted correctly.
The QuickDraw coordinates tell where it begins to write the text.
You can have only one or two lines of text in any alert: 'pri. text ID' is for the first line and 'sec. text ID' is for the second line.
You can copy the hex of any ICON resource (Open General...) and paste it into the spots for 'icon data'. I've included a few with this file.
You can make bigger icons by changing the size of the 'icon location' RECT by factors of 32
Any items under »Error ID that have a zero means they don't use that item.
If you use these templates, you are on your own, and I claim absolutely no liability.
These are absolutely free, but if you are doing anything interesting with ResEdit, let me hear from you!