Litestep themes for Win9x Thread last updated on 2004-05-06 08:44:25

Posted by member 142345 on 2004-04-26 19:38:51

Hey

I was wondering how it is possible to search for themes that work with win 98. every time i download one it's only good for WinXP.

thx

Posted by member 12798 on 2004-04-27 10:21:36 link

you can't really do anything about it... watch out for themes that do not use alpha transparency.

and besides, the latest release of lsbox again features 9x support - so if you have a theme using lsbox (which did probably most of those you tried), change the according *netloadmodule line, and you'll be fine.

Posted by member 125450 on 2004-04-27 11:25:11 link

What you should do is identify modules that use transparencies and add some IF statements to make it compatible for example:

This is from Ghost:

If notransparencyfade = 0
If WinXP = 1 OR Win2000 = 1
EnableTrans "1"
Else
EnableTrans "0"
EndIf
Else
EnableTrans "0"
EndIf

This set the vars to either use transparencies or not

This is from Freedom

IF Win2000 OR WinXP = true
*NetLoadModule grdtransparent-1.1_beta_1
ENDIF

This is a bit simpler but does the same trick

If you figure out why they have issues with 98 you can fix it simply by useing these statements.

My suggestion would be to examine theme.rc files for IF WinXP or IF Win98 staements and make a text file to store them that way you can replace the offending with more polictically correct statements or just delete it.

Posted by member 8697 on 2004-05-01 19:56:40 link

try the hal9000 theme....
i am using it on a old win98 p166 machine....
and it works..

Posted by member 106799 on 2004-05-06 08:44:25 link

also some of the desktop icon modules dont jive well with win9X.