LiteStep OTS
Sunday, April 28, 2002 by Griffinme | Discussion: WinCustomize Talk
The OTS ones seem to take all the headaches out of making sure they work. Non-OTS ones appear to be most unfun to configure.
Reply #22 Monday, April 29, 2002 10:59 AM
Definetly a move in the right direction. YaY!
Reply #23 Monday, April 29, 2002 11:14 AM
Just read that on LS List, great move.
Griffinme;
That used to be a very common practice for older themes and a small number still do it. It is possible to convert just about any theme to OTS. As a matter of fact there is someone on the LS list that is undertaking the enormous task of converting all themes (~5000) to OTS. I usually do it before I run a theme, keeps it neat and tidy

Reply #24 Monday, April 29, 2002 11:33 AM
Is there a HowTo describing it?
I would like to get the skin iBDE V4 to work.
I'm not sure if I am implementing it right or if it doesn't like XP. Some of the graphics show up but almost none of the modules work.
Reply #25 Monday, April 29, 2002 1:18 PM
With OTS it goes like this:
Litestep's directory is identified as:
$LitestepDir$
you don't have to define the path to that directory in the step.rc. Litestep does that internally.
The theme directory (for any given theme)is:
$ThemeDir$
The path to that is:
$LiteStepDir$themes\themeABC\
You do define that path in the step.rc
The images directory is defined as:
$LSImageFolder$
The path to that directory is:
$ThemeDir$images\
You don't have to define that in the step, but I think its a good idea to.
The core modules are stored right in the main litestep directory so thats pretty easy:
LoadModule $LitestepDir$desktop2.dll as example
The Third party mods are stored in a directory in the theme directory called modules. Define it this way in the step.rc:
ModulesDir "$ThemeDir$modules\"
Then make sure your third party modules paths point the correct way:
LoadModule $ModulesDir$layercut.dll for example.
So image and module locations, and paths (as defined in the step) are the main concerns.
They must match up to work.
This could all be a little confusing. But keep asking and we'll help as best we can.
Reply #27 Monday, April 29, 2002 2:38 PM
I noticed that modules are .dll's.
Do third party modules need to be registered with windows using regsver32?
I have been reading the doc's like a good n00b, but some seem a little cryptic. The more I play with it the longer my list of questions gets.
Is there a message board somewhere that might talk about some common issues? Unless you feel like answering 10+ questions a day.
Griffinme wants to avoid the never-ending-thread syndrom.
I really appreciate all your help.
Reply #28 Monday, April 29, 2002 3:48 PM
http://wuzzle.org/list/litstep.php
You can subscribe there. Then ask a bunch of questions so all of us can look smart answering them
Everybody is pretty eager to help.Please login to comment and/or vote for this skin.
Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:
- Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
- Access to a great community, with a massive database of many, many areas of interest.
- Access to contests & subscription offers like exclusive emails.
- It's simple, and FREE!







Reply #21 Monday, April 29, 2002 10:57 AM