how use old total commander v6 icons in newer versions ?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
maicod
Junior Member
Junior Member
Posts: 16
Joined: 2006-09-26, 03:44 UTC
Location: Netherlands

how use old total commander v6 icons in newer versions ?

Post by *maicod »

Hi I'd like to use all file type and drivebar icons from V6 in the newer Total Commander version. I find the newer icons so 'bleak' or 'soft' looking. I know there are icon packs that I can use but none has all the old style icons that V6 used. Maybe there is a way to incorporate the dll file with the icons from the V6 version into the new version ?
User avatar
milo1012
Power Member
Power Member
Posts: 1158
Joined: 2012-02-02, 19:23 UTC

Post by *milo1012 »

I have a DLL with file type and drivebar icons from TC 6.
It works well for TC 8 and 8.5.

I could post it here as b64 but I don't know if it would be OK for Mr. Ghisler to do so. (it's his copyright after all)
(well, you could extract the icons from the TC 6 resources and create a DLL on your own)
maicod
Junior Member
Junior Member
Posts: 16
Joined: 2006-09-26, 03:44 UTC
Location: Netherlands

Post by *maicod »

hi Milo. the dll would be very cool but then we'd need permission of mr Ghisler first huh. You tell me about the TC6 resources. Do you mean the files in the program dir of an installed TC6 and which file holds the Icons ? Before I posted my question I tried browsing them with icon extractor but couldnt find them.
User avatar
milo1012
Power Member
Power Member
Posts: 1158
Joined: 2012-02-02, 19:23 UTC

Post by *milo1012 »

They are all in the TOTALCMD.EXE, the WCMICONS.DLL serves different icons.

I'm not sure if an "icon extractor" would work for the exe, you probably need a Resource Editor for that, since it's also Bitmaps, not just Icons, for the Drivebar.
Oh and you probably also need to decompress things first, but I won't go into details since this is already some kind of Reverse engineering... :wink:
maicod
Junior Member
Junior Member
Posts: 16
Joined: 2006-09-26, 03:44 UTC
Location: Netherlands

Post by *maicod »

thanks for explaining. I'm not sure if I am able to do the steps you explained and indeed they might be also not allowed by mr Ghisler. I'll see what I can do.
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can't modify TOTALCMD.exe, it checks its CRC so it won't run. However you can make an icon pack and a drive icon pack (a DLLs with icons and bitmaps in resources, you can find some examples on totalcmd.net) and write paths to packs to wincmd.ini:

Code: Select all

[Configuration]
IconLib=oldgoodicons.icl
DriveLib=oldgooddriveicons.dll
Also try following option:

Code: Select all

[Configuration]
OldDriveIcons=1
(more details in TOTALCMD.chm, section 4.b)
Post Reply