Version 4 of Icons for Tclkit 8.5.8

Updated 2009-11-21 19:12:55 by MHo

MHo 2009-11-20: I noticed that the method described in http://www.equi4.com/wikis/equi4/267 does not work anymore with starkits 8.5.8 downloaded from http://www.patthoyts.tk/tclkit.html . Does anyone have an easy solution? It seems that the format of the embedded icons changes from time to time, as a look with reshacker shows.

Duoas 2009-11-20: Take a look at Custom Icons For Win32 Starpacks - The Real Story . Hope this helps.

MHo Thanks. But it should be possible the old way too - just copy the appropiate tclkit.ico to the root of the vfs and enverything else should go automatically. I just couldn't figure out how the iconset is organized. My guess is:

  1. 64x64 32bit
  2. 48x48 32bit
  3. 32x32 32bit
  4. 24x24 32bit
  5. 16x16 32bit
  6. 48x48 24bit
  7. 32x32 24bit
  8. 24x24 24bit
  9. 16x16 24bit
  10. 48x48 8bit
  11. 32x32 8bit
  12. 24x24 8bit
  13. 16x16 8bit

The size of the .ICO is 57022 bytes. But if I modify some Icons inside such an icon set and try to wrap my starpack again, sdx complaines about wrong sizes like that:

 customizing tclkit.ico in executable
  icon 64x64/256: replaced
  icon 48x48/256: replaced
  icon 32x32/256: replaced
  icon 24x24/256: replaced
  icon 16x16/256: replaced
  icon 48x48/256: NOT SAME SIZE
  icon 32x32/256: NOT SAME SIZE
  icon 24x24/256: NOT SAME SIZE
  icon 16x16/256: NOT SAME SIZE
  icon 48x48/256: NOT SAME SIZE
  icon 32x32/256: NOT SAME SIZE
  icon 24x24/256: NOT SAME SIZE
  icon 16x16/256: NOT SAME SIZE

What sdx is saying seems to be wrong. There is, e.g., no 64x64/256colour icon in the icon set. Maybe sdx isn't up to date...