MSFN Forum: Windows 2000 Revolutions Pack - MSFN Forum

Jump to content


  • 10 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Windows 2000 Revolutions Pack at last - just what you need for cool icons Rate Topic: -----

#1 User is offline   Tihiy 

  • the creator
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,608
  • Joined: 19-November 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 February 2007 - 06:23 AM

This program allows your Windows 2000 to display 32-bit icons.
32-bit icons were introduced in Windows XP. They're improving experience with high-color smooth images with alpha channel (i.e. shadow).
It wasn't possible to view them properly in previous Windows versions.
2 years ago, i've started Windows 98 Revolutions Pack project, which allowed Windows 98 to display those icons (and later visual themes, new system applets, improved shell experience and so on).

Now i'm presenting Windows 2000 Revolutions Pack.
I hope it isn't late and some people like&use Win2000.

So, it Requires:
- Windows 2000, SP4 & IE6 preffered (not tested with IE5)
- 32-bit video mode. If your videocard does not support it, you're out of luck.

Installing RP 2.01 [attached to this post]:
- Extract/Run setuprp.exe [safe mode recommended]
- Reboot

Uninstall:
- In Add/Remove programs

Pros:
- does not patch system files;
- consumes extremely little amounts of memory;
- easy to install/slipstream.

Example: (with Vista Icon Pack 3.0 applied)
Posted Image

How to force application to display 32-bit image lists:
This workaround cures black shadows or discolored images in programs which were written unaware of 32-bit icons with Windows 2000.
Create "your program.exe.32bitimgl" file for your program.exe in the folder this exe resides. Viola!
You can also use this trick instead of "256-color tray patch" for explorer.exe, however, this isn't the right way. I think.

Attached File(s)


This post has been edited by Tihiy: 15 April 2007 - 04:57 AM



#2 User is offline   chuckbourdeau 

  • Old School Dude
  • Group: Members
  • Posts: 31
  • Joined: 12-October 06

Posted 17 February 2007 - 01:51 PM

This is a really nice work, I don't know if i'm crazy but it seems that the alpha channel thing works better on Windows 2000.

#3 User is offline   mau-yong 

  • silent, swift and deadly
  • PipPip
  • Group: Members
  • Posts: 148
  • Joined: 01-June 05
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 17 February 2007 - 08:37 PM

Good work!

*rushes to download dll*

Now could someone start upgrading the kernel?

#4 User is offline   wilderer 

  • Group: Members
  • Posts: 4
  • Joined: 05-January 07

Posted 18 February 2007 - 04:06 AM

nice tihy!
you impress me time and time again. many people thougt that 32bit icons in 2000 were impossilbe. is this the first step of a windows 2000 revolutions pack? are you going to release some other versions?

#5 User is offline   Targaff 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 22-August 05

Posted 18 February 2007 - 08:07 AM

Mostly working well here, Tihiy, though I should note that I registered it from a different directory at first and that didn't work - only when I did it from winnt/system32 as suggested.

I've found one small bug: if you look at the attached picture the icons appear correctly within the options window (see Bold, Italics, Underline top right) but are not displayed correctly in a toolbar (middle left), where the alpha does not appear to be applied. Is this something that can be fixed or a limitation on where it can be used?

Thanks!

Attached File(s)



#6 User is offline   Tihiy 

  • the creator
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,608
  • Joined: 19-November 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 February 2007 - 09:30 AM

I haven't used Miranda for a while. Can you please tell me which plug-ins/smilies i should install?

#7 User is offline   Targaff 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 22-August 05

Posted 18 February 2007 - 11:20 AM

The window where the problem occurs is chat.dll, it's used for multi-user stuff like IRC and MSN chatrooms.

In case you need it, the bit that's displayed correctly is a plugin called IcoLib (Icon Library Manager), though if you use a development version rather than the stable version you don't need a plugin because it's built in.

HTH!

#8 User is offline   Tihiy 

  • the creator
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,608
  • Joined: 19-November 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 February 2007 - 12:44 PM

Here's the problem:
http://miranda.svn.sourceforge.net/viewvc/...c?revision=4796
hImageList = ImageList_Create(GetSystemMetrics(SM_CXSMICON),GetSystemMetrics(SM_CYSMICON),IsWinVerXPPlus()? ILC_COLOR32 | ILC_MASK : ILC_COLOR16 | ILC_MASK,0,3);
	hIconsList = ImageList_Create(GetSystemMetrics(SM_CXSMICON),GetSystemMetrics(SM_CYSMICON),IsWinVerXPPlus()? ILC_COLOR32 | ILC_MASK : ILC_COLOR16 | ILC_MASK,0,100);

This plug-in doesn't imagine itself Windows <XP with 32-bit icon support!
So, possible solutions:
* Ask author for change
- Lie to Miranda what we're running on Windows XP
- Force Miranda to get only 32-bit imagelists

#9 User is offline   Tihiy 

  • the creator
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,608
  • Joined: 19-November 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 February 2007 - 01:55 PM

Well, i've contacted author about that and managed to fix (workaround) this in version 1.1 (first post)
Create empty file programname.exe.32bitimgl (where programname.exe resides) to force your programname to work with 32-bit images.
With that (miranda32.exe.32bitimgl), Miranda displays 32-bit icons everywhere flawlessly! :thumbup

About upgrading: you should uninstall (unregister) rpl2k.dll first. Then reboot, replace dll with newer version, register new version, and reboot again (or logoff).

#10 User is online   Drugwash 

  • MSFN Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,099
  • Joined: 21-June 06
  • OS:98SE
  • Country: Country Flag

Posted 18 February 2007 - 04:20 PM

I suspect this would be the case with Miranda and Win98SE + Revolutions Pack too, as I got a similar behaviour when I had that combination installed on my old HDD. What should one do in that case, Tihiy?
I guess Miranda should be fixed to allow 32bit icons even on systems that wouldn't normally allow that, but there may be many other applications out there in the same situation.

Oh... congratulations, you did a great job! :thumbup

#11 User is offline   Dave.Net 

  • Member
  • PipPip
  • Group: Members
  • Posts: 139
  • Joined: 17-July 05

Posted 19 February 2007 - 12:16 AM

Oh my God. This guy is making history.

I asked for this so many times over the years... I can't believe it's finally available!!!!!! :w00t:

THANK YOU TIHIY!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


Edit:

Doesn't work here. NVIDIA video card w/ 32-bit support. :(

This post has been edited by Dave.Net: 19 February 2007 - 10:29 AM


#12 User is offline   Squeeto 

  • Member
  • PipPipPip
  • Group: Members
  • Posts: 302
  • Joined: 03-December 05

Posted 19 February 2007 - 12:58 PM

Dave.Net just showed me this thread.

Good work Tihiy. I think that if I had seen this 2 weeks ago, I wouldn't have ditched 2k for XP.
2k is a great OS; it is nice to finally see this needed improvement.

#13 User is offline   Tarun 

  • Area 5 Investigator
  • Group: Super Moderator
  • Posts: 3,080
  • Joined: 27-January 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 February 2007 - 01:17 PM

Has this already been done years ago by Merijn and his Transicon program?

#14 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,208
  • Joined: 09-September 01
  • OS:Windows RT
  • Country: Country Flag

Posted 19 February 2007 - 01:24 PM

I'm moving this to a more appropriate forum where more people interested in this will be exposed to it. Nice program, btw :).

#15 User is offline   Tihiy 

  • the creator
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,608
  • Joined: 19-November 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 February 2007 - 01:42 PM

Quote

Doesn't work here. NVIDIA video card w/ 32-bit support.

Does it work for anyone? I think it is :blushing:
Well, in such cases:
1) Make sure you're running 32-bit video mode.
2) Rebuild icon cache. The easiest way to do this is to open Display->Effects->Check "Large Icons"->OK, Display->Effects->Uncheck "Large Icons"->OK.
3) NVIDIA drivers were crap in all Windows versions (especially now - poor Vista users). In Windows 98, driver bugs were cureable by rotating screen by some angle and rotating it back.
4) Un-register and register dll again.
5) If you still don't achieve anything, post screenshots and/or Dependancy Walker logs for program.

#16 User is offline   Targaff 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 22-August 05

Posted 19 February 2007 - 02:14 PM

View PostTarun, on Feb 19 2007, 07:17 PM, said:

Has this already been done years ago by Merijn and his Transicon program?

No, that's something entirely different, not even close to what this does.

#17 User is offline   Targaff 

  • Junior
  • Pip
  • Group: Members
  • Posts: 88
  • Joined: 22-August 05

Posted 19 February 2007 - 02:21 PM

Tihiy: 1.1 worked for Miranda as noted. I've found another example where it doesn't seem to work, however (even having created the relevant .32bitimgl file) - Rocketdock of course displays 32-bit icons correctly, since it's designed to do so, but something about its preview window stops it doing so; see "Icons" in the attached picture.

There's a similar problem in IconTweaker, though I'm not sure whether it's the same thing.

And be reassured, it works great here on my GeForce FX 5500 ;) The one thing I would reiterate is that for me it didn't work if I registered the dll anywhere *other* than in winnt/system32.

Attached File(s)


This post has been edited by Targaff: 19 February 2007 - 02:23 PM


#18 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 19 February 2007 - 02:46 PM

Not much success here either.

There were no changes to be noticed in the Administrator account. In the Power User account, I got black, toothy edges on quite a few icons.

I followed the directions a few posts above but to no avail. Looks like nVidia is a real show stopper, hehe... :)

#19 User is offline   Tihiy 

  • the creator
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,608
  • Joined: 19-November 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 19 February 2007 - 02:59 PM

Quote

There were no changes to be noticed in the Administrator account. In the Power User account, I got black, toothy edges on quite a few icons.
Well. That's can also be because Shell Icon BPP not equals 32.
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"Shell Icon BPP"="32"
(you may need to relogin)
That entry is set when you register dll, but only for current user. Under other user, you must apply this registry change or re-register dll if possible.

Quote

Rocketdock... something about its preview window stops it doing so

Oh yes. I've found the problem.
The problem is that Rocketdock creates ILC_COLOR32 imagelist not ILC_COLOR32 | ILC_MASK. While this will work and display 32-bit icons under Windows XP (undocumented however), that will break any other icon that isn't 32-bit. But programmer was sure that there will be no such case? That's pretty bad!
There are several solutions to that problem; i'll choose one that works best. Wait for 1.2 :whistle:

#20 User is offline   Tomcat76 

  • MSFN Junkie
  • Group: Developers
  • Posts: 3,174
  • Joined: 08-August 05

Posted 19 February 2007 - 03:15 PM

View PostTihiy, on Feb 19 2007, 09:59 PM, said:

Well. That's can also be because Shell Icon BPP not equals 32.
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"Shell Icon BPP"="32"
(you may need to relogin)
That entry is set when you register dll, but only for current user. Under other user, you must apply this registry change or re-register dll if possible.
That seems to have done the trick, at least for folder views and Quick Launch. But the big buttons in the taskbar still have those toothy edges on icons. I'll give the programname.exe.32bitimgl a try but I suppose it wasn't your intention to have it applied to so many programs (Opera, Firefox, Quicktime Settings,...)

This post has been edited by Tomcat76: 19 February 2007 - 03:18 PM


Share this topic:


  • 10 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy